"The request message must be protected. This is required by an operation of the contract&qu

What in the WORLD is that? This app worked great in beta 2.

System.InvalidOperationException was unhandled
Message="The request message must be protected. This is required by an operation of the contract ('IMyService','http://www.abccompany.com/services/2006/04/MyService'). The protection must be provided by the binding ('WSDualHttpBinding','http://tempuri.org/')."

[588 byte] By [Quantum00] at [2007-12-24]
# 1

You may want to try binding.Security.Mode = WSDualHttpSecurityMode.None to narrow it down to see if its really a security issue.

# 2

Look at your OperationContracts. Does one of them specifically require it to be signed and/or encrypted? Check your servicecontract as well.

Thanks!

Scott

ScottMason-MSFT at 2007-10-8 > top of Msdn Tech,Visual Studio Orcas,Windows Communication Foundation (Indigo)...

Visual Studio Orcas

Site Classified