Web Services Question: Download Web Services PDF

Explain WSDL?

Tweet Share WhatsApp

Answer:

The Web Services Description Language (WSDL) currently represents the service description layer within the Web service protocol stack.
In a nutshell, WSDL is an XML grammar for specifying a public interface for a Web service. This public interface can include the following:
Information on all publicly available functions.
Data type information for all XML messages.
Binding information about the specific transport protocol to be used.
Address information for locating the specified service.
WSDL is not necessarily tied to a specific XML messaging system, but it does include built-in extensions for describing SOAP services.

Download Web Services PDF Read All 56 Web Services Questions
Previous QuestionNext Question
What knowledge needed for Web services client development?What is UDDI?