Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
wsdl2soap [[-?] |  [-help] |  [-h]] [-iporti <port-type-namename>] [-bbindingb <binding-namename>] [-soap12] [-doutputd <output-directorydirectory>] [-ooutputo <output-filefile>]
[-nsoapn <soap-body-namespacenamespace>] [-style (document/rpc)] [-use (literal/encoded)] [-v] [[-verbose] | [-quiet]] wsdlurl

...

Option

Interpretation

-?

Displays the online help for this utility.

-help

 

-h

 

-iport-type-name i

Specifies the portType element for which a binding should be generated.

-bbinding-name b

Specifies the name of the generated SOAP binding.

-soap12

Specifies that the generated binding will use SOAP 1.2.

-doutput-directory d

Specifies the directory to place generated WSDL file.

-ooutput-file o

Specifies the name of the generated WSDL file.

-nsoap-body-namespace n

Specifies the SOAP body namespace when the style is RPC.

-style (document/rpc)

Specifies the encoding style (document or RPC) to use in the SOAP binding. The default is document.

-use (literal/encoded)

Specifies the binding use (encoded or literal) to use in the SOAP binding. The default is literal.

-v

Displays the version number for the tool.

-verbose

Displays comments during the code generation process.

-quiet

Suppresses comments during the code generation process.

wsdlurl

The path and name of the WSDL file containing the portType element definition.

...