I'm building a .net application that needs to consume a WAS (Java) based web service using SSL and mutual authentication.
Any pointers on how to go about doing this?
I know that somehow I need to create private and public certificates for both the server and client and that I need to install the public certificate for the server somewhere on the client and the public certificate of the client somewhere on the server.
I'm looking for .net code that shows how to make the call using the server public key. I'm also wondering if there is anything special that needs to be done when consuming a Java web service using .net.