1. Question: WS-Routing specifies a series of elements that can send a SOAP Fault message in response to an error. Which of the following elements are relevant to the SOAP Fault message specified by WS-Routing?

    A
    coded

    B
    messagetext

    C
    found

    D
    retryAfter

    E
    All of these

    Note: Answer not sure
    1. Report
  2. Question: Refer to the following code snippet: ... 1. XmlSerializer ser = new XmlSerializer( typeof(ServiceDescription) ); 2. FileStream objFile = new FileStream( txtWSDL.Text, FileMode.Open ); 3. ServiceDescription objSD = ser.Deserialize( file ); 4. file.Close(); ... The code given above opens a WSDL file in the fileStream object 'objFile' from the location given in txtWSDL.Text. But on opening WSDL in the ServiceDescription object 'objSD', the code generates an error. Identify the line number that contains the error.

    A
    1

    B
    2

    C
    3

    D
    None of these

    Note: Answer not sure
    1. Report
  3. Question: Which of the following XML related technologies are part of the .NET Framework's XML technology?

    A
    XML DOM

    B
    XML Streaming

    C
    XML Schema

    D
    All of these

    Note: Answer not sure
    1. Report
  4. Question: When building a Web service, the Web Services Description Language (WSDL) is the most popular option for describing Web services. Which of the following sections are abstract parts of a WSDL in .net Web Services?

    A
    types

    B
    message

    C
    portType

    D
    All of these

    Note: Answer not sure
    1. Report
  5. Question: While creating a client application for a Web service called 'QuestionBank', which of the following should be extended by the client class 'Service1'?

    A
    SoapHttpClientProtoco

    B
    SoapClientProtocol

    C
    WSDLClientProtocol

    D
    SoapHttpClient

    Note: Answer not sure
    1. Report
  6. Question: Which of the following are correct with regard to data types in SOAP?

    A
    They are of any data type from any other programming language

    B
    They are specified in the XML Schema specification

    C
    They are derived from data types specified in the XML Schema specification

    D
    All of these

    Note: Answer not sure
    1. Report
  7. Question: Which entity type holds information about specific businesses or corporate entities?

    A
    BusinessService

    B
    BusinessEntity

    C
    CorporationEntity

    D
    None ofthese

    Note: Answer not sure
    1. Report
  8. Question: When reading a stream of XML in .Net, it can be verified that it is valid according to its schema. Which class is capable of performing the schema validation?

    A
    xmlValidateTextReader

    B
    xmlValidtor

    C
    XmlTextReader

    D
    XmlValidatingReader

    E
    None of these

    Note: Answer not sure
    1. Report
  9. Question: Which of the following can be encrypted with an XML encryption?

    A
    The value of an XML node

    B
    A node (an XML element)

    C
    An entire XML document

    D
    All of these

    Note: Not available
    1. Report
  10. Question: What does WSDL stand for?

    A
    Windows Services Description Language

    B
    Web Servlets Description Language

    C
    Web Services Description Language

    D
    Web Services Documentation Language

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd