News

SOAP primarily uses the standard HTTP request/response model (see Figure A). The client wraps a method call in SOAP/XML, which is then posted over HTTP to the server.
The caller might receive the response in a mere millisecond or in a few seconds. Regardless of the application latency, the caller cannot move forward to the next task until the response is received.