WSDL2Java command for JAX-RPC applications

 

+

Search Tips   |   Advanced Search

 

A Web Services Description Language (WSDL) file describes a Web service.

JAX-RPC 1.1 defines a Java API mapping that interacts with the Web service.

The Web Services for 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.

Review the API documentation for a complete list of API's.

 

Command-line syntax

The command-line syntax is:

WSDL2Java [arguments] WSDL-URI

 

Required arguments

 

Important arguments

 

Other arguments




 

Related concepts

Custom data binders

 

Related tasks

Develop a service endpoint interface for JAX-RPC applications

 

Related Reference

Java2WSDL command for JAX-RPC applications
Map between Java language, WSDL and XML for JAX-RPC applications
Web services: Resources for learning