Multiple choice technology web technology

The BODY and HEADER Element of the SOAP message can be serialized in:

  1. a. RPC based format

  2. b. Document based format

  3. c. both a and b.

  4. d. They cannot be serialized.

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

SOAP messages can be serialized in two main styles: RPC (Remote Procedure Call) style, which models a traditional procedure call with parameters and return values, and Document style, which sends entire XML documents. The CHOICE between these is referred to as the 'use' or 'encoding style' in SOAP. The correct answer acknowledges both RPC and Document-based formatting are valid.