Test the generated web service using the Web Service Explorer

You test the generated web service using the Web Service Explorer. The Status pane might show some errors were encountered while validating XML schemas, this should not affect your testing of the generated web service.

Procedure

  1. Navigate to the generated WSDL file from the Web project: Web content > WEB-INF > wsdl.
  2. Right-click wsdl > Web Services > Test with Web Services Explorer. The Web Services Explorer opens.
  3. From the Navigator pane on the left, expand SoapBinding and click the operation you created.
  4. From the Actions pane under the Body section, enter any information that is required for your project, then click Go.
    Important: You do not have to check nil for empty fields.

Results

The Web Services Explorer tests the generated web service.

Feedback