disco /? >disco.txt
Microsoft (R) Web 服务发现实用工具
[Microsoft (R) .NET Framework,版本 1.1.4322.573]
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
disco.exe -
用于发现位于 Web 服务器上的 Xml Web services 的 URL
并将与该 Xml Web service 相关的文档保存到本地磁盘上的实用工具。
由此工具产生的 results.discomap、.wsdl 和 .xsd 文件
可以与 wsdl.exe 一起使用,以产生使用 ASP.NET 的 Web 服务客户端和抽象 Web
服务服务器。
disco.exe <options> <url to discover>
- 选项 -
/nologo
取消显示版权标志。
/nosave
不将发现的文档或结果保存到磁盘(例如
wsdl、xsd 和 disco 文件)。默认为保存这些文档。
/out:<directoryName>
将发现的文档保存到的输出目录。默认
为当前目录。缩写为“/o:”。
/username:<username>
/password:<password>
/domain:<domain>
连接到要求身份验证的
服务器时使用的凭据。缩写为“/u:”、“/p:”和“/d:”。
/proxy:<url>
用于 HTTP 请求的代理服务器的 URL。
默认为使用系统代理设置。
/proxyusername:<username>
/proxypassword:<password>
/proxydomain:<domain>
连接到要求身份验证的代理服务器时使用的凭据。
缩写为“/pu:”、“/pp:”和“/pd:”。