PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

You need to ensure that the service publishes the WSDL description at http://services.contoso.com/OrderLookupS

Your company has a Windows Communication Foundation (WCF) service at the URL
http://services.contoso.com/OrderLookupService.svc. The <system.serviceModel> section
of the configuration file is as follows. (Line numbers are included for reference only.) 01
<system.serviceModel> 02 <behaviors> 03 <serviceBehaviors> 04 <behavior> 05

<serviceDebug includeExceptionDetailInFaults=”false”/> 06 07 </behavior> 08
</serviceBehaviors> 09 </behaviors> 10
<serviceHostingEnvironmentmultipleSiteBindingsEnabled=”true” /> 11
</system.serviceModel> You need to ensure that the service publishes the WSDL
description at http://services.contoso.com/OrderLookupService.svc?wsdl. What should you
do?