Java2WSDL command

 

Java2WSDL command

The Java2WSDL command maps a Java class to a Web Services Description Language (WSDL) file by following the Java API for XML-based Remote Procedure Call (JAX-RPC) 1.1 specification. The Java2WSDL command accepts a Java class as input and produces a WSDL file that represents the input class. If a file exists at the output location, it is overwritten. The WSDL file that is generated by the Java2WSDL command contains WSDL and XML schema constructs that are automatically derived from the input class. You can override these default values with command-line arguments.

The Java2WSDL command is protocol independent; when you run the Java2WSDL command, you can specify command-line options that generate both SOAP and non-SOAP protocol bindings in the WSDL file. For each binding that can be generated, the Java2WSDL command has a binding generator to generate the WSDL for that binding.

Command line syntax and arguments

The command line syntax is:

Java2WSDL [argument...] class

The following command-line arguments are supported:

Required arguments

Important arguments

Other arguments




Related reference
Mapping between Java language, WSDL and XML
WSDL2Java command



Searchable topic ID: rwbs_java2wsdl