I'm using the nightly build, Axis version 1.6. To build the client stub, i'm using Microsoft compiler. Please note that I have tried with Axis 1.5 but with no result.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 20 mai 2005 20:03
To: [EMAIL PROTECTED]
Subject: RE: Axis C++ SSL problem

I need to do the same thing pretty soon.
 
Did you use Axis 1.5 for C++?  Also, what compiler did you use?
 
  THanks!
 
  Cliff
 


From: Popa Horia [mailto:[EMAIL PROTECTED]
Sent: Friday, May 20, 2005 10:52 AM
To: [email protected]
Subject: Axis C++ SSL problem

 
 
        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
 
     
 
       

Reply via email to