wsdl2corba -idl — generates an IDL file from a WSDL document containing a CORBA binding
wsdl2corba
{-idl} {-b binding
} [-corba] [-i portType
] [-d dir
] [-w wsdlOut
] [-o idlOut
...] [-props namespace
] [-wrapped] [-a address
] [-f address-file
] [[-quiet] | [-verbose]] [-v] [-h] wsdl
wsdl2corba -idl generates an IDL file from a WSDL document containing a CORBA binding. In addition, the tool can be used to add a CORBA binding to a WSDL file and generate an IDL file in one step.
The tool has the following required arguments:
Option | Interpretation |
---|---|
-idl | Specifies that the tool is to generate IDL from the binding. |
-b binding | Specifies the name of the CORBA binding for which the IDL file is generated. |
wsdl | Specifies the WSDL document to which the binding is added. |
The tool has the following optional arguments:
Option | Interpretation |
---|---|
-corba | Specifies that an CORBA binding will be added to the WSDL document. You must also use the -i flag in conjunction with this flag. |
-i portType | Specifies the name of the port type for which the CORBA binding is generated. |
-d dir | Specifies the directory into which the new IDL file is written. |
-w wsdlOut | Specifies the name of the WSDL document containing the generated CORBA binding. |
-o idlOut | Specifies the name of the generated IDL file. |
-props namespace | Specifies the namespace to use for the generated CORBA typemap. |
-wrapped | Specifies that the generated binding uses wrapped types. |
-a address | Specifies the value of the generated binding's corba:address element's location attribute. |
-f address-file | Specifies the name of a file whose contents are to be used as the value of the generated binding's corba:address element's location attribute. |
-v | Displays the tool's version. |
-h | Specifies that the tool will display a detailed usage statement. |
-quiet | Specifies that the tool is to run in quiet mode. |
-versbose | Specifies that the tool is to run in verbose mode. |