Web Services Question:
Download Questions PDF

Explain WSDL?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What knowledge needed for Web services client development?What is UDDI?