Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / disco.1
1 .\"
2 .\" disco manual page.
3 .\" (C) 2003 Novell, Inc.
4 .\" Author:
5 .\"   Lluis Sanchez Gual (lluis@ximian.com)
6 .\"
7 .TH disco 1
8 .SH NAME
9 disco \- Mono's Web Service Discovery Tool
10 .SH SYNOPSIS
11 .PP
12 .B disco
13 [options] url
14 .SH DESCRIPTION
15 .I disco
16 is a tool for discovering web services and for retireving the documents that
17 describe those services.
18 .PP
19 .I url
20 is the location of a DISCO document, which includes a list of WSDL documents, 
21 XML schemas and references to other DISCO documents.
22 .PP
23 .I disco
24 downloads the DISCO document and all referenced documents (unless
25 the
26 .I "-nosave"
27 option is specified), and saves them to disk.
28 .SH OPTIONS
29 The following options are available:
30 .TP
31 .I "-nologo"
32 Suppress the startup logo.
33 .TP
34 .I "-nosave"
35 Do not save the discovered documents to disk. The default is to save the documents.
36 .TP
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.
40 .TP
41 .I "-u:username", "-user:username"
42 The user name to use when connecting to the server.
43 .TP
44 .I "-p:password", "-password:password"
45 The password to use when connecting to the server.
46 .TP
47 .I "-d:domain", "-domain:domain"
48 The domain to use when connecting to the server.
49 .TP
50 .I "-proxy:url"
51 The url of the proxy server to use for http requests.
52 .TP
53 .I "-proxyusername:username"
54 The user name to use when connecting to the proxy.
55 .TP
56 .I "-proxypassword:password"
57 The password to use when connecting to the proxy.
58 .TP
59 .I "-proxydomain:domain"
60 The domain to use when connecting to the proxy.
61 .SH AUTHORS
62 Lluis Sanchez Gual (lluis@ximian.com)
63 .PP
64 .SH LICENSE
65 disco is released under the terms of the GNU GPL.
66 .PP
67 .SH SEE ALSO
68 wsdl(1), soapsuds(1), mono(1), mcs(1)