Friday, May 28, 2010

How to generate WSDL files

So you created a new web service in .NET and want to start integration with the application that is going to use your web service.

Wait, there is a problem. The other application is written in JAVA and they ask you to get them the WSDL file so they can build a reference.

Here is how you get the *.wsdl file:
1) run CMD
2) go to C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
********* can be other VS version
3) run: disco.exe [WS URL]

and there you have it.

No comments:

Post a Comment