RE: SSL-Axis Bug ?

2002-11-20 Thread Russell Brown
Stefan, That did solve my problem, many thanks. I shall also have a look at jwsdp. Thanks again Russell -Original Message- From: Stefan Carlsson [mailto:[EMAIL PROTECTED]] Sent: 20 November 2002 13:55 To: '[EMAIL PROTECTED]' Subject: SV: SSL-Axis Bug ? You have to change

SV: SSL-Axis Bug ?

2002-11-20 Thread Stefan Carlsson
, I'll try to assist you... Regards, stefan -Ursprungligt meddelande- Från: Russell Brown [mailto:[EMAIL PROTECTED]] Skickat: den 20 november 2002 13:27 Till: [EMAIL PROTECTED] Ämne: RE: SSL-Axis Bug ? Stefan, I am having the same problem that you outline below ( the nullPoinerE

RE: SSL-Axis Bug ?

2002-11-20 Thread Russell Brown
]] Sent: 04 November 2002 10:22 To: '[EMAIL PROTECTED]' Subject: SV: SSL-Axis Bug ? Hi again ! Problem solved... I tried with some other releases of axis (some nightly builds to) with no success, so the problem remaines within axis (I find it odd that no one else has encountered th

SV: SSL-Axis Bug ?

2002-11-04 Thread Stefan Carlsson
november 2002 09:58 Till: '[EMAIL PROTECTED]' Ämne: SSL-Axis Bug ? Hi all ! I have this very simple web service that I want to access through SSL. Im using Tomcat 4.1.12, jdk1.4.1 and Axis 1.0. The service is as follows: public class Hello { public String greet(String name) {

Re: SSL-Axis Bug ?

2002-11-01 Thread Pae Choi
FYI: I have tested Axis v1.0 with TC 4.1.12 and with Apache/HTTPd on J2SDK 1.4.1_01 on Win32. Scenario 1: https://www.domain.com/// Apache/HTTPS(443) with mod-ssl & OpenSSL Apache/HTTPS(443) with mod-jk & TC Scenario 2: https://www.domain.com:8443//

SSL-Axis Bug ?

2002-11-01 Thread Stefan Carlsson
Hi all ! I have this very simple web service that I want to access through SSL. Im using Tomcat 4.1.12, jdk1.4.1 and Axis 1.0. The service is as follows: public class Hello { public String greet(String name) { return "Hello, " + name + "!!"; } } When I try to access it with HTTP it w