James Ray Anderson

James Ray Anderson
James Ray Anderson
0 comments

Creating a .WSDL from an Existing Web Service

2:05 PM
Sometimes you have the need to generate a physical .WSDL file from a web service. If you have the Microsoft Visual Studio (2005 or 2008 or newer) development environments...then you already have what you need.
  1. Open a command prompt.
  2. Navigate to C:\Program Files\Microsoft SDKs\Windows\V6.0A\bin
  3. Type disco and hit Enter.
Example: disco http://api.google.com/GoogleSearch.wsdl
The .WSDL file will be saved to the same directory you are in C:\Program Files\Microsoft SDKs\Windows\V6.0A\bin.

0 comments:

 
Toggle Footer
Top