After you have developed the Java artifacts necessary to develop a Web service, you must complete the JavaBeans implementation to assemble a Java archive (JAR) file or a Web archive (WAR) file based on your programming model. The resulting JAR file or WAR file contains the JavaBeans implementation and the supported classes created from the tooling.
For
Java API for XML-Based Web Services (JAX-WS) Web service applications, develop Java artifacts
for JAX-WS applications and optionally generate a WSDL file using the wsgen command-line
tool.
For Java API for XML-based RPC (JAX-RPC) Web service applications, develop Web services deployment descriptor templates for a JavaBeans implementation using the wsdl2java command-line tool.
For JAX-WS applications,
complete the JavaBeans implementation by writing your business application.
For JAX-RPC applications, complete the JavaBeans implementation by writing your business application.
For
JAX-WS applications, you can now enable the JavaBeans-based business application
for Web services.
For JAX-RPC applications, you can now enable the JavaBeans-based business application for Web services.
. If
you are developing a JAX-WS Web service application from JavaBeans, assemble a WAR file that is enabled
for Web services from Java code.
If you are developing a JAX-RPC Web service application from JavaBeans, you need to configure the webservices.xml deployment descriptor and configure the ibm-webservices-bnd.xmi deployment descriptor so that the application server can process the incoming Web services requests.
In this information ...Related tasks
Related reference
| IBM Redbooks, demos, education, and more(Index) |