-
[2008] WSDL to CS
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?
-
Re: [2008] WSDL to CS
The .NET Framework comes with a utility called wsdl.exe. You pass the path to the WSDL to it and it will generate a .cs or .vb proxy class file for you. You will then need to add that class to your project.
http://msdn.microsoft.com/en-us/libr...b6(VS.80).aspx