Problem in C++ interaction to java webservice over SSL

2006-06-08 Thread SKUNNIKURU
Iam having a problem using Axis CPP client interacting with a Java web service.I am getting "Not found" error when I call my Java web service(websphere environment) from C++ client(axis C++ toolkit) over https, it works without any problem using the Http. I am wondering if it is related to SSL cert

RE: Axis can't find my xerces library

2006-06-08 Thread Yair Zaslavsky
Hi Adrian, Yes, I succeeded building with Xerces v2.7.0 - but I got errors (during runtime) indicating that this is an incompatible version. I then saw that I should have built with v2.2.0 - and then I failed to perform the build (and of course, the Axis build failed as well). I also took a look at

RE: Axis can't find my xerces library

2006-06-08 Thread Adrian Dick
Hi, When Axis-C is built it is linked with a dependency on the version of Xerces-C present while building. This means, if you build against Xerces-C v2.2.0 then you will need Xerces-C v2.2.0 available when running Axis-C. I'm surprised you're able to build Axis-C, when Xerces-C v2.2.0 failed to b

RE: Axis can't find my xerces library

2006-06-08 Thread Yair Zaslavsky
Good day Adrian (and all), I'm compiling Axis C- 1.6B with Xerces-C 2.2.0. I fail to build Xerces-C 2.2.0 I tried building (as experiment) Xerces-C 2.7.0 (without building axis - just to see I undertstand how to build xerces) and succeeded, and provided an error log. Can you tell me what I'm doing

RE: Axis can't find my xerces library

2006-06-08 Thread Adrian Dick
Hi, So, you're saying that you're trying to use Axis-C 1.6b with Xerces-C 2.7.0 ? If this is the case and assuming you're using using the binary distribution of Axis-C you will have problems, as this was built against Xerces-C 2.2.0 (hence not finding the correct library). My initial reaction is

RE: Axis can't find my xerces library

2006-06-08 Thread Yair Zaslavsky
As explained in previous emails, I am trying to compile axis on linux 64bit machine. I downloaded xerces c++ 2.2.0 for that. Apache’s xerces instructions are for 2.7.0. I tried building xerces c++ 2.2.0 with these versions, but in vein. I tried budiling xerces c++ 2.7.0 with the instruct

Re: Is there any guide about how to use Axis-C to call HTTPS web service?

2006-06-08 Thread Fred Preston
Hi Rose,         No you do not need to use SetSecure for OpenSSL.  I do not know how to set the root-CA certificate, I assume that this is described in the OpenSSL documentation. Regards, Fred Preston. "Rose Knain" <[EMAIL PROTECTED]> 08/06/2006 03:45 Please respond to "Apache AXIS C U