Multiple choice technology web technology

When using RPC-style SOAP, specification defines exactly the matter contained in

  1. <soapenv:Body>

  2. <soapenv:Header>

  3. <soapenv:Head>

  4. <soapenv:Tail>

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

In RPC-style SOAP usage, the element contains the method invocation data - the method name and its parameters. The (not ) carries metadata, and there is no element in the SOAP specification. The Body is where RPC-style messages place their actual call/return data.