Friday 5 June 2015

What is the purpose of HTTP, SOAP in web service?

Client application method call goes to proxy, proxy covert method call to xml format that is soap message.
SOAP message will reach web server via HTTP protocol.
Webserver create the object of web service and execute the method.
The result in the form of soap format is given to client back over HTTP.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.