Peter Huber wrote:
> I want to consume different WebService via Axis 1.4 and HTTPS-Access. Each
> of the Services has it's own pair fo Trust-/Keystore in my setup.
> But I cannot find a way to configure that! Say for instance with Axis 1.4 I
> can configure a SSLSocketFactory for a client by class name!
> And then? I want to setup a SocketFactory OBJECT and such an object I want
> to pass to each of the axis client-stubs.
Perhaps you could use something like:
SimpleProvider config = new SimpleProvider();
SimpleTargetedChain c = new SimpleTargetedChain(foo);
config.deployTransport("http", c);
FooLocator kvl = new FooLocator(config);
I'm not quite sure what would be the best way to construct an
appropriate Handler `foo' (perhaps you can use a HTTPSender, maybe with
some modifications?), I'm also interested in an elegant solution.
Kind Regards,
Arnout
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]