Wsdl(Engineering > Computer Science And Engineering ) Questions and Answers

Question 1. Web Services are ___________
  1.    None of these
  2.    Application Designing Tool
  3.    Application IDE
  4.    Application Components
Explanation:-
Answer: Option D. -> Application Components





Question 2. __________ is the basis for Web services
  1.    PHP
  2.    XML
  3.    CGI
  4.    CSS
Explanation:-
Answer: Option B. -> XML





Question 3. Which directory of web service interface described by WSDL?
  1.    HTTP
  2.    DNS
  3.    UDDI
  4.    XML
Explanation:-
Answer: Option C. -> UDDI





Question 4. WSDL is written in
  1.    WML
  2.    HTML
  3.    XML
  4.    CSS
Explanation:-
Answer: Option C. -> XML





Question 5. WSDL Stands for ________
  1.    Web Services Development Language
  2.    Web Services Design Language
  3.    None of these
  4.    Web Services Description Language
Explanation:-
Answer: Option D. -> Web Services Description Language





Question 6. The operation types response used in WSDL?
  1.    One way
  2.    Request response
  3.    Solicit response
  4.    All of the above
Explanation:-
Answer: Option D. -> All of the above





Question 7. What are the needs to be taken care for ports while binding?
  1.    A port must not determine more than one address
  2.    A port must not determine any binding information other than address information
  3.    Both A and B
  4.    None
Explanation:-
Answer: Option C. -> Both A and B





Question 8. What are the characteristics of port and service in WSDL?
  1.    A service may have more than one endpoint with each one defined by its own port element
  2.    The port element relates to a specific binding, and contains information on how to access it (URI)
  3.    Both A and B
  4.    None of these
Explanation:-
Answer: Option C. -> Both A and B





Question 9. What are the components of web service?
  1.    SOAP
  2.    UDDI
  3.    WSDL
  4.    All of these
Explanation:-
Answer: Option D. -> All of these





Question 10. What is message element in WSDL?
  1.    A message is protocol independent, and it describes the data being exchanged between the consumers and web service providers
  2.    Each web service has two messages input and output. The input determines the parameters for the web service and the output determines the return data from the web service
  3.    Each message element contains zero or more part parameters, one for each parameter of the web service function
  4.    All of these
Explanation:-
Answer: Option D. -> All of these