uCosminexus Application Server, Web Service Development Guide

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

33.2 Flow of development examples (Starting from SEI and streaming)

This section describes the development examples for the development and execution flow.

Developing a Web Service
  1. Creating Web Services Implementation Class (33.3.1)
  2. Executing the javac command to compile Web Services Implementation Class(33.3.2)
  3. Creating web.xml (33.3.3)
  4. Creating application.xml (33.3.4)
  5. Creating EAR files (33.3.5)

Deploying and starting
  1. Deploying EAR files (33.4.1)
  2. Starting Web Services (33.4.2)

Developing a Web Service client
  1. Executing the cjwsimport command to generate a service class (33.5.1)
  2. Creating Implementation Class for the Web Services client (33.5.2)
  3. Compiling Implementation Class for the Web Services client (33.5.3)

Executing a Web Service
  1. Creating an option definition file for Java applications (33.6.1)
  2. Creating a user property file for Java applications (33.6.2)
  3. Executing the Web Services client (33.6.3)