Developing EJB implementation templates and bindings from a WSDL file for JAX-RPC web services
You can develop Enterprise JavaBeans (EJB) implementation deployment descriptor templates and bindings from a Web Services Description Language (WSDL) file for a JAX-RPC application.
Before you begin
If the WSDL file
is a local file, the URL looks like the following example: file:drive:\path\file_name.wsdl.
If the WSDL file is a local
file, the URL looks like the following example: file:/path/file_name.wsdl.
You can also specify local files using the absolute or relative file system path.
About this task
This task is one a required step in developing a web service from an enterprise bean.
Implementation templates are generated using the -role develop-server option of the WSDL2Java command.
- enterprise bean
- EJB remote interface
- EJB Home
The WSDL2Java command-line
tool is not supported on the z/OS® platform. This functionality
is provided by the assembly tools provided with the z/OS version
of the product. Read about the WSDL2Java command-line
tool for Java API for XML-based Remote Procedure
Call (JAX-RPC) applications to learn more about this tool.

Procedure
Results
Example
Parsing XML file: file:e:/example/app/topdown/step1/AddressBook.wsdl
WSWS3185I: Info: Parsing XML file: AddressBook.wsdl
WSWS3282I: Info: Generating addr\Address.java.
WSWS3282I: Info: Generating addr\Phone.java.
WSWS3282I: Info: Generating addr\StateType.java.
WSWS3282I: Info: Generating addr\AddressBook.java.
WSWS3282I: Info: Generating addr\AddressBookSoapBindingImpl.java.
WSWS3282I: Info: Generating addr\AddressBook_RI.java.
WSWS3282I: Info: Generating addr\AddressBookHome.java.
WSWS3282I: Info: Generating META-INF\webservices.xml.
WSWS3282I: Info: Generating META-INF\ibm-webservices-bnd.xmi.
WSWS3282I: Info: Generating META-INF\AddressBook_mapping.xml.
WSWS3282I: Info: Generating META-INF\ibm-webservices-ext.xmi.