-
Task
-
Resolution: Done
-
Major
-
None
-
None
Shantanu Sen wrote:
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?