This part discusses the implementation of the FlightScheduleValidationPipeline. This pipeline performs validations and constraint checking. Some concepts discussed are the Validate activity, use of Domain Value Map, Error Handler, Resume activity, use of XQuery functions for validation and use of XQuery Library Modules.
Supporting Resources
Blog Article: Lucas Jellema – SOA Suite 12c: Support for reusable XQuery Libraries | Modules
The starting point for this section is application FlightScheduleService_step1. The end result is in FlightScheduleService_step2.
Documentation
Mapping Data with Domain Value Maps
Adding If Then Actions in JDeveloper
Adding Validate Actions in JDeveloper
Adding For Each Actions in JDeveloper
-