Testing Maps in the Test View

The following functionality is available from the Test View of the mapper:

Note: Java interfaces and abstract Java classes are supported as source or target types for a transformation but you will not be able to execute your transformation in the Test View. However, a transformation with a Java interfaces and/or abstract Java classes as source or target types can be invoked from a business process (JPD) without error.

To View and Test an XQ file in the Test View of the Mapper

  1. Open a query in the mapper pane. For instructions see General Steps to Open or Create a Query in the Mapper.
  2. Select the Test View tab.
  3. A graphical display of the generated source data is displayed in the Source Data pane.

  4. If desired, change the generated source data.
  5. For details see the preceding sections.

  6. If desired, validate the source data against the associated schema. In the Source Data pane of the Test View, click Validate. To learn more, see Validating During Design Time.
  7. In the Result Data pane, click Test.
  8. If not currently running, the WebLogic Server for the current application will be started. In order for a query to run, the WebLogic Server for the current application must be running.

    In the Result Data pane, after the query is run a graphical representation of the target data is displayed.

  9. To view the resulting data as an XML document, in the Result Data pane select the XML Source View tab.
  10. If desired, you can validate the result data against the associated schema. In the Result Data pane of the Test View, click Validate. To learn more, see Validating During Design Time.
Previous Document Next Document