background preloader

WSDL

Facebook Twitter

Web Services Description Language. The Web Services Description Language (WSDL) is an XML-based interface description language that is used for describing the functionality offered by a web service.

Web Services Description Language

The acronym is also used for any specific WSDL description of a web service (also referred to as a WSDL file), which provides a machine-readable description of how the service can be called, what parameters it expects, and what data structures it returns. It thus serves a purpose that corresponds roughly to that of a method signature in a programming language. Web Service Definition Language (WSDL) Abstract WSDL is an XML format for describing network services as a set of endpoints operating on messages containing either document-oriented or procedure-oriented information.

Web Service Definition Language (WSDL)

The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint. Related concrete endpoints are combined into abstract endpoints (services). Annotated WSDL Examples.