1) Why WebService ?
- when you used any webservice at that time do not worry about platform or programming language used to implement the web service.
example :
i have create one store application (windows application for counter and online application for management from the warehouse). here i create web service which connecting two application. web service managing data operation.
2) How to access the WebService ?
- WebService logic accessible via standard web protocols. one of these protocol is SOAP (simple object access protocol).
3) What Is SOAP ?
- SOAP is a communication protocol.
- SOAP is based on XML.
Reference Site :
Leave a Reply