Multiple choice technology platforms and products

A PartnerLink is used for

  1. manipulationg data before sending it to the external service

  2. To send data to Oracle BAM for analysis

  3. To define the external services which the BPEL service component is to interact.

  4. All of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A PartnerLink in BPEL defines the external services that the BPEL process will interact with. It encapsulates the WSDL port type and binding information needed for service invocation. Options A and B refer to different BPEL constructs - data manipulation is done using assign activities, and BAM integration uses specific BAM sensor actions, not PartnerLinks.