WSDL (Web Services Description Language) Question:
Download Job Interview Questions and Answers PDF
What does WSDL stand for?
Answer:
WSDL stands for Web Services Description Language. It is an XML representation of the web service interface.
There are two types of the operations specified in the WSDL file as represented by the <soap:binding> attribute of the file.
1. Document oriented operations -- are the ones which contain XML documents as input and output
2. Result oriented operations -- are the ones which contain input parameters as the input message and result as the output message
There are two types of the operations specified in the WSDL file as represented by the <soap:binding> attribute of the file.
1. Document oriented operations -- are the ones which contain XML documents as input and output
2. Result oriented operations -- are the ones which contain input parameters as the input message and result as the output message
Download WSDL Interview Questions And Answers
PDF
Previous Question | Next Question |
What is web service? | How you define Binding in WSDL? |