Two Way SSL In Weblogic 10.3.6 with Axis Webservice client
Most weblogic documentation refers to Weblogic JAX-WS web-services for 2 way ssl.
is there any way we can do while using Axis Web-service client?
also, it seems to be a crude way of hardcoding keystore/truststore details in client code and pass it on to create/establish secure socket connection.
can it be accomplished just by passing alias for cert as my keystore has multiple private key entries.
Thanks for the help in advance
Ravi