SOAP Message Exchange Model
SOAP messages are always synchronous. They can implement Request/Response synchronous messages with the response having the output parameters returned in another SOAP document to the sender.
SOAP supports HTTP-POST and HTTP-GET formats. PeopleSoft supports only HTTP, using the Integration Gateway.
Processing the message requires validation of the mandatory sections of the SOAP XML document and understanding SOAP namespaces.