See Also: Home Links Personal Site Blogroll  FriendFeed CV

Tags:

Web Services

Any piece of s/w that makes itself available over the internet using a standardised XML messaging system

  • XML lies at their core
  • RPC like earlier projects CORBA, DCOM
  • except standard HTTP POST on port 80
  • platform/language agnostic interfaces
  • XML used for encapsulation of paramaters and results

Protocol Stack

Service Transport HTTP, SMTP, FTP, BEEP
XML Messaging XML-RPC, SOAP, REST
Description Service WSDL
Discovery Service UDDI


See Also: XML Technologies | Web Development | Notes Index