Does Axis support https protocol?

2005-01-21 Thread Vivek Singhai
Hi all, Can somebody tell me if AXIS supports https protocol? Regards, Vivek This message is confidential and may also be legally privileged. If you are not the intended recipient, please notify [EMAIL PROTECTED] immediately. You should not copy it or use it for any purpose, nor

RE: Does Axis support https protocol?

2005-01-21 Thread Vivek Singhai
] Subject: Re: Does Axis support https protocol? Hi Vivek, Axis 1.1 doesn't but if you run it under Tomcat then Tomcat supports but connection between Axis and Tomcat is vulnerable. Sunil Kothari - Original Message - From: Vivek Singhai [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday

RE: Service.createCall

2005-01-11 Thread Vivek Singhai
Hi, I figured out that writing a client with stub is the most easiest thing to do. You don't have to worry about writing the creation of call code manually. Create the stub from wsdl2java. You can use AudaOrderService audaOrderService = new AudaOrderServiceLocator();