wsdl -V (return code: 2)
Web Services Description Language Utility
Mono Framework v4.0.30319.17020
Error: ThereWasAnErrorDownloading0
Stack:
at System.Web.Services.Discovery.DiscoveryClientProtocol.Download (System.String& url, System.String& contentType) <0x41643b20 + 0x002ab> in <filename unknown>:0
at System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoverAny (System.String url) <0x41616720 + 0x00093> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Web.Services.Discovery.DiscoveryClientProtocol:DiscoverAny (string)
at Mono.WebServices.Driver.Run (System.String[] args) <0x4160c1b0 + 0x00483> in <filename unknown>:0
wsdl (return code: 0)
Web Services Description Language Utility
Mono Framework v4.0.30319.17020
wsdl [options] {path | URL} {path | URL} ...
-d, -domain:domain Domain of username for server authentication.
-l, -language:language Language of generated code. Allowed CS (default)
and VB. You can also specify the fully qualified
name of a class that implements the
System.CodeDom.Compiler.CodeDomProvider Class.
-n, -namespace:ns The namespace of the generated code, default
namespace if none.
-nologo Surpress the startup logo.
-o, -out:filename The target file for generated code.
-p, -password:pwd Password used to contact the server.
-protocol:protocol Protocol to implement. Allowed: Soap (default),
HttpGet or HttpPost.
-fields Generate fields instead of properties in data
classes.
-server Generate server instead of client proxy code.
-u, -username:username Username used to contact the server.
-proxy:url Address of the proxy.
-pu, -proxyusername:username Username used to contact the proxy.
-pp, -proxypassword:pwd Password used to contact the proxy.
-pd, -proxydomain:domain Domain of username for proxy authentication.
-urlkey, -appsettingurlkey:key Configuration key that contains the default
url for the generated WS proxy.
-baseurl, -appsettingbaseurl:url Base url to use when constructing the
service url.
-sample:[binding/]operation Display a sample SOAP request and response.
-? Display this message
Options can be of the forms -option, --option or /option