Which statements are TRUE with regard to SOAP and the advantages it provides? Select THREE.
SOAP clients can easily hold stateful references to remote server-side SOAP objects.
SOAP is platform independent and programming language independent.
SOAP typically leverages XML-based payloads to communicate between two client machines across any modern network.
SOAP commonly serves as a cleaning agent that removes excess data from the transmissionprotocol.
SOAP provides flexibility for message formatting allowing for loose coupling between a client and a server.
SOAP over HTTP is typically not blocked by firewalls and proxy servers.
Comprehensive and Detailed Explanation:
SOAP advantages:
B, C, F:True—platform independence, XML payloads, HTTP compatibility.
Submit