Last Updated: February 25, 2016
·
375
· merys

Create a web service from a WSDL file

1- Go to Visual Studio .NET 2010 command prompt.

2-Type:
WSDL path file wsdl /l:CS /server.

'CS' is for C#; another possibilities: 'VB', 'JS', 'VJS'.

3-The tool generate the file and show the path!