Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 11164 invoked from network); 23 May 2005 07:37:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 May 2005 07:37:05 -0000 Received: (qmail 1061 invoked by uid 500); 23 May 2005 07:37:04 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 1036 invoked by uid 500); 23 May 2005 07:37:04 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 1021 invoked by uid 99); 23 May 2005 07:37:04 -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.193 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.193) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 23 May 2005 00:37:02 -0700 Received: by rproxy.gmail.com with SMTP id f1so1216586rne for ; Mon, 23 May 2005 00:36:59 -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:in-reply-to:from:message-id; b=aaSEJQPqfp6LzyQrJypGyPPz4/a6lwCAsEpQzjyopV67fx0hEdp42SwJ//CvDm/N/Nb9QOpKdHSVbapM4NZgiMCdezbjsyf9WL55qOZK5xy6c8979wnbdxiCTWN7EHPSOEqOeMhIAsjNcoP1p1BnFRwC9BaFo8IV/3TTbUtuZc0= Received: by 10.38.24.41 with SMTP id 41mr3033505rnx; Mon, 23 May 2005 00:36:59 -0700 (PDT) Received: from WIDE ([81.180.206.84]) by mx.gmail.com with ESMTP id f3sm1037054rne.2005.05.23.00.36.58; Mon, 23 May 2005 00:36:59 -0700 (PDT) To: Subject: RE: Axis C++ SSL problem Date: Mon, 23 May 2005 10:37:03 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001A_01C55F83.5CD3B520" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcVdS1rOeIf4viv3TyetUzM20wHqFAAiF75wAGWZo5A= X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: From: Popa Horia Message-ID: <4291881b.2f1f8956.353d.ffffcf43@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_001A_01C55F83.5CD3B520 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I have to mention that i have user Axis 1.5 and Axis 1.6 20 May nightly build .... _____ From: Popa Horia [mailto:horia.doru.popa@gmail.com] Sent: 21 mai 2005 10:09 To: 'axis-c-user@ws.apache.org' Subject: Axis C++ SSL problem Hi there, I have a Java Axis server and i'm trying to connect with a stub written 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_001A_01C55F83.5CD3B520 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
I have to mention that i have user Axis 1.5 = and Axis=20 1.6 20 May nightly build ....


From: Popa Horia=20 [mailto:horia.doru.popa@gmail.com]
Sent: 21 mai 2005=20 10:09
To: 'axis-c-user@ws.apache.org'
Subject: Axis = C++ SSL=20 problem

 
        Hi=20 there,
 
 
       =20 I have a Java Axis server and i'm trying to connect = with a=20 stub  written in  C++. It works fine = on http=20 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_001A_01C55F83.5CD3B520--