Orchestration describes how web services interact with each other at the message level, including the business logic and execution order
of the interactions. These interactions may span applications and/or organizations, and result in a longlived, transactional, multi-step process model. For example, in the eLandings web services interface, the simplest case of reporting a landing requires the following web service method invocations:
- ProcessorReportManagementService.reserveLandingReportNumbers and .reserveFishTicketNumbers
- ProcessorReportManagementService.submitInitialLandingReport
- ProcessorReportManagementService.submitIfqReports
- ProcessorReportManagementService.submitFinalLandingReport