| Option | Description |
| <WebServerURL> | The path of the Web Service Description Language (WSDL) file. Appending "?WSDL" to the Web Service gets the WSDL contract. |
| /l:<Language Code> | The language, either C#, Visual Basic, or JScript. |
| /n:<Namespace> | The namespace you like to include in this class. All classes in that namespace have access to this proxy object. |
| /o:<Location> | Where you want to create the files. If omitted, this is the current directory. |
| /protocol:<protocol Name> | The protocol to generate the proxy to work with: SOAP, HTTP GET, or HTTP POST. Default value is SOAP. |