WSDL2Java command

 

WSDL2Java command

A Web Services Description Language (WSDL) file describes a Web service. The Java API for XML-based Remote Procedure Call (JAX-RPC) 1.1 specification defines a Java API mapping that interacts with the Web service. The Web Services for Java 2 Platform, Enterprise Edition (J2EE) 1.1 specification defines deployment descriptors that deploy a Web service in a J2EE environment. The WSDL2Java command is run against the WSDL file to create Java APIs and deployment descriptor templates according to these specifications.

Command-line syntax

The command-line syntax is:

WSDL2Java [arguments] WSDL-URI

Important arguments

Other arguments




Related tasks
Developing a service endpoint interface for a JavaBeans implementation



Searchable topic ID: rwbs_wsdl2java