WSDL to XML
Name
wsdl2xml
- generates a new WSDL document with a XML binding from an existing WSDL document containing a portType
element.
Synopsis
Description
wsdl2xml will generate a new WSDL document with a XML binding from an existing WSDL document containing a portType
element.
Options
The options used to validate WSDL file are reviewed in the following table.
Option | Interpretation |
---|
-? ,-h ,-help | Displays the online help for this utility and exits. |
-i | Specifies the portType element for which a binding should be generated. |
-b | Specifies the name of the generated XML binding. |
-d | Specifies the directory to place generated WSDL file. |
-o | Specifies the name of the generated WSDL file. |
-p | Specifies the value of the name attribute of the generated port element, sperate by space. |
-s | Specifies the name of the generated service. |
-a | Specifies the value used in the address element of the port, sperate by space |
-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. |
The -i port-type-name
and wsdlurl
arguments are required.All other arguments are optional and may be listed in any order.
Example
wsdl2xml -i GreetPortType -a address TestGreeting.wsdl
See Also
idl2wsdl
, java2js
, java2ws
, wsdl2corba
, wsdl2java
, wsdl2js
, wsdl2service
, wsdl2soap
, wsdlvalidator
and xsd2wsdl.