Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 56829 invoked from network); 2 Oct 2008 09:26:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2008 09:26:59 -0000 Received: (qmail 82395 invoked by uid 500); 2 Oct 2008 09:26:57 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 82380 invoked by uid 500); 2 Oct 2008 09:26:57 -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 82369 invoked by uid 99); 2 Oct 2008 09:26:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2008 02:26:57 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2008 09:25:55 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KlKS5-0006QV-Ng for axis-c-user@ws.apache.org; Thu, 02 Oct 2008 02:26:29 -0700 Message-ID: <19776097.post@talk.nabble.com> Date: Thu, 2 Oct 2008 02:26:29 -0700 (PDT) From: Laksh To: axis-c-user@ws.apache.org Subject: Axis2/C built with SSL support. axis2_http_sender.dll fails to load MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: lakshminarayana.ullala@friendsprovident.co.uk X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have built Axis2/C v1.5.0 with SSL support on Windows. The client program we have developed connects to a web service with SOAP requests. The webservice is hosted on Websphere Application Server(WAS). We have configured WAS for SSL support. When the axis2_svc_client_send_receive() call is made by our SOAP client the following error is logged in the client log file. "../axis2_http_sender.dll Failed. DLERROR IS DLL Load Error 126: The specified module could not be found." If I use the non-ssl version of axis2_http_sender.dll then the error disappears. But we need to use the SSL enabled version of Axis2/C because sometime the webservice URL will be https. What could be the reason for this error? We have not done any SSL specific configuration in Axis2.xml file. Is there anything we need to do in that file? I have added SSL DLL's in the path, also checked all the dependent DLL's are in path. There seems to be no path issues. Any pointers to resovle this issue is greatly appreciated. Thanks for your time. -- View this message in context: http://www.nabble.com/Axis2-C-built-with-SSL-support.-axis2_http_sender.dll-fails-to-load-tp19776097p19776097.html Sent from the Axis - C++ - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org