Validating Web Services Projects

OEPE provides a validation utility for your WebLogic Web services projects that you develop in Eclipse IDE. Subject to validation are various artifacts and associations within the project, including compliance with specifications (for example, JSR-224), verification of referenced resources (for example, local and remote), and so on. The validation occurs by the means of a standard Eclipse validator that indicates errors in the Problems view, in the Project Explorer, and as markers in the source view, as Figure 1 and Figure 2 show.

Validated Resources

When working with Java Web services in wls.web faceted projects, you can expect the following types of errors to be validated:

Configuring Project Validation

To enable or disable validation:

  1. Right-click your Web services project in the Project Explorer and select Properties from the drop-down menu. This opens the Properties dialog, as Figure 3 shows.

  2. In the Properties dialog, expand the Validation node. The editor pane on the right displays all available validators whose settings you can modify (notice Web Services for WebLogic). From this pane, you can do the following:

    • Enable settings specific to your project.

    • Enable each particular setting.

    • Enable or disable all validators from the list.

    • Suspend validation.

    • Configure your workspace settings: this option becomes available if you select Suspend all validators, and then click Configure Workspace Settings. This opens the expanded Preferences > Validation dialog that Figure 4 shows.

    Note: The default validation filters enable validation of Web services within a WebLogic Web services project (for example, those with the oracle.weblogic.webservices and oracle.weblogic.webservice.clients facets).