Hi All


I've received a WSDL file from my client and now I've to use the WSDL to integrate the service of the clients without actually knowing the URL

I should be able to write code which will call teh methods of hte web service.

As per my knowledge, the WSDL will be accompanied by a prxy class which I can use.

Now in this instance I dont have the proxy class given and I've to generate one on my own using ht e WSDL file that I've received.

Can anybosy help me in getting this done?