Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 66790 invoked from network); 27 Jul 2005 09:43:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2005 09:43:48 -0000 Received: (qmail 4337 invoked by uid 500); 27 Jul 2005 09:43:40 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 4237 invoked by uid 500); 27 Jul 2005 09:43:39 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 4167 invoked by uid 99); 27 Jul 2005 09:43:39 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=SPF_FAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 02:43:27 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 36ED0E7 for ; Wed, 27 Jul 2005 11:43:24 +0200 (CEST) Message-ID: <585193008.1122457404223.JavaMail.jira@ajax.apache.org> Date: Wed, 27 Jul 2005 11:43:24 +0200 (CEST) From: "Dinesh Premalal (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXISCPP-245) Pull Parser In-Reply-To: <18752984.1099540712029.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-245?page=all ] Dinesh Premalal updated AXISCPP-245: ------------------------------------ Attachment: guththila_src.tar.gz guththila_xml.tar.gz Hi , Thanks for the help, I was able to fix it. Now calculator example works with guththila. First I started server and then Edited axiscpp.conf's XMLParser:/usr/local/axiscpp_deploy/lib/libguththila.so then ran Calculator client example it works fine with it. Then I tried to run base client example. But it gives $ ./base http://localhost:9091/axis/base invoking echoString... hello world hello world Unknown exception has occured invoking echoString... hello world hello world Unknown exception has occured invoking echoString... hello world hello world Unknown exception has occurred I was able to run RpcFault example and ref example using guththila as client side xml parser. I tried to write ant build scripts to build Guththila and its XMLParser interface. But I was unable to integrate them to main build.xml file I wrote two build files to Guththila and it XMLParser interface. Building Guththila ------------------------- build.xml file located in /usr/local/axiscpp/src/guththila/ directory build with ant command ($ant) build.xml will build libguththila.so and will move it to /usr/local/axiscpp_deploy/lib Building Guththila's XMLParser Interface -------------------------------------------------- build.xml file is located in /usr/local/axiscpp/src/xml/guththila/ directory build with ant command ( $ant) build.xml will build libaxis_guththila.so and will move it to /usr/local/axiscpp_deploy/lib ***I happened to make some changes to XMLGuththilaParser interface and Guththila source. can somebody please commit them to CVS .... > Pull Parser > ----------- > > Key: AXISCPP-245 > URL: http://issues.apache.org/jira/browse/AXISCPP-245 > Project: Axis-C++ > Type: New Feature > Components: XML parser abstraction layer > Versions: 1.4 Alpha > Environment: Windows and linux > Reporter: Farhaan Mohideen > Priority: Minor > Attachments: Guththila-1.0.1.tar.gz, guththila.zip, guththila_src.tar.gz, guththila_xml.tar.gz > > Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira