Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  1. On the Developer Studio Dashboard, click JAX-WS or JAX-RS, leave the first option selected, and click Next.
  2. Fill in the information for creating the project and click Finish.
    Image RemovedImage Added

The project is created. You now create the web service as a Java class inside this project.

...

  1. Right-click the project you just created, and then choose New -> JAX-WS Service Class or New -> JAX-RS Service Class.
  2. In the service creation class dialog box, specify the information for the bean class and optionally the interface class, and then click Finish.
    Image RemovedImage Added

The classes are created inside the project.

...