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 wsdl file. Visual Studio will generate the proxy classes with appropriate namespace, which will allow you to use the web service.
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.