Creating a Simple JAX-WS Service Provider Project

To create a simple JAX-WS service provider project:
  1. Click Open the new JAX-WS Service wizard File > New > Project... > Swordfish > JAX-WS Service from Java > Next .
  2. In the New Plug-in Project wizard window, type a name for your project in the Project name field.
  3. Click Next.
  4. In the Plug-in Content wizard window, we recommend that you clear the Generate an activator, a Java class that controls the plug-in's lifecycle check box because initialization using the Spring framework is preferred in Swordfish.
  5. Click Next.
  6. In the JAX-WS Service Options wizard window, you can change the name of the service.
  7. Click Finish. The new service provider project is visible in your workspace.