开发者

Mutual authentication between asp.net and WAS application (Java)

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 looki开发者_StackOverflow中文版ng 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.


You can envelope them with a SOAP request that can be sent over an SSL pipe.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜