Hi all,
I keep getting this error when trying to access my web service via a client
proxy implementation. I have created a contract first web service, not sure
where i am supposed to set this property??
Anyone got any ideas?
Regards,
Rob
Lionel LASKE - 16 Mar 2005 22:26 GMT
My guess is that your WSDL is incorrect. I think it miss the "service"
section at the end. Something like this:
- <service name="MyService">
- <port name="MyServiceSoap" binding="s0:MyServiceSoap">
<soap:address location="http://localhost/myservice/myservice.asmx" />
</port>
</service>
Lionel.
> Hi all,
>
[quoted text clipped - 9 lines]
>
> Rob