|
-
Sep 16th, 2008, 03:49 AM
#1
Thread Starter
Addicted Member
[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?
Cute Member 
-
Sep 16th, 2008, 04:56 AM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|