Unix and Linux Discussions Tagged with documents |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
13,927 |
Homework & Coursework Questions |
|
|
|
0 |
2,894 |
OS X (Apple) |
|
|
|
0 |
1,941 |
UNIX and Linux RSS News |
|
|
|
2 |
2,152 |
Shell Programming and Scripting |
|
|
|
1 |
1,711 |
Shell Programming and Scripting |
|
|
|
0 |
1,256 |
UNIX and Linux RSS News |
|
|
|
0 |
1,455 |
UNIX and Linux RSS News |
|
|
|
1 |
3,724 |
OS X (Apple) |
|
|
|
2 |
9,149 |
Shell Programming and Scripting |
|
|
|
7 |
5,171 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
8,754 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
5,889 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,200 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
6,049 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,500 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,737 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,857 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
6,243 |
UNIX for Dummies Questions & Answers |
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
Supress 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)
disco(1)