Hi,
I have http://abc.wsdl and I want to create proxy class from this. Can any one help me with this.
Thanks
You need add service reference to generate a client proxy for your service.
Using generated proxy you can communicate with your service.
You can program your client applications to interact with these classes.
In your solution explorer in visual studio right click the service refernce and do add service reference.
Give the path to the wsdl over there and finish it.
Visual studio will create proxy classes from the wsdl.