1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. Question: Which of the following classes is the base class for Soap Extensions?

    A
    System.Web.Services.Protocols.SoapExtension

    B
    System.Web.Services.Protocols.SoapExtensions

    C
    System.Web.Services.SoapExtension

    D
    System.Web.Services.SoapExtensions

    E
    None of these

    Note: Answer not sure
    1. Report
  7. Question: Which of the following is correct with regard to the statements given below? Statement 1: A logical name is a URI that necessarily represents the exact location to which a message is sent. Statement 2: A logical name can have a very different location than the one implied by its logical name, or even multiple physical locations.

    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 child elements of a Fault element is used to express application-specific details about the error that occurred?

    A
    details

    B
    description

    C
    detail

    D
    comment

    Note: Answer not sure
    1. Report
  9. Question: Refer to the statements given below and identify the incorrect element: <s:Envelope xmlns:s="..."> <s:Body> <s:Faults> <faultcode>Client.Authentication</faultcode> <faultstring> Invalid credentials </faultstring> <faultactor>http://acme.com</faultactor> <details> <!-- application specific details --> </details> </s:Fault> </s:Body> </s:Envelope>

    A
    <s:Faults>

    B
    <faultcode>

    C
    <faultstring>

    D
    None of these

    Note: Answer not sure
    1. Report
  10. Question: Which of the following should you know to send a message correctly while using Web service?

    A
    The IP address and other endpoint information

    B
    The response schema to expect if there is a response

    C
    Possible headers that may be expected in the request or response, and the schema for those

    D
    All of these

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