WebServices

WebServices: 03-WSDL

  • WSDL stands for Web Services Description Language
  • WSDL is used to describe web services
  • WSDL is written in XML
  • WSDL is a W3C recommendation from 26. June 2007

WSDL Documents

An WSDL document describes a web service. It specifies the location of the service, and the methods of the service, using these major elements:

WebServices: 01-Q&A

1. What are web services?

Web Services normally consist of one or more 'endpoints' that a product provides to allow SOAP/REST requests to interact with the internal functions of the product. These endpoints often consume data, but sometimes can take the form of 'triggers' that need no data in the request.

2. What are the communication channels available for a web service?

HTTP GET & POST with POST

Subscribe to WebServices