Explain Web Services

Web services are programmable business logic components that provide access to functionality through the Internet. Standard protocols like HTTP can be used to access them. Web services are based on the Simple Object Access Protocol (SOAP), which is an application of XML. Web services are given the .asmx extension.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?