Hi,
I'm trying to test my soap server with a VB client.
i generate the proxy class and the dll from the wsdl but when running
the request, i got the following error:
Unhandled Exception: System.Net.WebException: The underlying
connection was closed: An unexpected error occurred on a receive.
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest
request)
at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest
request)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
at nameSpace22.MyWS.GetWS(String op, String col, String cls, String
wc)
at Module1.Main()
I guess i got the wrong wsdl, my question is : do all the namespaces
specified in the wsdl have to actually exist?
how can i debug my prg (i use vb in command line mode)
thx