Multiple choice technology platforms and products

Which Context variable is used as an input to Publish action in OSB

  1. $Header
  2. $body
  3. $Attachments
  4. Any user defined variable

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

In OSB, the $body context variable contains the actual message payload and is the primary input for the Publish action. $Header contains SOAP headers, $Attachments contains attachment information, and user-defined variables are custom. The Publish action uses $body to extract the message content to be published.