These are the steps involved in accessing a web service:
- Client application bundled the information and into a SOAP message.
- SOAP message sends to the server as a body of Hyper-Text markup language using POST method.
- Web service unpacks the SOAP message and converts it into a command understandable by the application.
- Application processes the information and in turn bundled the info and send it back to the client as a SOAP message.
- A Client then unpacks the SOAP message to obtain the results.