Multiple choice technology

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

The $body context variable contains the message payload and is the standard input for Publish actions in OSB. $Header contains SOAP headers, $Attachments for attachments, user variables are custom - only $body carries the message to publish.