[Axis2]patch

2005-09-27 Thread Din%$h
Hi all,   Implemented predefined character referances (>, <, ", &apos and & )with Guththila C implementation. Please apply this patch to SVN. thanks, Dinesh-- W.Dinesh Premalal[EMAIL PROTECTED]http://www.cse.mrt.ac.lk/~premalwd/ patch Description: Binary data

[patch]executeTest

2005-09-20 Thread Din%$h
Hi all,   I did some modifications to executeTest.xml, test.Linux.properties( I'm not sure about other Operating systems that's why I did changes only to Linux file) ,build.common.properties files and XMLParserGuththila.cpp After doing these modification I was able to use  Guththila for tes

[patch]XMLPullParserGuththila.cpp

2005-09-18 Thread Din%$h
Hi,     can sombody please apply this patch to SVN thanks, Dinesh-- W.Dinesh Premalal[EMAIL PROTECTED]http://www.cse.mrt.ac.lk/~premalwd/ peek Description: Binary data

Test cases for paser abstraction layer implementation

2005-08-29 Thread Din%$h
Hi, could somebody please tell me , where I can find test cases for test parser abstraction layer?. I got a CVS check out now , inside tests directory there is a directory named parserAbsTests but there is no file inside it. did I miss something? thanks, Dinesh PS: I commented jira iss

Re: Build fails with latest changes.

2005-08-03 Thread Din%$h
Hi , I got a fresh CVS checkout just now and build with xerces in by Linux (ubuntu) box. It build's sucessfully for me. thanks, DineshOn 8/3/05, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: Ooopps:-(These seem to be intoroduced by changes I made to XML parser buildscript that includes support

Re: Need to implement peek() [was: Re: axis 1.5 final configurations , not works for CVS checkouts]

2005-08-02 Thread Din%$h
h both parsers. please have a look on it. Thanks a lot for pointing it out. Please look into the Xercescode and if you have queries please feel free to ask :-) appreciating axis-c-dev's  helpfulness! thanks again, DineshThanks,Samisa...On 8/2/05, Din%$h < [EMAIL PROTECTED]> wrote:> Hi,&g

Integrating Guththila with axis-c++

2005-07-18 Thread Din%$h
Hi all, I have implemented XMLParser.h interface using Guththila. But it is not tested with AxisIOStream. I was able to build libaxis_guththia.so. In order to integrate this library with axis c++ what should I do?. Can somebody please help me? kind regards, Dinesh -- W.Dinesh

Test results of Guththila for XML 1.0 Conformance Test

2005-07-18 Thread Din%$h
Hi , I tested Guththila with XML conformance test suites. http://www.w3.org/XML/Test/ . Results are listed as below. Detailed document. Every failed test list in this document. http://www.cse.mrt.ac.lk/~premalwd/Projects/Guththila_XML_conformance_Report.html Summarized Doc

Google Summer of Code 2005 - Guththila (Soap Pull Parser) - Project Details

2005-07-18 Thread Din%$h
Hi everyone, I'm Dinesh Premalal from Department of Computer Science and Engineering,University of Moratuwa. Sri Lanka. I'm working on "Guththila" - Soap Pull Parser for Axis C++ for Google Summer of Code 2005 . My project mentor for this project is Dr. Sanjiva Weerawarna.

Re: Moving Guththila to Axis C++ src tree

2005-06-27 Thread Din%$h
Hi All,On 6/27/05, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: " where we tried to reuse code from expat" Does this mean that we have a dependency on Expat in Guththila? Pleaseclarify. (FYI: One of the reasons that we decided to go ahead with Xerces anddrop Expat was that Xerces was Apache licens

Re: Moving Guththila to Axis C++ src tree

2005-06-27 Thread Din%$h
Hi all,   Actually "Guththila" has namespace support and encoding support. Since we aimed for soap messages processing It can't work with DTD's and CDATA's. Therefore XML 1.0  complacency check won't work.  That's good to have performance check against those parsers (xercesc/expat/)  , In o

Re: implementing XMLParser interface

2005-06-22 Thread Din%$h
ent in the xml stream of WSDL file. It's picked > the next element without ignoring white space and '<' '>'.>>>> Thanks>>>>> Chinthana Dinapala>> Virtusa Corp.>  World Trade Center >> : +94-11-4765300 ext 2464>> : +94-77-3

implementing XMLParser interface

2005-06-22 Thread Din%$h
Hi all,   I'm implementing XMLParser interface for tspp. Can somebody please tell me what is the actual purpose of int getStatus() , AnyElement *next(), AnyElement *anyNext(), methods. Though comments give some sense , it is not enough to understand the interface. Do we need to i

build fail

2005-05-19 Thread Din%$h
Hi Guys, Tried to Build axis-c 1.5 Final in my machine. It exit giving following error   /usr/local/axiscpp/src/engine/server/.libs/libserver_engine.so: undefined reference to `axiscpp::Boolean::deserializeBoolean(char const*)' collect2: ld returned 1 exit status could you please fi

Encoding Support For tspp (Typed Soap Pull Parser)

2005-05-09 Thread Din%$h
Hi Guys,        Both UTF-8 and UTF-16 Encoding suport is added to tspp (typed soap pull parser). check this...       http://www.cse.mrt.ac.lk/~premalwd/Projects/Guththila-1.0.0/Guththila.html Hope to integrate it with axis-c++  soon :-) thanks, Dinesh -- W.Dinesh Prema

Typed Soap Pull Parser (tspp)

2005-05-03 Thread Din%$h
Hi Guys,      Have a look on wiki page to tspp ( Typed Soap Pull Parser).     http://wiki.apache.org/ws/tspp  Now I'm finishing , Encoding support for ( Both Utf-8 and Utf-16) tspp.  Hope to release it soon. thanks. Dinesh-- W.Dinesh Premalal[EMAIL PROTECTED]http://w

identifying utf-16 encoded characters

2005-03-21 Thread Din%$h
Hi all, I'm trying to get encoding support for tspp parser. can someone plz tell me. How we can identify utf-16 encoded characters. I mean after identifing BOM(Byte Order Mark) want to identify wheather next character is 2 bytes or 4 bytes. cheers, Dinesh -- W.Dinesh Premalal +94-773-0

Re: need to access Soap Body from Serializer

2005-02-24 Thread Din%$h
Hi, When we doing encryption , We get a body as a string and parse it to DOM Document . Please correct me if I'm wrong , In axis engine we build a DOM Tree and then retrieve Headers and other wanted things as we want?? Is there a possibility to get access to DOM tree directly, If we able to