uCosminexus Application Server, Web Service Development Guide

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

9.2 Procedure for the development examples (Starting from a provider and SAAJ)

In the development examples described in this chapter, the procedure for development and execution is as follows:

Developing a Web Service
  1. Creating a Provider Implementation Class (9.3.1)
  2. Generating Java sources (9.3.2)
  3. Creating web.xml (9.3.3)
  4. Creating application.xml (9.3.4)
  5. Creating an EAR file (9.3.5)

Deploying and starting
  1. Deploying the EAR file (9.4.1)
  2. Starting the Web Service (9.4.2)

Developing a Web Service client
  1. Creating a Implementation Class for a Web Service client (9.5.1)
  2. Compiling the Implementation Class for the Web Service client (9.5.2)

Executing the Web Service
  1. Creating the option definition file for Java applications (9.6.1)
  2. Creating the user property file for Java applications (9.6.2)
  3. Executing the Web Service client (9.6.3)