Hi,
I've generated my SoapHttpClientProtocol class with the help of
wsdl.exe.

If I use the following URL (which is the good one)
Me.URL = "http://MyIISServer:8094/MyWebService.asmx"
Calls failed

If I set my webservice port to default 80 and use the following URL
Me.URL = "http://MyIISServer/MyWebService.asmx"
Calls are successfull.

How can I set the port in my Soap message when class is generated with
wsdl ?

Thks for help.