Error when trying to connect to web service.
Hello.
Your help is very much appreciated.
I keep on getting the error "
"An unhandled exception of type 'System.InvalidOperationException' occurred in system.web.services.dll
Additional information: Path property must be set before calling the Send method"
Whenevr I try to call a method on the web service.
In the wsdl I do have the location defined:
<
wsdl:servicename="InformationPort"><wsdl:portname="InformationPort"binding="tns:Information"><soap:addresslocation="https:// theCorrectPath/TheService.asmx"/></wsdl:port></wsdl:service>I'm a newbie in web services.
Would you know what might be the cause of the error?
p.s.
I am using x.509 certificate with WSE 2
Thank you
Roy

