Part I. JEUS 9 Web Services

JEUS 9 web services support JAX-WS web service which is the Jakarta EE 9 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 functionality 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 XML in various ways.

The following chapters explain how JEUS 9 web services support JAX-WS web services.