RE: What does WSDL describe?

 Anne Thomas Manes wrote 

  But back to the question that you asked in the subject line:
  WSDL describes a Web service. It describes
  - what the service does (its abstract interface)
  - how to communicate with it (the concrete protocols that it supports)
  - where to find it (its endpoint URLs)
  
  A Web service is a Web resource that performs one or more functions for
  other systems. The abstract interface therefore must define what functions
  it performs and what messages must be exchanged for each function.
  
  Note that the service provider (or perhaps the tooling that the service
  provider uses) determines the service's WSDL model.
  

That summary works well for me!
 
Paul 
 

Received on Monday, 27 October 2003 11:47:48 UTC