Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am trying to read some messages from MSMQ using NetMSMQBinding

I keep getting the following exception. Can someone point me how I can resolve this.
Please let me know if I need to share any more details.

The SecurityMode is Transport


System.ServiceModel.FaultException
The message with Action 'http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver. Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None)

I tried changing the SecutityMode
When I changed the NetMSMQSecurityMode to "Both" or "Message" I get the following exception
System.ServiceModel.Security.MessageSecurityException
Security processor was unable to find a security header in the message. This might be because the message is an unsecured fault or because there is a binding mismatch between the communicating parties. This can occur if the service is configured for security and the client is not using security

Thanks,
Amit
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900