JEUS 7 web service supports JAX-WS web service which is the Java EE 6 web service standard. The most important feature of JAX-WS web service is the ability to freely implement POJO web services without configuration files. The POJO web service is implemented using the annotation function of Java SE 5.
This document discusses how to implement the JAX-WS web service and run the service on JEUS, and how to create a client which invokes JAX-WS web service and handle the declaration of custom binding, handlers, and messages at the XML level. It also describes how to transmit a message more efficiently through asynchronous and MIME attachments, how to implement faster web services, and finally how to handle web services, UDDI, JAXR, and XML for interoperation in various ways.
The following chapters explain how JEUS 7 web services support JAX-WS web services.
Table of Contents