uCosminexus Application Server, Web Service Development Guide

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

4.2 Examples for the procedure of development (Starting from WSDL)

The development and execution flow described in the development examples of this chapter are as follows:

Developing a Web Service
  1. Creating a WSDL file (4.3.1)
  2. Executing the cjwsimport command and generating SEI (4.3.2)
  3. Creating the Web Service Implementation Class (4.3.3)
  4. Compiling the Web Service Implementation Class (4.3.4)
  5. Creating web.xml (4.3.5)
  6. Creating application.xml (4.3.6)
  7. Creating an EAR file (4.3.7)

Deploying and starting
  1. Deploying the EAR file (4.4.1)
  2. Starting the Web Service (4.4.2)

Developing a Web Service client
  1. Executing the cjwsimport command and generating a service class (4.5.1)
  2. Creating the implementation class for the Web Service client (4.5.2)
  3. Compiling the implementation class for the Web Service client (4.5.3)

Executing a Web Service
  1. Creating the option definition file for Java applications (4.6.1)
  2. Creating the user property file for Java applications (4.6.2)
  3. Executing the Web Service client (4.6.3)