Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Guys, Need some help.

I need to expose a WCF service (SOAP 1.1, doc/literal binding) that performs X.509 client authentication (signed request) but provides unsigned response (over SSL). Is it possible ?

I read some where it is possible since basic HttpBinding offers support to SSL as well as to Certificates. but also read it can not mix signed request with unsigned response. Your help will be highly appreciated. Can this only be done using custom binding ?

Also, is there a way to make custom binding implements SOAP 1.1 and doc/literal binding ?

Thanks,
Posted
Updated 16-Dec-10 5:40am
v2

1 solution

 
Share this answer
 

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