uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

3.6 Implementing Web Service clients

There is no limit for the types of Web Service clients. For example, you can develop the Web Service clients mentioned below. When developing a Web Service client operating on a J2EE container, use the EJB version 3.0 or later, and Servlet version 2.5 or later for Web applications such as the JSP or servlets. For example, when including web.xml in a WAR file by using a Web application, use the web.xml version 2.5 or later.

With the JAX-WS functionality of Cosminexus, you can implement a Web Service client using any of the following methods:

This section describes the examples of implementing Web Service clients. This section also describes the precautions to be taken for using a service class and ports.

Organization of this section
3.6.1 Example of stub-based implementation
3.6.2 Example of dispatch-based implementation
3.6.3 Examples of implementation using JAX-WS API
3.6.4 Notes
3.6.5 Notes on accessing the Web Services that use the addressing functionality