Creating service on .NET for Java client. Messages will be signed by certificate and will work over https. Java client will be provide signature in form of Issuer Name and Serial. Are WCF support this ? If yes, which binding use ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes, this would be supported by WCF which will be hosted in IIS. This would mean that your WCF service would be hosted in IIS with HTTPS or the binding would be configured with the certificate coming from same CA as the client certificate. |
|||
|
|