Home All Groups Group Topic Archive Search About
Author
14 Oct 2005 4:49 PM
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
--
Rob Schieber

Author
14 Oct 2005 6:07 PM
brians[MCSD]
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.

Show quoteHide quote
"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
>
Are all your drivers up to date? click for free checkup

Author
14 Oct 2005 7:52 PM
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.

--
ÿþ-



Post Thread options