Indeed, it's just like any other HTTPS call from Java.

And, yes, you will need to configure the trust store if you are not using certs signed by a CA that the JVM trusts by default.

On 8/15/05, Feng Xie (fxie) <[EMAIL PROTECTED]> wrote:
Chris:

Thanks.

That sounds too simple to me. :) However, it would be great if it is
really that simple. I am using Axis RC1.2RC3. So you mean the Axis
client will take care of everything else as long as I indicate the
desired service with "https". I guess I still need to configure the
client side's trust keystore.

-Feng
-----Original Message-----
From: csj [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 15, 2005 10:47 AM
To: [email protected]
Subject: Re: How to add SSL/TLS compabiity into Axis Client

Change the endpoint to https after the server is properly configured.

..Chris

On Mon, 15 Aug 2005, Feng Xie (fxie) wrote:

>
>
> Hi,
>
> I have been using a simple Axis Client over HTTP, which directly calls

> the auto generated client side stubs ( assuming the web service is
> called Foo, one the it's operation is called Foo_Operation1 )
>
> FooIF_Service service = new FooIF_ServiceLocator( ); Foo port =
> service.getFoo(); port.FooOperation1( );
>
> My question, what should I do to add SSL/TLS capability into the above

> steps ?
>
> Thanks in advance,
> Feng
>
>

--
Chris Johnson
[EMAIL PROTECTED]

Reply via email to