Part 1: Web Services Architecture


It's an extensible and flexible message-passing system. Basic system: HTTP POST carrying an XML-encoded procedure call. Trivialized, it's web forms being filled out by computers.

Components:

  1. SOAP, the RPC mechanism itself
  2. WSDL, an XML schema to help automate SOAP usage
  3. UDDI, a web service for locating web services
  4. WS{FL,EL,CM,XL,UI,...}, description/meta-data components (in progress)
  5. ... probably lots of others ...