Develop a Web service from a Java bean

 

Develop a Web service from a Java bean

Set up a Web services development and unmanaged client execution environment.

To develop a Web service from a Java bean...

  1. Access an existing Java bean Web archive (WAR) file.

  2. Develop a Java bean Service Endpoint Interface.

  3. Develop a Web Services Description Language (WSDL) file.

  4. Develop Web services deployment descriptor templates for a Java bean implementation.

  5. Configure the webservices.xml deployment descriptor.

  6. Configure the ibm-webservices-bnd.xmi deployment descriptor.

  7. Assemble a Web services-enabled WAR file when starting from Java.

  8. Assemble a Web services-enabled WAR into an EAR file.

  9. Deploy the EAR file into WAS.

Test the Web service.

 

See Also

Web services
Assembling Web services applications based on Web Services for J2EE
Assembling a Web services-enabled WAR file when starting from Java code
Assembling a Web services-enabled WAR into an EAR file
Deploying Web services based on Web Services for J2EE
Developing a new Web service with an existing WSDL file using a Java bean
Setting up a development and unmanaged client execution environment for Web services based on Web Services for J2EE
Artifacts used to develop Web services based on Web Services for J2EE