
Chapter 8 Working with Web Services
Creating a Java Web service for Sybase WorkSpace
To create a Java Web service:
- Select File→New and select Object Oriented Model in the Model Type list.
- Select Java in the language list and select Class diagram in the First Diagram list.
- Click the Extended Model Definition tab and select Sybase WorkSpace in the IDE sub-tab.
- Click OK to create the OOM.
- Select Tools→Create Web Service Component.
The Web Service Wizard is displayed.
- Type a name and a code for the component and click Next.
- Select Implementation in the Web Service Type list and select Java Web Service (JWS) in the Component Type list and click Next.
- Select a Web service implementation class and click Finish.
The Java Web service component is created together with the implementation class and the corresponding Web method.
- Double-click the implementation class in the diagram and open the Operations tab in the class property sheet.
- Double-click the WebMethod created by default. You can check that the Web Service Method check box is selected. You can rename the operation according to your needs.
- Click the Implementation tab and type the method implementation, that is to say the implementation of the Java Web service.
- Click OK in each of the dialog boxes.
Copyright (C) 2007. Sybase Inc. All rights reserved.
|
|