Setting up a development environment for web services
The application server provides command-line tools to develop
web services clients and implementations that are based on the Web
Services for Java Platform, Enterprise Edition
(Java EE) specification. You must set up your
development environment before you start developing web services.
Developing a WSDL file for JAX-RPC applications
You can develop a Web Services Description Language (WSDL)
file to describe the characteristics of your Java API
for XML-based RPC (JAX-RPC) web services application including where
the service resides and how to invoke the service using an XML format.
Completing the JavaBeans implementation for JAX-RPC applications
After you have developed the Java artifacts
necessary to develop a Java API
for XML-based RPC (JAX-RPC) web service, you must complete the JavaBeans implementation to assemble a Java archive (JAR) file or a web application
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.
Completing the EJB implementation for JAX-RPC applications
After you have developed the Java artifacts
necessary to develop a Java API
for XML-based RPC (JAX-RPC) web service, you must complete the Enterprise JavaBeans (EJB) implementation to assemble
a Java archive (JAR) file or a web application
archive (WAR) file based on your programming model. The resulting
JAR file or WAR file contains the Enterprise JavaBeans (EJB)
implementation and the supported classes created from the tooling.
Last updated: April 18, 2014 05:01 AM CDT http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-iseries&topic=container_wbsjaxrpc_dev_apps File name: container_wbsjaxrpc_dev_apps.html