1
Answer

Configuring WCF service to wsHttpBinding below error was thrown

venkat pappu

venkat pappu

12y
3.1k
1
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)