uCosminexus Application Server, Web Service Development Guide

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

8.2 Procedure for the development examples (Starting from SEI and EJB Web Service)

In the development examples described in this chapter, the procedure for development and execution is as follows:

Developing a Web Service
  1. Create Web Services Implementation Class (8.3.1)
  2. Compiling Web Services Implementation Class (8.3.2)
  3. Create an application.xml file (8.3.3)
  4. Create a WSDL file (optional) (8.3.4)
  5. Create an EAR file (8.3.5)

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

Developing the Web Service client
  1. Execute the cjwsimport command and generate a service class (8.5.1)
  2. Create an Implementation Class for Web Service client (8.5.2)
  3. Compile the Implementation Class for Web Service client (8.5.3)

Executing the Web Service
  1. Create an option definition file for Java applications (8.6.1)
  2. Create a user property file for Java applications (8.6.2)
  3. Execute the Web Service client (8.6.3)