| | |
WSDL file EDITING
Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Mar 2007
Posts: 32
Reputation:
Solved Threads: 0
•
•
•
•
Well can't you just find the ip address you want to change and then just change it.
dataset1.ReadXMLSchema( " c:\service.wsdl")
i tried the above line..but i cant..help me....
•
•
Join Date: Mar 2007
Posts: 32
Reputation:
Solved Threads: 0
<?xmlversion="1.0"encoding="utf-8"?>
<wsdl:definitionsxmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"xmlns:tns="http://tempuri.org/"xmlns:s="http://www.w3.org/2001/XMLSchema"xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"targetNamespace="http://tempuri.org/"xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schemaelementFormDefault="qualified"targetNamespace="http://tempuri.org/">
<s:elementname="file_send">
<s:complexType>
<s:sequence>
<s:elementminOccurs="0"maxOccurs="1"name="sam"type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:elementname="file_sendResponse">
<s:complexType>
<s:sequence>
<s:elementminOccurs="0"maxOccurs="1"name="file_sendResult">
<s:complexType>
<s:sequence>
<s:elementref="s:schema" />
<s:any />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:elementname="ListOfFile">
<s:complexType>
<s:sequence>
<s:elementminOccurs="0"maxOccurs="1"name="getfile"type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:elementname="ListOfFileResponse">
<s:complexType>
<s:sequence>
<s:elementminOccurs="0"maxOccurs="1"name="ListOfFileResult">
<s:complexType>
<s:sequence>
<s:elementref="s:schema" />
<s:any />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:elementname="file_receive_store">
<s:complexType>
<s:sequence>
<s:elementminOccurs="0"maxOccurs="1"name="ds1">
<s:complexType>
<s:sequence>
<s:elementref="s:schema" />
<s:any />
</s:sequence>
</s:complexType>
</s:element>
<s:elementminOccurs="0"maxOccurs="1"name="str"type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:elementname="file_receive_storeResponse">
<s:complexType>
<s:sequence>
<s:elementminOccurs="0"maxOccurs="1"name="file_receive_storeResult"type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:messagename="file_sendSoapIn">
<wsdl:partname="parameters"element="tns:file_send" />
</wsdl:message>
<wsdl:messagename="file_sendSoapOut">
<wsdl:partname="parameters"element="tns:file_sendResponse" />
</wsdl:message>
<wsdl:messagename="ListOfFileSoapIn">
<wsdl:partname="parameters"element="tns:ListOfFile" />
</wsdl:message>
<wsdl:messagename="ListOfFileSoapOut">
<wsdl:partname="parameters"element="tns:ListOfFileResponse" />
</wsdl:message>
<wsdl:messagename="file_receive_storeSoapIn">
<wsdl:partname="parameters"element="tns:file_receive_store" />
</wsdl:message>
<wsdl:messagename="file_receive_storeSoapOut">
<wsdl:partname="parameters"element="tns:file_receive_storeResponse" />
</wsdl:message>
<wsdl:portTypename="ServiceSoap">
<wsdl:operationname="file_send">
<wsdl:inputmessage="tns:file_sendSoapIn" />
<wsdl:outputmessage="tns:file_sendSoapOut" />
</wsdl:operation>
<wsdl:operationname="ListOfFile">
<wsdl:inputmessage="tns:ListOfFileSoapIn" />
<wsdl:outputmessage="tns:ListOfFileSoapOut" />
</wsdl:operation>
<wsdl:operationname="file_receive_store">
<wsdl:inputmessage="tns:file_receive_storeSoapIn" />
<wsdl:outputmessage="tns:file_receive_storeSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:bindingname="ServiceSoap"type="tns
erviceSoap">
<soap:bindingtransport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operationname="file_send">
<soap:operationsoapAction="http://tempuri.org/file_send"style="document" />
<wsdl:input>
<soap:bodyuse="literal" />
</wsdl:input>
<wsdl:output>
<soap:bodyuse="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operationname="ListOfFile">
<soap:operationsoapAction="http://tempuri.org/ListOfFile"style="document" />
<wsdl:input>
<soap:bodyuse="literal" />
</wsdl:input>
<wsdl:output>
<soap:bodyuse="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operationname="file_receive_store">
<soap:operationsoapAction="http://tempuri.org/file_receive_store"style="document" />
<wsdl:input>
<soap:bodyuse="literal" />
</wsdl:input>
<wsdl:output>
<soap:bodyuse="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:bindingname="ServiceSoap12"type="tns
erviceSoap">
<soap12:bindingtransport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operationname="file_send">
<soap12:operationsoapAction="http://tempuri.org/file_send"style="document" />
<wsdl:input>
<soap12:bodyuse="literal" />
</wsdl:input>
<wsdl:output>
<soap12:bodyuse="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operationname="ListOfFile">
<soap12:operationsoapAction="http://tempuri.org/ListOfFile"style="document" />
<wsdl:input>
<soap12:bodyuse="literal" />
</wsdl:input>
<wsdl:output>
<soap12:bodyuse="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operationname="file_receive_store">
<soap12:operationsoapAction="http://tempuri.org/file_receive_store"style="document" />
<wsdl:input>
<soap12:bodyuse="literal" />
</wsdl:input>
<wsdl:output>
<soap12:bodyuse="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:servicename="Service">
<wsdl:portname="ServiceSoap"binding="tns
erviceSoap">
<soap:addresslocation="http://172.31.15.70/testwebserver/Service.asmx" />
</wsdl:port>
<wsdl:portname="ServiceSoap12"binding="tns
erviceSoap12">
<soap12:addresslocation="http://172.31.15.70/testwebserver/Service.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
"http://172.31.15.70/testwebserver/Service.asmx"...want to change this whole address to "http://170.30.19.45/destination/Service.asmx"
<wsdl:definitionsxmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"xmlns:tns="http://tempuri.org/"xmlns:s="http://www.w3.org/2001/XMLSchema"xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"targetNamespace="http://tempuri.org/"xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schemaelementFormDefault="qualified"targetNamespace="http://tempuri.org/">
<s:elementname="file_send">
<s:complexType>
<s:sequence>
<s:elementminOccurs="0"maxOccurs="1"name="sam"type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:elementname="file_sendResponse">
<s:complexType>
<s:sequence>
<s:elementminOccurs="0"maxOccurs="1"name="file_sendResult">
<s:complexType>
<s:sequence>
<s:elementref="s:schema" />
<s:any />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:elementname="ListOfFile">
<s:complexType>
<s:sequence>
<s:elementminOccurs="0"maxOccurs="1"name="getfile"type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:elementname="ListOfFileResponse">
<s:complexType>
<s:sequence>
<s:elementminOccurs="0"maxOccurs="1"name="ListOfFileResult">
<s:complexType>
<s:sequence>
<s:elementref="s:schema" />
<s:any />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:elementname="file_receive_store">
<s:complexType>
<s:sequence>
<s:elementminOccurs="0"maxOccurs="1"name="ds1">
<s:complexType>
<s:sequence>
<s:elementref="s:schema" />
<s:any />
</s:sequence>
</s:complexType>
</s:element>
<s:elementminOccurs="0"maxOccurs="1"name="str"type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:elementname="file_receive_storeResponse">
<s:complexType>
<s:sequence>
<s:elementminOccurs="0"maxOccurs="1"name="file_receive_storeResult"type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:messagename="file_sendSoapIn">
<wsdl:partname="parameters"element="tns:file_send" />
</wsdl:message>
<wsdl:messagename="file_sendSoapOut">
<wsdl:partname="parameters"element="tns:file_sendResponse" />
</wsdl:message>
<wsdl:messagename="ListOfFileSoapIn">
<wsdl:partname="parameters"element="tns:ListOfFile" />
</wsdl:message>
<wsdl:messagename="ListOfFileSoapOut">
<wsdl:partname="parameters"element="tns:ListOfFileResponse" />
</wsdl:message>
<wsdl:messagename="file_receive_storeSoapIn">
<wsdl:partname="parameters"element="tns:file_receive_store" />
</wsdl:message>
<wsdl:messagename="file_receive_storeSoapOut">
<wsdl:partname="parameters"element="tns:file_receive_storeResponse" />
</wsdl:message>
<wsdl:portTypename="ServiceSoap">
<wsdl:operationname="file_send">
<wsdl:inputmessage="tns:file_sendSoapIn" />
<wsdl:outputmessage="tns:file_sendSoapOut" />
</wsdl:operation>
<wsdl:operationname="ListOfFile">
<wsdl:inputmessage="tns:ListOfFileSoapIn" />
<wsdl:outputmessage="tns:ListOfFileSoapOut" />
</wsdl:operation>
<wsdl:operationname="file_receive_store">
<wsdl:inputmessage="tns:file_receive_storeSoapIn" />
<wsdl:outputmessage="tns:file_receive_storeSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:bindingname="ServiceSoap"type="tns
erviceSoap"><soap:bindingtransport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operationname="file_send">
<soap:operationsoapAction="http://tempuri.org/file_send"style="document" />
<wsdl:input>
<soap:bodyuse="literal" />
</wsdl:input>
<wsdl:output>
<soap:bodyuse="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operationname="ListOfFile">
<soap:operationsoapAction="http://tempuri.org/ListOfFile"style="document" />
<wsdl:input>
<soap:bodyuse="literal" />
</wsdl:input>
<wsdl:output>
<soap:bodyuse="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operationname="file_receive_store">
<soap:operationsoapAction="http://tempuri.org/file_receive_store"style="document" />
<wsdl:input>
<soap:bodyuse="literal" />
</wsdl:input>
<wsdl:output>
<soap:bodyuse="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:bindingname="ServiceSoap12"type="tns
erviceSoap"><soap12:bindingtransport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operationname="file_send">
<soap12:operationsoapAction="http://tempuri.org/file_send"style="document" />
<wsdl:input>
<soap12:bodyuse="literal" />
</wsdl:input>
<wsdl:output>
<soap12:bodyuse="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operationname="ListOfFile">
<soap12:operationsoapAction="http://tempuri.org/ListOfFile"style="document" />
<wsdl:input>
<soap12:bodyuse="literal" />
</wsdl:input>
<wsdl:output>
<soap12:bodyuse="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operationname="file_receive_store">
<soap12:operationsoapAction="http://tempuri.org/file_receive_store"style="document" />
<wsdl:input>
<soap12:bodyuse="literal" />
</wsdl:input>
<wsdl:output>
<soap12:bodyuse="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:servicename="Service">
<wsdl:portname="ServiceSoap"binding="tns
erviceSoap"><soap:addresslocation="http://172.31.15.70/testwebserver/Service.asmx" />
</wsdl:port>
<wsdl:portname="ServiceSoap12"binding="tns
erviceSoap12"><soap12:addresslocation="http://172.31.15.70/testwebserver/Service.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
"http://172.31.15.70/testwebserver/Service.asmx"...want to change this whole address to "http://170.30.19.45/destination/Service.asmx"
![]() |
Similar Threads
- Text File Editing Help Required. (Windows NT / 2000 / XP)
Other Threads in the VB.NET Forum
- Previous Thread: combobox - remember last selection
- Next Thread: Vb.net + Checkedlistbox
Views: 4548 | Replies: 17
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net 2005 2008 access account application arithmetic array arrays basic bing button buttons c# center check checkbox code combobox component convert crystalreport data database databasesearch datagrid datagridview design designer dissertation dissertations dropdownlist excel file-dialog folder ftp generatetags google gridview hardcopy highlighting images inline insert installer intel internet listview mobile monitor ms net networking output passingparameters peertopeervideostreaming picturebox picturebox1 plugin port print printing problem problemwithinstallation project save searchbox searchvb.net select serial server soap sorting studio syntax table tcp text textbox time timer toolbox trim update updown user vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web wpf






