custom HTTPSender

2005-10-19 Thread Christopher S. Johnson
All - Is it possible to override the current HTTPSender class just by extending the current HTTPSender class and overriding it's methods? Any help would be great. Thanks

custom outputstream?

2005-10-11 Thread Christopher S. Johnson
All - By implementing SecureSocketFactory and setting the right axis properties you can go from HTTP connections to HTTPS. Does a similar method exist to manipulate the OutputStream to the socket. For example extending OutputStream and setting an axis property to use my new custom OutputStream?

Re: Getting Server's certificate form an axis client

2005-10-03 Thread Christopher S. Johnson
Bill - I'm not sure about doing this is C but for java see the following thread.. http://marc.theaimsgroup.com/?l=axis-user&m=112497369029586&w=2 Same idea for C, grab the request then the certificate. Regards ..Chris On Mon, 3 Oct 2005, Bill Kuker wrote: > > I am writing a SOAP client using

Re: 2 Way SSL to WebLogic Server

2005-09-28 Thread Christopher S. Johnson
Mel - See inline.. On Tue, 27 Sep 2005, Mel Hama wrote: > Can anyone give me some pointers on how to use 2-way ssl with an Axis > client calling a WebLogic 8.1 web service? I've set: > > System.setProperty("javax.net.ssl.keyStore", "clientstore"); > System.setProperty("javax.net.ssl.keyStorePas