|
Option
|
Description
|
| -domain: domain or -d: domain | Specifies the domain name to use when connecting to a server that requires a domain name for authentication. |
| -generatecode or -gc | Generates code. This option is equivalent to using -od:., where the additional period indicates that the code should be placed in the current directory. |
| -httpproxyname: name or -hpn: name | Specifies the HTTP proxy name to use when connecting to a server through an HTTP proxy server. |
| -httpproxyport: number or -hpp: number | Specifies the HTTP proxy port number to use when connecting to a server through an HTTP proxy server. |
| -inputassemblyfile: assemblyfile or -ia: assemblyfile | Specifies the input assembly file. The tool imports all types from the assembly. When you specify an input assembly, do not include the .exe or .dll extension. |
| -inputdirectory: directory or -id: directory | Specifies the directory location of input dynamic link library (DLL) files. |
| -inputschemafile: schemafile or -is: schemafile | Specifies the input XML schema file. |
| -nowrappedproxy or -nowp | Does not create a wrapped proxy. If you do not specify this option, the tool creates a wrapped proxy by default. |
| -outputassemblyfile: assemblyfile or -oa: assemblyfile | Saves output to the specified assembly file. Soapsuds.exe always generates source code when it generates an assembly. |
| -outputdirectory: outputdirectory or -od: outputdirectory | Saves output to the specified output directory. |
| -outputschemafile: schemafile or -os: schemafile | Saves output to the specified XML schema file. |
| -password: password or -p: password | Specifies the password to use when connecting to a server that requires authentication. |
| -proxynamespace: namespace or -pn | Specifies the namespace for the code in the generated proxy. Use this option only for interop namespaces. |
| -sdl | Generates service description language (SDL) schema. If you do not specify this option, the tool generates Web Services Description Language (WSDL) schema. For more information on SDL, see Web Service Description. |
| -serviceendpoint: URL or -se: URL | Specifies the URL or the path to the URL for the service endpoint to place in the WSDL file. |
| -strongnamefile: filename or -sn: filename | Signs the assembly being generated with the key pair found in filename. You can generate this file using the Strong Name Tool (Sn.exe). |
| -types: type1,assemblyname[,serviceEndpoint] [;type2,assemblyname[,serviceEndpoint]] [...] | Specifies the input type list. |
| -urltoschema:schemaURL or -url:schemaURL | Specifies the URL from which to retrieve the XML schema. |
| -username: username or -u: username | Specifies the user name to use when connecting to a server that requires authentication. |
| -wrappedproxy or -wp | Creates a wrapped proxy. This is the default. |
| -wsdl | Generates WSDL schema. This is the default. For more information, see Web Service Description. |