Monday, July 26, 2010

What is web service?

Web service is reusable component in which we can perform internet call to  a method. This method is known as web method.

Web service depends up on some protocols which govern the working of web service. Which are namely WSDL and SOAP.

WSDL defines the web service and SOAP defines the communication protocol for web serivce.

WSDL: Web service descriptive langauge.
SOAP: Simple object access protocol.

With this SOAP we can send an object over the wire via mechanism of serilization and deserilization.

No comments:

Post a Comment