1disco(1)                    General Commands Manual                   disco(1)
2
3
4

NAME

6       disco - Mono's Web Service Discovery Tool
7

SYNOPSIS

9       disco [options] url
10

DESCRIPTION

12       disco  is  a  tool  for discovering web services and for retireving the
13       documents that describe those services.
14
15       url is the location of a DISCO document, which includes a list of  WSDL
16       documents, XML schemas and references to other DISCO documents.
17
18       disco downloads the DISCO document and all referenced documents (unless
19       the -nosave option is specified), and saves them to disk.
20

OPTIONS

22       The following options are available:
23
24       -nologo
25              Suppress the startup logo.
26
27       -nosave
28              Do not save the discovered documents to disk. The default is  to
29              save the documents.
30
31       -o:directory , -out:directory
32              The  directory  where  to  save  the  discovered  documents.  By
33              default, documents are saved in the current directory.
34
35       -u:username , -user:username
36              The user name to use when connecting to the server.
37
38       -p:password , -password:password
39              The password to use when connecting to the server.
40
41       -d:domain , -domain:domain
42              The domain to use when connecting to the server.
43
44       -proxy:url
45              The url of the proxy server to use for http requests.
46
47       -proxyusername:username
48              The user name to use when connecting to the proxy.
49
50       -proxypassword:password
51              The password to use when connecting to the proxy.
52
53       -proxydomain:domain
54              The domain to use when connecting to the proxy.
55

AUTHORS

57       Lluis Sanchez Gual (lluis@ximian.com)
58

LICENSE

60       disco is released under the terms of the GNU GPL.
61

SEE ALSO

63       wsdl(1), soapsuds(1), mono(1), mcs(1)
64
65
66
67                                                                      disco(1)
Impressum