Question

Is it possible to call method from wsdl.if yes how it can be achieved.Can i get web service name from wsdl?

Thanks

Was it helpful?

Solution

wsdl describes a web service - it is normally used to generate proxy classes that will allow you to call a service.

You should add a web reference to your project and point it to the wsdl file. Visual Studio will generate the proxy classes with appropriate namespace, which will allow you to use the web service.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top