B
Bill Hauver
I am attempting to use a web service from my work pc
which is behind a firewall. I have used wsdl.exe to
create the web service reference class and added it to my
project. (this seems to work without a hitch).
Before I use this class, I make the necessary calls to
instantiate a WebProxy class and then pass in my
credentials to set the WebProxy.Credentials property so I
can get through the proxy server.
I am now receiving an error message: "Path property must
be set before calling the Send method" within the
WSDL.EXE generated code when invoking a method
Dim results() As Object = Me.Invoke("getQuote", New Object
() {symbol})
I am unsure as to what I may be missing, anyone have any
idea what this error message means?
Thanks - Bill
which is behind a firewall. I have used wsdl.exe to
create the web service reference class and added it to my
project. (this seems to work without a hitch).
Before I use this class, I make the necessary calls to
instantiate a WebProxy class and then pass in my
credentials to set the WebProxy.Credentials property so I
can get through the proxy server.
I am now receiving an error message: "Path property must
be set before calling the Send method" within the
WSDL.EXE generated code when invoking a method
Dim results() As Object = Me.Invoke("getQuote", New Object
() {symbol})
I am unsure as to what I may be missing, anyone have any
idea what this error message means?
Thanks - Bill