uCosminexus Application Server, Web Service Development Guide

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

31.2 Flow of the development example (starting from SEI or attachments in MTOM/XOP specification format)

The procedure for developing and executing a Web Service described in the development examples of this chapter is as follows:

Developing a Web Service
  1. Create Web Services Implementation Class (31.3.1)
  2. Compiling Web Services Implementation Class (31.3.2)
  3. Create a web.xml file(31.3.3)
  4. Create an application.xml file (31.3.4)
  5. Create an EAR file (31.3.5)

Deploying and starting the service
  1. Deploy the EAR file (31.4.1)
  2. Start the Web Service (31.4.2)

Developing the Web Service client
  1. Execute the cjwsimport command to generate a service class (31.5.1)
  2. Create Implementation Class for the Web Services client (31.5.2)
  3. Compile Implementation Class for the Web Services client (31.5.3)

Executing the Web Service
  1. Create an option definition file for Java applications (31.6.1)
  2. Create a user property file for Java applications (31.6.2)
  3. Execute the Web Services client (31.6.3 )