Man page - disco(1)
Packages contains this manual
- makecert(1)
- mconfig(1)
- mkbundle(1)
- mozroots(1)
- pdb2mdb(1)
- mono-symbolicate(1)
- setreg(1)
- signcode(1)
- chktrust(1)
- certmgr(1)
- wsdl(1)
- resgen(1)
- cilc(1)
- sgen(1)
- disco(1)
- monop2(1)
- cccheck(1)
- al(1)
- sn(1)
- mono-shlib-cop(1)
- permview(1)
- httpcfg(1)
- sqlsharp(1)
- mono-cil-strip(1)
- xsd(1)
- lc(1)
- mono-xmltool(1)
- secutil(1)
- aprofutil(1)
- crlupdate(1)
- soapsuds(1)
- cert2spc(1)
- dtd2xsd(1)
- wsdl2(1)
- genxs(1)
- caspol(1)
- ilasm(1)
- macpack(1)
- resgen2(1)
- monop(1)
- al2(1)
apt-get install mono-devel
Manual
disco
NAMESYNOPSIS
DESCRIPTION
OPTIONS
AUTHORS
LICENSE
SEE ALSO
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)