Problem 1
State whether each of the following is true or false. If false, explain why. a) SOAP is a technology for facilitating data transfer across a network. b) SOAP must be bound to HTTP in order to work. c) In order to communicate with SOAP, software systems must have the same distributed object architecture. d) The body of a SOAP message can contain a Remote Procedure Call.
Problem 2
Fill in the blanks in each of the following statements: a) A SOAP RPC requires the name of the method being called, its parameters and __________. b) A SOAP __________ contains information that describes the content, recipient and processing requirements of a SOAP message. c) SOAP can pass through most firewalls because __________ is its transport mechanism. d) SOAP RPCs use the HTTP _________ model