1
Reply

Configuring WCF service to wsHttpBinding below error was thrown

venkat pappu

venkat pappu

Sep 3 2012 5:51 AM
3k
Please help me while configuring WCF service to wsHttpBinding below error was thrown: The request message must be protected. This is required by an operation of the contract ('IMyTestService','http://tempuri.org/'). The protection must be provided by

 below error was thrown: The request message must be protected. This is required by an operation of the contract ('IMyTestService','http://tempuri.org/'). The protection must be provided by the binding ('BasicHttpBinding','http://tempuri.org/').



 <services>
      <service name="MyWCFTestService.MyTestService">
        <endpoint address="" binding="wsHttpBinding" bindingConfiguration=""
          contract="MyWCFTestService.IMyTestService" />
      </service>
    </services>

Answers (1)