Home / CSE MCQs / WSDL ::

CSE MCQs :: WSDL

  1. Web Services are ___________
  2. A.
    None of these
    B.
    Application Designing Tool
    C.
    Application IDE
    D.
    Application Components

  3. __________ is the basis for Web services
  4. A.
    PHP
    B.
    XML
    C.
    CGI
    D.
    CSS

  5. Which directory of web service interface described by WSDL?
  6. A.
    HTTP
    B.
    DNS
    C.
    UDDI
    D.
    XML

  7. WSDL is written in
  8. A.
    WML
    B.
    HTML
    C.
    XML
    D.
    CSS

  9. WSDL Stands for ________
  10. A.
    Web Services Development Language
    B.
    Web Services Design Language
    C.
    None of these
    D.
    Web Services Description Language

  11. The operation types response used in WSDL?
  12. A.
    One way
    B.
    Request response
    C.
    Solicit response
    D.
    All of the above

  13. What are the characteristics of port and service in WSDL?
  14. A.
    A service may have more than one endpoint with each one defined by its own port element
    B.
    The port element relates to a specific binding, and contains information on how to access it (URI)
    C.
    Both A and B
    D.
    None of these

  15. What are the needs to be taken care for ports while binding?
  16. A.
    A port must not determine more than one address
    B.
    A port must not determine any binding information other than address information
    C.
    Both A and B
    D.
    None

  17. What is message element in WSDL?
  18. A.
    A message is protocol independent, and it describes the data being exchanged between the consumers and web service providers
    B.
    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
    C.
    Each message element contains zero or more part parameters, one for each parameter of the web service function
    D.
    All of these

  19. What are the components of web service?
  20. A.
    SOAP
    B.
    UDDI
    C.
    WSDL
    D.
    All of these