Thursday, August 16, 2012

Working process of XML web service

The below steps will give an idea of XML web service working process
1.Before consuming any web service we have to first prepare a component called Proxy(simple program/broker/mediator/interceptor)
2.client makes a request to proxy
3.proxy takes this stack request and converts into remote request.proxy will convert the request into SOAP format
4.Service takes the SOAP request and converts it into local request and finally processes it in its own environment.
5.The processed result is again serialized into XML format
6.Client proxy receives this SOAP result and provides it to client.Client can format it and produce results to their class

No comments:

Bel