Multiple choice technology platforms and products

In OSB,Message context consists of

  1. XML variables

  2. XML variables shared across the request flow.

  3. XML variables shared across response flow.

  4. XML variables shared across request and response flows.

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

The OSB message context is a shared data structure accessible throughout both the request and response phases of message processing. XML variables stored in the context persist across the entire message flow, enabling data passing between different stages.