Monday, March 12, 2012

Web Services tool

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
--
Rob SchieberHello 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
http://www.limbertech.com

"Rob Schieber" wrote:

> 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
> --
> Rob Schieber
brians[MCSD] wrote:
> 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.

--
?t-

0 comments:

Post a Comment