Multiple choice technology

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 container for XML variables that persists throughout the entire message lifecycle - both the request pipeline and the response pipeline. Variables set during request processing are available during response processing, enabling data to be carried forward. Option D correctly captures this bidirectional sharing, while A is incomplete and B/C only describe half of the picture.