uCosminexus Application Server, Web Service Development Guide

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

35.2 Flow of the development example (Starting from WSDL/WS-RM 1.2)

The procedure for development and execution described in the development examples in this chapter are as follows:

Developing a Web Service
  1. Create a WSDL file (35.3.1)
  2. Add WS-RM Policy in the WSDL file (35.3.2)
  3. Execute the cjwsimport command and generate SEI (35.3.3)
  4. Create Web Services Implementation Class (35.3.4)
  5. Compile Web Services Implementation Class (35.3.5)
  6. Create a web.xml file (35.3.6)
  7. Create an application.xml file (35.3.7)
  8. Create an EAR file (35.3.8)

Deploying and starting the service
  1. Deploy the EAR file (35.4.1)
  2. Start the Web Services (35.4.2)

Developing the Web Service client
  1. Execute the cjwsimport command and generate a service class (35.5.1)
  2. Create Implementation Class for the Web Services client (35.5.2)
  3. Add the sequence termination processing in Implementation Class for the Web Services client (35.5.3)
  4. Compile Implementation Class for the Web Services client (35.5.4)

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