Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 82446 invoked from network); 16 Aug 2007 13:18:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Aug 2007 13:18:45 -0000 Received: (qmail 35394 invoked by uid 500); 16 Aug 2007 13:18:43 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 35377 invoked by uid 500); 16 Aug 2007 13:18:42 -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 35366 invoked by uid 99); 16 Aug 2007 13:18:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2007 06:18:42 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [200.6.96.136] (HELO send01.iia.cl) (200.6.96.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2007 13:18:58 +0000 Received: from [10.0.0.196] (helo=bbr.cl) by send01.iia.cl with esmtp (Exim 4.62) (envelope-from ) id 1ILfAw-0001hX-I2 for axis-c-user@ws.apache.org; Thu, 16 Aug 2007 09:14:11 -0400 Received: from [172.16.1.2] [201.236.168.86] by bbr.cl with ESMTP (SMTPD32-8.04) id AA9AD80B0112; Thu, 16 Aug 2007 09:01:14 -0400 Message-ID: <46C44E95.60304@bbr.cl> Date: Thu, 16 Aug 2007 09:18:13 -0400 From: Carlos Escobar Zarzar User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Apache AXIS C User List References: <46C2609B.5040308@wso2.com> In-Reply-To: <46C2609B.5040308@wso2.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 10.0.0.196 X-SA-Exim-Mail-From: cescobar@bbr.cl X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on send01.iia.cl X-Spam-Level: Subject: Re: Axic C++. Is it using and fixing???? X-SA-Exim-Version: 4.2 (built Tue, 02 May 2006 07:36:10 -0400) X-SA-Exim-Scanned: Yes (on send01.iia.cl) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_50 autolearn=ham version=3.1.8 Guys: First of all thanks to the developers under the axis project for it has helped us a lot, at least the java one. Now i've been having a hard time trying to use the Axis C++ client... I've followed every instruction (I think I haven't missed any ;)), but whenever I try to run my client (the C++ one) it complains about the XML parser :\ I downloaded Xerces 2.7 (which is the latest version) but it doesn't want to use it I guess... If it helps, here's the message and my deploy's config: /***************************** Console Message Start *****************************/ D:\axissample\hola\Debug>hola.exe Inicie Tratando de setear el objeto Error 29: DLOPEN FAILED in loading parser library Failed to load parser 'AxisXMLParser.dll' within server engine: /***************************** Console Message End ******************************/ /***************************** Deploy's Config Start *****************************/ File Name: axiscpp.conf File Location C:\AppServ\Apache2.2\axis File Contents: # This header file was created by AxisConfiguration on Fri Aug 10 16:01:17 2007 # The comment character is '#' # Available directives are as follows #(Some of these directives may not be implemented yet) # # Path to server trace log path (only required if you want server trace) #LogPath: # Path to server WSDD path WSDDFilePath:C:\AppServ\Apache2.2\axis\conf\server.wsdd # Path to client trace log path (only required if you want client trace) ClientLogPath:C:\AppServ\Apache2.2\axis\client.log # Path to client WSDD path #ClientWSDDFilePath: #Node name. #NodeName: #Listening port. #ListenPort: # Path to HTTP Transport library Transport_http:C:\AppServ\Apache2.2\axis\lib\HTTPTransport.dll # Path to SMTP Transport library #Transport_smtp: # Path to Axis XML Parser library XMLParser:C:\AppServ\Apache2.2\axis\lib\AxisXMLParser.dll # Path to HTTP Channel library Channel_HTTP:C:\AppServ\Apache2.2\axis\lib\HTTPChannel.dll # Path to HTTP SSL Channel library Channel_HTTP_SSL:C:\AppServ\Apache2.2\axis\lib\HTTPSSLChannel.dll # SSL Options #SecureInfo: /***************************** Deploy's Config End ******************************/ Any suggestions are welcome ;) Samisa Abeysinghe escribi�: > Nadir Amra wrote: >> Velesevich, >> >> It is stable, and fixes are being incorporated, although not many >> developers are working on it, I am putting fixes in when I,, > I too agree that Axis C++ client side is stable. Has been around for > considerable time and thanks to Nadir for keeping it live. > > Samisa... > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org