Generating a JAX-WS Web Service from Scratch

See Also 

  1. Depending on the implementation form and EE version, create a web application project or create an EJB module project.
  2. In the Projects window or Files window, right-click the project node and choose New > Web Service.

    The New Web Service wizard opens.

  3. Type the web service name and specify a package to house the web service.
  4. Select the creation type:
  5. Click Finish.

    The IDE creates an implementation class. The implementation class is created with the required web service annotations and import statements.

  6. Use the Source Editor to develop the web service.
See Also
About Web Services
About Implementing Web Services
Creating a Web Service from a WSDL File
Creating a WSDL File

Legal Notices