3 .\" (C) 2003 Novell, Inc.
5 .\" Lluis Sanchez Gual (lluis@ximian.com)
9 disco \- Mono's Web Service Discovery Tool
16 is a tool for discovering web services and for retireving the documents that
17 describe those services.
20 is the location of a DISCO document, which includes a list of WSDL documents,
21 XML schemas and references to other DISCO documents.
24 downloads the DISCO document and all referenced documents (unless
27 option is specified), and saves them to disk.
29 The following options are available:
32 Supress the startup logo.
35 Do not save the discovered documents to disk. The default is to save the documents.
37 .I "-o:directory", "-out:directory"
38 The directory where to save the discovered documents.
39 By default, documents are saved in the current directory.
41 .I "-u:username", "-user:username"
42 The user name to use when connecting to the server.
44 .I "-p:password", "-password:password"
45 The password to use when connecting to the server.
47 .I "-d:domain", "-domain:domain"
48 The domain to use when connecting to the server.
51 The url of the proxy server to use for http requests.
53 .I "-proxyusername:username"
54 The user name to use when connecting to the proxy.
56 .I "-proxypassword:password"
57 The password to use when connecting to the proxy.
59 .I "-proxydomain:domain"
60 The domain to use when connecting to the proxy.
62 Lluis Sanchez Gual (lluis@ximian.com)
65 disco is released under the terms of the GNU GPL.
68 wsdl(1), soapsuds(1), mono(1), mcs(1)