Unfortuntely, I have don’t have an
answer to your question.. But just wanted to let you know that I hear you.. and
we’re all struggling to get this thingy working without any proper
documentation or understanding.. I wish, some of the authors of the Axis
modules would respond to basic questions.. It will spur adoption of the Axis
engine immensely. -- Rajal From: John Maynard
[mailto:[EMAIL PROTECTED] Greetings all, I’ve been smashing my head against a wall for the
better part of 3 days now trying to get Axis to use a custom TrustManager. I
initialize the SSL context (in java’s JSSE) with my own list of trusted
certs, with no luck. I’ve also attempted to implement my own
SecureSocketFactory with the call to
“AxisProperties.setClassDefault(SecureSocketFactory.class,
"MySocketFactory");” , but my class is never picked up and
always defaults to JSSESocketFactory. I’m running out of ideas, if anyone has any insight
I’d be forever grateful. Thanks in advance for your response. Regards, -John |
- Using custom TrustManager in Apache Axis for Java John Maynard