This task explains how to complete the Enterprise JavaBeans (EJB) implementation.
Before you begin
Develop EJB implementation templates and bindings from a WSDL file. The deployment descriptor templates that are generated from a Web Services Description Language (WSDL) file are required to complete the EJB implementation in the Web services development process.Why and when to perform this task
When you complete the EJB implementation, you are assembling an enterprise bean Java archive (JAR) file that contains the EJB and supporting classes created from a WSDL file.
Complete the EJB implementation by following the steps provided in this task section.Steps for this task
Result
You have an enterprise bean JAR file containing an EJB and supporting classes created from a WSDL file.What to do next
Now that you have gathered the required artifacts for developing a Web service with an enterprise bean, you need to configure the webservices.xml deployment descriptor .Related tasks
Developing new Web services from an existing WSDL file using an EJB
implementation
Developing EJB implementation templates and bindings from a WSDL file
Configuring the webservices.xml deployment descriptor
Assembling a Web services-enabled enterprise bean JAR file from a WSDL
file