1. Question: The following code has stored the data using the multiple-referenced accessor: <Person> <Address href="address1" /> </Person> <Address id="address1" /> Which of the following is the correct way to solve the error in the code given above?

    A
    * must be prefixed with href value

    B
    * must be prefixed with id value

    C
    # must be prefixed with href value

    D
    # must be prefixed with id value

    Note: Answer not sure
    1. Report
  2. Question: SOAP defines four standard types of Faults that belong to the http://www.w3.org/2001/06/soap-envelope namespace. Which of the following is the incorrect Fault code?

    A
    VersionMismatch

    B
    MustUnderstand

    C
    InvalidMessage

    D
    Server

    E
    Client

    F
    None of these

    Note: Answer not sure
    1. Report
  3. Question: Which of the following are correct with regard to WS-Routing?

    A
    WS-Routing determines the intent of a SOAP message

    B
    Messages can be sent to logical locations

    C
    The Web Services Enhancements for Microsoft .NET (WSE) do not support WS-Routing

    D
    All of these

    Note: Answer not sure
    1. Report
    1. Report
  4. Question: Mike is writing a RPC-encoded client for his Web service. Which attribute will he use for RPC implementation?

    A
    [RpcSoapMethod("http://mySoapAction")]

    B
    [RpcMethod("http://mySoapAction")]

    C
    [SoapRpcMethod("http://mySoapAction")]

    D
    [SoapRpcAction("http://mySoapAction")]

    E
    None of these

    Note: Answer not sure
    1. Report
  5. Question: Which of the following are correct with regard to operations of WS-Routing?

    A
    WS-Routing enables the specification of a message's forward message path

    B
    WS-Routing does not support the specification of a reverse message path

    C
    WS-Routing provides the capability to give messages unique identifiers, and then specify the other messages to which they relate

    D
    All of these

    Note: Answer not sure
    1. Report
  6. Question: The Web service infrastructure comes with a special SOAP-based extension feature that enables you to extend the functionality of your Web service or Web service client. Which of the following will you do to notify a soap extension?

    A
    You will register the extension in the machine.config file

    B
    You will register the extension with the application's configuration file

    C
    You will pass method-specific information to the extension via the attribute

    D
    You will do all of these

    Note: Answer not sure
    1. Report
  7. Question: Often you will want child elements of XML to be in the same namespace as their parent XML elements, and this makes sense for a lot of XML documents. However, sometimes child elements will be in other namespaces. For example, it is possible to have namespaces with the same name but different namespaces (and thus with different meanings). Which of the following statements correctly binds a namespace with an element?

    A
    [XmlElement(Namespace:="http://address")]

    B
    [XmlElement(ns="http://address")]

    C
    [XmlElement(Namespace="http://address")]

    D
    None of these

    Note: Answer not sure
    1. Report
  8. Question: Which of the following are correct with regard to WS-Inspection?

    A
    WS-Inspection is a simple XML format for gathering together available services

    B
    WS-Inspection describes the service policy

    C
    WS-Inspection has the ability to link to UDDI registrations that give more information about a listed service

    D
    WS-Inspection documents have a root element with the local name WSInspection

    E
    All of these

    Note: Answer not sure
    1. Report
  9. Question: The fundamental idea behind SOAP is that two applications; regardless of the operating system, the programming language, or any other technical implementation detail, may openly share information using nothing more than a simple message encoded in a way that both the applications understand. Which of the following aspects are required to implement this?

    A
    The types of information that are being exchanged

    B
    The way that information is to be expressed as XML

    C
    The way to actually send that information

    D
    None of these

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