[ 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

Reply via email to