Standard Setup & Four Basic Steps -Web service

Started by sukishan, Aug 22, 2009, 06:24 PM

Previous topic - Next topic

sukishan

Standard Setup
• Clients make requests and servers reply
• Communication done over the Internet

Four Basic Steps
1. Web Services client script builds up the request
2. Client sends the request to server using HTTP
3. Server replies and returns an XML document with results
4. Client parses XML
A good beginning makes a good ending