Man page - disco(1)
Packages contas this manual
- aprofutil(1)
- al(1)
- pdb2mdb(1)
- mono-cil-strip(1)
- crlupdate(1)
- macpack(1)
- makecert(1)
- mono-shlib-cop(1)
- cilc(1)
- mono-xmltool(1)
- cccheck(1)
- monop(1)
- sn(1)
- monop2(1)
- dtd2xsd(1)
- resgen(1)
- disco(1)
- permview(1)
- resgen2(1)
- sqlsharp(1)
- chktrust(1)
- ilasm(1)
- genxs(1)
- mconfig(1)
- mono-symbolicate(1)
- al2(1)
- signcode(1)
- sgen(1)
- wsdl(1)
- certmgr(1)
- xsd(1)
- setreg(1)
- cert2spc(1)
- mkbundle(1)
- soapsuds(1)
- wsdl2(1)
- httpcfg(1)
- secutil(1)
- lc(1)
- mozroots(1)
- caspol(1)
Package: mono-devel
apt-get install mono-devel
apt-get install mono-devel
Manuals in package:
Documentations in package:
Manual
| disco(1) | General Commands Manual | disco(1) |
NAME
disco - Mono's Web Service Discovery Tool
SYNOPSIS
disco [options] url
DESCRIPTION
disco is a tool for discovering web services and for retireving the documents that describe those services.
url is the location of a DISCO document, which includes a list of WSDL documents, XML schemas and references to other DISCO documents.
disco downloads the DISCO document and all referenced documents (unless the -nosave option is specified), and saves them to disk.
OPTIONS
The following options are available:
- -nologo
- Suppress the startup logo.
- -nosave
- Do not save the discovered documents to disk. The default is to save the documents.
- -o:directory , -out:directory
- The directory where to save the discovered documents. By default, documents are saved in the current directory.
- -u:username , -user:username
- The user name to use when connecting to the server.
- -p:password , -password:password
- The password to use when connecting to the server.
- -d:domain , -domain:domain
- The domain to use when connecting to the server.
- -proxy:url
- The url of the proxy server to use for http requests.
- -proxyusername:username
- The user name to use when connecting to the proxy.
- -proxypassword:password
- The password to use when connecting to the proxy.
- -proxydomain:domain
- The domain to use when connecting to the proxy.
AUTHORS
Lluis Sanchez Gual (lluis@ximian.com)
LICENSE
disco is released under the terms of the GNU GPL.
SEE ALSO
wsdl(1), soapsuds(1), mono(1), mcs(1)