Chapter 7 Deploying Web Applications in Apache Tomcat


Creating Web Service Components

Steps To create a Web Service component:

  1. Create an Object-Oriented Model (OOM) with the Java language.
  2. Select Tools→Create Web Service Component wizard.
  3. Enter the name of the Web Service, click Next.
  4. Select the Web Service type (implementation) and the Implementation type (Standard or Servlet).
  5. [optional] Create a component diagram and a component symbol.

The Standard implementation type uses the JAX-RPC model. The servlet implementation model uses the JAXM model.

If you already have a class and you want to transform the class into a Web Service, you can right-click on the class and select Create Web Service Component.

For more details about how to create Web Service components, see the OOM User's Guide.

 


Copyright (C) 2005. Sybase Inc. All rights reserved.