Which markup segments should you include in Target 1, Target 2, Target 3, Target 4, Target 5, Target 6 and Target 7 to complete the markup?

HOTSPOT
You are developing a WCF service,
The service must be interoperable with ASP.NET web service clients. In addition, it must be a time-out of three hours.
You need to configure the service to meet the requirements.
You have the following markup:
Which markup segments should you include in Target 1, Target 2, Target 3, Target 4, Target 5, Target 6 and Target 7 to complete the markup? (To answer, select the appropriate markup segment from each drop-down list in the answer area.)

Hot Area:

microsoft-exams

10 thoughts on “Which markup segments should you include in Target 1, Target 2, Target 3, Target 4, Target 5, Target 6 and Target 7 to complete the markup?

  1. Target 1: wsHttpBinding
    Target 2: timeout
    Target 3: wsHttpBinding
    Target 4: timeout
    Target 5: closeTimeOut
    Target 6: 03:00:00
    Target 7: wsHttpBinding

    1
    1
  2. It should be:
    Target 1: basicHttpBinding (becasue it requires for old asp.net web services – only universal basicHttpBinding )
    Target 2: closeTimeOut
    Target 3: basicHttpBinding
    Target 4: timeOut (it’s just value of the name!)
    Target 5: closeTimeOut (no timeout attribute, only closeTimeOut)
    Target 6: 03:00:00
    Target 7: basicHttpBinding

    1
    1
    1. sorry. Looks like it’s wsHttpBinding, because it uses security features and transaction control

      Target 1: wsHttpBinding
      Target 2: timeout (it’s just value of the name!)
      Target 3: wsHttpBinding
      Target 4: timeOut (it’s just value of the name!)
      Target 5: closeTimeOut (no timeout attribute, only closeTimeOut)
      Target 6: 03:00:00
      Target 7: basicHttpBinding

    1. @Edward It works, but they are specifically mentioning it must be interopable with ASP.NET web service clients. I feel like they are hinting towards the ws binding.

      About the timeout property, are you referring to this article?:
      https://docs.microsoft.com/en-us/dotnet/framework/wcf/configuring-bindings-for-wcf-services#specifying-a-service-with-two-endpoints-using-different-binding-values
      I can’t find it elsewhere and it is not explained here. Do you maybe have another link to verify that?

  3. Target 1: basicHttpBinding
    Target 2: closeTimeOut
    Target 3: basicHttpBinding
    Target 4: closeTimeout
    Target 5: timeOut
    Target 6: 03:00:00
    Target 7: basicHttpBinding

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.