1. Question: Gavin wants to read the WSDL of his Web service as 'QBankWS'. Which of the following classes is capable of keeping the WSDL?

    A
    WSDescription

    B
    WebServiceDescription

    C
    ServiceDescription

    D
    None of these

    Note: Answer not sure
    1. Report
  2. Question: Which of the following allows you, as a developer, to intercept every request that comes into an ASP.NET Web Service at various events, such as when the request begins, or when an error occurs?

    A
    HTTP filters

    B
    HTTP modules

    C
    HTTP formatters

    D
    All of these

    Note: Answer not sure
    1. Report
  3. Question: Which of the following protocols form the basis of the Web Service Architecture?

    A
    SOAP

    B
    WSDL

    C
    UDDI

    D
    CORBA

    E
    All of these

    Note: Answer not sure
    1. Report
  4. Question: Which of the following are correct with regard to WSDL?

    A
    WSDL is used for describing the network services offered by the client

    B
    WSDL is used for describing the network services offered by the Server

    C
    WSDL is XML based

    D
    The WSDL file describes the message format that the client must follow

    Note: Answer not sure
    1. Report
  5. Question: Which of the following does the acronym DIME stand for?

    A
    Direct Internet Mail Extension

    B
    Direct Internet Message Encapsulation

    C
    Direct Internet Mail Encapsulation

    D
    Direct Internet Message Extension

    E
    None of these

    Note: Answer not sure
    1. Report
  6. Question: Refer to the following SOAP message and identify the incorrect child element of the Fault element: <s:Envelope xmlns:s="..."> <s:Body> <s:Fault> <faultcode>Client.Authentication</faultcode> <faultstring> Invalid credentials </faultstring> <faultactor>http://acme.com</faultactor> <detail> <!-- application specific details --> </detail> </s:Fault> </s:Body> </s:Envelope>

    A
    faultcode

    B
    faultstring

    C
    detail

    D
    None of these

    Note: Answer not sure
    1. Report
  7. Question: Referring to the statements given below, which of the following is correct? Statement 1: One of the most powerful design decisions with SOAP was to make it transport independent, which means that a message can be sent over any transport that is chosen. Statement 2: SOAP uses different envelope formats for different transports.

    A
    Statement 1 is true but statement 2 is false

    B
    Statement 1 is false but statement 2 is true

    C
    Both the statements are true

    D
    Both the statements are false

    Note: Answer not sure
    1. Report
  8. Question: Which of the following xml tags does not come with a DISCO document automatically generated by .NET?

    A
    discovery

    B
    schema

    C
    soap

    D
    contractRef

    Note: Answer not sure
    1. Report
  9. Question: Which of the following are correct with regard to XML serialization?

    A
    XML Serialization is not designed to serialize any CLR object into XML

    B
    XML Serialization is designed to map classes to schemas, and object instances of those classes to XML instances of those schemas

    C
    The basis of XML Serialization is not the CLR type system; rather, it is the XSD Schema type system

    D
    All of these

    Note: Answer not sure
    1. Report
  10. Question: Which of the following is correct with regard to SOAP Faults?

    A
    SOAP Faults communicate information about errors that may have occurred during the processing of a SOAP message

    B
    SOAP Faults generate a fault during the processing of a SOAP message

    C
    SOAP Faults describe those faults which are not covered

    D
    None of these

    Note: Answer not sure
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd