Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 87350 invoked from network); 20 May 2005 14:53:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 May 2005 14:53:29 -0000 Received: (qmail 94124 invoked by uid 500); 20 May 2005 14:53:09 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 94098 invoked by uid 500); 20 May 2005 14:53:09 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 94084 invoked by uid 99); 20 May 2005 14:53:08 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of horiadorupopa@gmail.com designates 64.233.170.200 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.200) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 20 May 2005 07:52:54 -0700 Received: by rproxy.gmail.com with SMTP id f1so753672rne for ; Fri, 20 May 2005 07:51:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:date:mime-version:content-type:x-mailer:thread-index:x-mimeole:from:message-id; b=pB+i5bnk7qfg7XUI+5SRCQ2JDTpviks77vi6bigUVU6Y7Dv/nY66mLEvsxClEVSuaI9AV3LYbfe+pd0wjc9KdTdtfmEuy9TliYbv6FDX4Q6H+OU7eAGHuwubhGL6KLptlKfo4HGfjZHIk2ygTKULWqhtURaYcB1YK5LiGmNbvWU= Received: by 10.38.149.23 with SMTP id w23mr1762895rnd; Fri, 20 May 2005 07:51:57 -0700 (PDT) Received: from WIDE ([81.180.206.84]) by mx.gmail.com with ESMTP id g2sm1060097rne.2005.05.20.07.51.56; Fri, 20 May 2005 07:51:57 -0700 (PDT) To: Subject: Axis C++ SSL problem Date: Fri, 20 May 2005 17:51:58 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01C55D64.9FB502C0" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcVdS1rOeIf4viv3TyetUzM20wHqFA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 From: Popa Horia Message-ID: <428df98d.2bcb9559.39a3.1c0f@mx.gmail.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0004_01C55D64.9FB502C0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi there, I have a Java Axis server and i'm trying to connect with a stub in C++. It works fine on http but it failes on https. I see when I run the program in debug mode that the HttpSSLChannel is never loaded. The application failes at this line in the Stub: if (AXIS_SUCCESS != m_pCall->initialize(CPP_DOC_PROVIDER)) return pReturn; My Tomcat server is behind Apache 1.3.1 and i'm using MOD_JK to make those applications talk to each other. My guess is that the request never leaves my client. To prove this I have used a network sniffer and indeed, the client dies before any request is sent to the server. Maybe I don't have all the DDLs ?? I have installed openssl .... The client runs on Windows. Any help is appeciated. thanks ------=_NextPart_000_0004_01C55D64.9FB502C0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
 
 
        Hi=20 there,
 
 
       =20 I have a Java Axis server and i'm trying to connect = with a stub=20 in C++. It works fine on http but it failes on = https.
I see when I = run the=20 program in debug mode that the HttpSSLChannel is never loaded.=20 The = application=20 failes at this line in the Stub: = if=20 (AXIS_SUCCESS !=3D m_pCall->initialize(CPP_DOC_PROVIDER)) return pReturn;
        My = Tomcat server=20 is behind Apache 1.3.1 and i'm using MOD_JK to make those applications = talk to=20 each other. My guess is that the request never leaves my client. To = prove this I=20 have used a network sniffer and indeed, the client dies before any = request is=20 sent to the server. Maybe I don't have all the DDLs ?? I have installed = openssl=20 ....
       =20 The client runs on Windows.
 
 
       =20 Any help is appeciated.
 
 
       =20 thanks
 
     
 
       =20
------=_NextPart_000_0004_01C55D64.9FB502C0--