SOAP (Simple Object Access Protocol) is a standard protocol defined by the W3C Standard for sending and receiving web service requests and responses.
SOAP uses the XML format to send and receive the request and hence the data is platform independent data. SOAP messages are exchanged between the provider applications and receiving application within the SOAP envelops.
As SOAP uses the simple http transport protocol, its messages are not got blocked by the firewalls.