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
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?
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
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