About Configuring Web Services

See Also

You configure your web services at several different levels.

Project Contents and Classpath

Basic project settings like the web application or EJB module's source roots and classpath are set in the module's Project Properties dialog box. You open this dialog box by right-clicking the project node and choosing Properties.

For standard projects, you can add source roots in the Sources page of the Project Properties dialog box. You can quickly add to the compilation and test classpath by right-clicking the Libraries or Test Libraries node in the Projects window. To further configure the classpath, or to specify which items should be included in deployment, use the Libraries page of the Project Properties dialog box.

Compilation Settings

Depending on the web service type, you configure compilation settings in different ways. For JAX-WS web services, you use the Web Service Attributes Editor to customize WSDL files. For JAX-RPC web services that are created from WSDL, you use the Project Properties dialog box to configure the wscompile tool. For details, see About Building Web Services.

Deployment Settings

There are several key steps to configuring deployment settings:

See Also
About Web Services
About Annotations in Web Services
Configuring Web Services via Annotations
Configuring Web Services via Deployment Descriptors

Legal Notices