Creating a Java Web Service for Sybase WorkSpace

To create a Java Web service for Sybase WorkSpace:

  1. Select File > New and select Object Oriented Model in the Model Type list.
  2. Select Java in the language list and select Class diagram in the First Diagram list.
  3. Click the Extended Model Definition tab and select Sybase WorkSpace in the IDE sub-tab.

  4. Click OK to create the OOM.
  5. Select Tools > Create Web Service Component .

    The Web Service Wizard is displayed.

  6. Type a name and a code for the component and click Next.
  7. Select Implementation in the Web Service Type list and select Java Web Service (JWS) in the Component Type list and click Next.
  8. 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.

  9. Double-click the implementation class in the diagram and open the Operations tab in the class property sheet.
  10. 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.
  11. Click the Implementation tab and type the method implementation, that is to say the implementation of the Java Web service.

  12. Click OK in each of the dialog boxes.


Created October 7, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com