Develop a new Web service with an existing WSDL file using a Java bean
Locate the Web Services Description Language (WSDL) file that defines the Web service to be implemented. You can develop a WSDL or obtain one from an existing Web service through e-mail, downloading or a Uniform Resource Locator (URL).To develop a new Web service with an existing WSDL file using a Java bean...
- Develop Java bean implementation templates and bindings from a WSDL file.
- Complete the Java bean implementation.
- Assemble a Web services-enabled Web archive (WAR) file when starting from a WSDL file.
- Configure the webservices.xml deployment descriptor.
- Configure the ibm-webservices-bnd.xmi deployment descriptor.
- Assemble a Web services-enabled WAR into an EAR file.
- Deploy the EAR file into WAS.
Develop Web services deployment descriptor templates from a WSDL file.
You can either develop Web services deployment descriptor templates for a Java bean implementation or develop Web services deployment descriptor templates for an EJB implementation.
See Also
Configuring the webservices.xml deployment descriptor
Configuring the ibm-webservices-bnd.xmi deployment descriptor
Developing a Web service from a Java bean
Developing Web services deployment descriptor templates for a Java bean implementation
Assembling a Web services-enabled WAR file when starting from WSDL
Assembling a Web services-enabled WAR into an EAR file
Deploying Web services based on Web Services for J2EE
Artifacts used to develop Web services based on Web Services for J2EE