Multiple choice technology web technology

SOAP talks about accessing objects and invoking methods remotely as in a Remote Procedure Call . (TRUE/FALSE)

  1. True

  2. False

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

SOAP is fundamentally about document-based XML message exchange, not RPC-style object access. While SOAP can be used in an RPC-style (where Body contains method call parameters), the SOAP specification itself does not define object models, method invocation, or remote object access - those are implementation patterns layered on top of SOAP's messaging foundation.