I have an application that contains multiple stateless session EJBs that act as web service clients to various web services. For each of these, I may want to make the call using SSL where I would like to set the specific properties (e.g. Client Authentication Enabled, Private Key file, Client Certifiicate file etc.) for each client.
How can I do this using JBoss? Note that I cannot use any system property setttings,since each client EJB can use different SSL properties (e.g. client certificiate) concurrently. Is there any specific properties that I can set on the Call object or the Stub? Thanks for any help on this. Shantanu Sen View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877918#3877918 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877918 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
