Transport (-TRANSPORT)

Use the Transport adapter command (-TRANSPORT) to specify which transport adapter to use and the command line for the transport adapter.

The syntax of the command must include the single quotes and parentheses as shown below.


-TRANSPORT 'adapter_name (adapter_command_line)'
Option
Description
adapter_name
Specify which transport adapter to use.
adapter_command_line
Specify the command line for the transport adapter. You must enclose this option within parentheses ().

For example, to specify the HTTP adapter as the transport adapter, and to send the SOAP request to the http://localhost/WebService/test URL, enter the following command:


-TRANSPORT 'http (-URL http://localhost/WebService/test -T)'