Developing JAX-WS Web services (bottom up)

What to do next

  • 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 JAX-WS Web services with annotations

    Java API for XML-Based Web Services (JAX-WS) supports two different service endpoint implementations types, the standard Web service endpoint interface and a new Provider interface to enable services to work at the XML message level. By using annotations on the service endpoint implementation or client, you can define the service endpoint as a Web service.

  • Generating Java artifacts for JAX-WS applications

    Use Java API for XML-Based Web Services (JAX-WS) tools to generate the necessary JAX-WS and Java Architecture for XML Binding (JAXB) Java artifacts that are needed for JAX-WS Web services applications when starting from JavaBeans™ or enterprise beans components.

  • Enabling MTOM for JAX-WS Web services

    With Java API for XML-Based Web Services (JAX-WS), you can send binary attachments such as images or files along with Web services requests. JAX-WS adds support for optimized transmission of binary data as specified by the SOAP Message Transmission Optimization Mechanism (MTOM) specification.

  • Developing a webservices.xml deployment descriptor for JAX-WS applications

    Deployment descriptors are standard text files, formatted using XML and packaged in a Web services application. You can optionally use the webservices.xml deployment descriptor to augment or override application metadata specified in annotations within Java API for XML-Based Web Services (JAX-WS) Web services.

  • Completing the JavaBeans implementation for JAX-WS applications

    After you have developed the Java artifacts necessary to develop a Java API for XML-Based Web Services (JAX-WS) Web service, you must complete the JavaBeans implementation to assemble a Web archive (WAR) file. The resulting WAR file contains the JavaBeans implementation and the supported classes created from the tooling.

  • Completing the EJB implementation for JAX-WS applications

    After you have developed the Java artifacts necessary to develop a Java API for XML-Based Web Services (JAX-WS) Web service, you must complete the Enterprise JavaBeans (EJB) implementation to assemble a Java archive (JAR) file. The resulting JAR file contains the Enterprise JavaBeans implementation and the supported classes created from the tooling.

Task topic    

Terms of Use | Feedback

Last updated: Oct 20, 2010 7:53:43 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=compass&product=was-nd-dist&topic=container_wbsjaxws_goal_developing
File name: container_wbsjaxws_goal_developing.html