Change address location in WSDL to port 8080

M

Mark

Hi,

does anyone know how to change the port to 8080
in the address location from within visual studio dotnet?
The WSDL is automatically generated by dotnet and I can't
suss out how to change it.

thanks a mill.
Mark

- <service name="EProImportService">
<documentation>Provides access to EPro Import
facility.</documentation>
- <port name="EProImportServiceSoap"
binding="s0:EProImportServiceSoap">
<soap:address
location="http://123.87.1.39:8080/WebServices/Import/EProIm
port.asmx" />
</port>
</service>
 
S

Simon Smith

On Fri, 11 Jul 2003 07:47:43 -0700 in article
<[email protected]> in
microsoft.public.dotnet.framework.aspnet.webservices , "Mark"
Hi,

does anyone know how to change the port to 8080
in the address location from within visual studio dotnet?
The WSDL is automatically generated by dotnet and I can't
suss out how to change it.

thanks a mill.
Mark

- <service name="EProImportService">
<documentation>Provides access to EPro Import
facility.</documentation>
- <port name="EProImportServiceSoap"
binding="s0:EProImportServiceSoap">
<soap:address
location="http://123.87.1.39:8080/WebServices/Import/EProIm
port.asmx" />
</port>
</service>

Set the Url property of the proxy before you call the method on it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top