1. Question: Which of the following transport protocols can be used for communication of Web service?

    A
    TCP/IP

    B
    UDP

    C
    HTTP

    D
    SMTP

    E
    All of these

    Note: Not available
    1. Report
  2. Question: You create a webservice which will send a SOAP fault for any request that does not include the right user-agent in the HTTP headers. In this case, the user-agent must be "BasicInfo UserAgent". Which of the following interface should your Web service class implement?

    A
    IUserAgent

    B
    IHttpFilter

    C
    IHttpModule

    D
    None of these

    Note: Answer not sure
    1. Report
  3. Question: Which of the following is an example of referring an external document through a SOAP envelope?

    A
    <person name='joe smith'> <address href='http://acme.com/data.xml#joe_smith' /> </person>

    B
    <person name='joe smith'> <address extern='http://acme.com/data.xml#joe_smith' /> </person>

    C
    <person name='joe smith'> <address doc="d:\HR\person\address\joesmith.xml" /> </person>

    D
    <person name='joe smith'> <address extern="d:\HR\person\address\joesmith.xml" /> </person>

    Note: Answer not sure
    1. Report
  4. Question: The extensibility of Web services through the .NET Framework and ASP.NET Web Services contributes to the power and dynamic nature of Web services. Which of the following are correct with regard to the extensibility of Web services?

    A
    SOAP extensions enable developers to modify the request or response streams of SOAP messages

    B
    SOAP extensions are applied to a particular operation with a custom SOAP extension attribute, or registered with the application (or machine) configuration file

    C
    Description formatters can be created to add custom WSDL extensions, and then read to add these SOAP extension attributes

    D
    HTTP modules and custom Web requests can be used only for a lower level extensibility

    E
    The Web Services Management for Microsoft .NET (WSM) can enhance .NET Web Services for various Web service protocols that extend beyond the baseline, such as WS-Attachments and WS-Security

    F
    All of these

    Note: Answer not sure
    1. Report
  5. Question: Which of the following rules must be kept in mind while using SOAP with DIME?

    A
    The first record in the DIME message must be the SOAP message

    B
    Except the first record, the rest of the records in the message are the attachments

    C
    To refer to any particular attachment within a SOAP message, an src attribute must be used

    D
    All of these

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