Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi folks,
If i sending a soap message with soapUI i receive a proper response.
But if i sending the exact same message in c#, I get a proper response in monitoring, but an error in the Visual Studio 10:

Check safety messages failed, with InnerException: Signatures token support not provided.
I'm confused.
The message out and the response in are identical in both case, i'm sure, then the problem is on C# reception, no problem in soap.

Any ideas or suggestions?

Regards.
Posted
Updated 25-Mar-15 0:33am
v2
Comments
Joan Magnet 25-Mar-15 6:49am    
Microsoft has WebServiceStudio to check web services.

Is there any certificated involved?
Info service 25-Mar-15 6:56am    
Yes, i apply a X509Certificate2 to the client with ClientCredentials.ClientCertificate.Certificate.
Thank you for your help!
Joan Magnet 25-Mar-15 7:00am    
It seems you're not using it or it's not supported.
Info service 25-Mar-15 7:07am    
No, the certificate it's ok, the problem, i think, is that the client using the certificate ALSO in reception and not only in transmission. In SoapUi i set the certificate only in trasmission and work fine. It's my little thought.

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