uCosminexus Application Server, Web Service Development Guide

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

5.2 Example of development flow (Starting from SEI)

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

Developing a Web Service
  1. Creating Web Services Implementation Class (5.3.1)
  2. Compiling Web Services Implementation Class (5.3.2)
  3. Creating web.xml (5.3.3)
  4. Creating application.xml (5.3.4)
  5. Creating a WSDL file (Optional) (5.3.5)
  6. Creating an EAR file (5.3.6)

Deploying and starting
  1. Deploying EAR files (5.4.1)
  2. Starting Web Services (5.4.2)

Developing a Web Service client
  1. Executing the cjwsimport command and generating a service class (5.5.1)
  2. Creating the implementation class for Web Service clients (5.5.2)
  3. Compiling the implementation class for Web Service clients (5.5.3)

Executing a Web Service
  1. Creating the option definition file for Java applications (5.6.1)
  2. Creating the user property file for Java applications (5.6.2)
  3. Executing the Web Service client (5.6.3)