uCosminexus Application Server, Web Service Development Guide

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

29.2 Example of the development flow (Starting from SEI and attachments of wsi:swaRef)

In the development examples described in this chapter, the flow of development and execution is as follows.

Developing a Web Service
  1. Creating Web Services Implementation Class (29.3.1)
  2. Executing the javac command and compiling Web Services Implementation Class (29.3.2)
  3. Creating web.xml (29.3.3)
  4. Creating application.xml (29.3.4)
  5. Creating EAR files (29.3.5)

Deploying and starting
  1. Deploying EAR files (29.4.1)
  2. Starting Web Services (29.4.2)

Developing a Web Service client
  1. Executing the cjwsimport command and generating the service class (29.5.1)
  2. Creating Implementation Class for the Web Services client (29.5.2)
  3. Compiling Implementation Class for the Web Services client (29.5.3)

Executing a Web Service
  1. Creating an option definition file for Java applications (29.6.1)
  2. Creating the user property file for Java applications (29.6.2)
  3. Executing the Web Services client (29.6.3)