On 8/15/05, Feng Xie (fxie) <[EMAIL PROTECTED]> 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
