Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to pass the user token with the soap header with each request for validation in a WCF service. I read this can be acheived through message contracts.But my clients are using java or older varsions of .net. So will this solution work for them?
Posted
Comments
Rakhesh Rajan 13-Mar-13 9:40am    
I used message contracts and passed credentials using it. Provided security with all ProtectionLevel options for MessageBodyMember. But this requires wsHttpBinding. I tried to consume the wCF service from a web service but it is always throwing time out error. Same web service client is working if binding is basichttpbinding. So does that means i cannot consume a WCF service with wsHttpBinding from asmx web services.

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