-
service exists?
hi. i am trying to "discover" a webservice using..
webservice.discover()
but it gives me an exception:
An unhandled exception of type 'System.InvalidOperationException' occurred in system.web.services.dll
Additional information: Discovery document at the URL http://www.webservicex.com/country.asmx?wsdl could not be found.
but it does exist! how do i go about checking if a service exists?
thanks
-
Re: service exists?
I don't have an answer, just curious. What's the class you're using? I mean, I don't see a WebService.Discover() method.
-
Re: service exists?
that was an example ...
this.theNameWebService = new DPPWebService.country();
then
this.theNameWebService.Discover();
you need to add a web reference in your project... :)