Web Services tool

  • Thread starter Thread starter Rob Schieber
  • Start date Start date
R

Rob Schieber

Hello,

I was curious if anyone knows of a tool that can
1. Catalog/Document what web services are running on a server.
2. Catalog/Document method sigs, parms, references for each service

Thanks in advance
 
Hello Rob,

I believe Disco.exe (comes with Visual Studio) will do that for you:

disco.exe -
Utility to discover the URLs of xml web services located on a web server
and to save documents related to that xml web service on the local disk.
The results.discomap, .wsdl and .xsd files produced by this tool can be
used with wsdl.exe to produce web service clients and abstract web service
servers using ASP.NET.
 
brians said:
Hello Rob,

I believe Disco.exe (comes with Visual Studio) will do that for you:

disco.exe -
Utility to discover the URLs of xml web services located on a web server
and to save documents related to that xml web service on the local disk.
The results.discomap, .wsdl and .xsd files produced by this tool can be
used with wsdl.exe to produce web service clients and abstract web service
servers using ASP.NET.
Thanks Brian,

I'll give that a try.
 
Back
Top