Is it possible to call method from wsdl.if yes how it can be achieved.Can i get web service name from wsdl?
Thanks
Is it possible to call method from wsdl.if yes how it can be achieved.Can i get web service name from wsdl?
Thanks
Copyright © 2021 Jogjafile Inc.
wsdldescribes 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
wsdlfile. Visual Studio will generate the proxy classes with appropriate namespace, which will allow you to use the web service.