Search

Tuesday, February 22, 2011

What is WSDL and Important elements to describe it ??

A WSDL document defines services as collections of network endpoints, or ports. A WSDL document uses the following elements in the definition of network services.
  • Types– a container for data type definitions using some type system (such as XSD).
  • Message– an abstract, typed definition of the data being communicated.
  • Operation– an abstract description of an action supported by the service.
  • Port Type–an abstract set of operations supported by one or more endpoints.
  • Binding– a concrete protocol and data format specification for a particular port type.
  • Port– a single endpoint defined as a combination of a binding and a network address.
  • Service– a collection of related endpoints.

No comments:

Post a Comment