Tuesday, October 10, 2006

Web API V.S. Web Services

@ Web APIs are application programming interfaces that can be called over standard Internet protocols.

@ It is helpful to think of a Web API as a series of Web services, each of which has one or more procedures that can be called using the Internet.

@ Web APIs are typically a related collection of Web services.