Monday, December 31, 2012

generate WSDL

Where can I find WSDL.exe?

C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin

At the command prompt:
WSDL http://ip address of the site/WebService/MathService.asmx /n:NameSp /out:FileName.cs


This will create a file called FileName.cs.

No comments: