Well Mark, 

U don't need to understand Axis2 a lot. I'd say nothing at all. 

You just read the binary information according to the binary specification
and throw StAX events depending on that. And create a binary stream
according to some stax events. See, u need nothing to know abt Axis2.

You can write simple test cases to read your parser some binary xml and
check whether its throwing correct events and vice versa.

You can commit your codes (U must !!) to scratch area
https://svn.apache.org/repos/asf/webservices/axis/trunk/archive/java/scratch

Regards
Chinthaka

> -----Original Message-----
> From: Mark Pimentel [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 22, 2005 5:55 AM
> To: [email protected]
> Subject: [Axis2] Google SoC - Test Suggestions
> 
> Hi everyone,
> 
> As you recall, I'm working on a Google project to develop an XML
> binary serializer for Axis2.
> 
> I've just started looking at the Axis2 code, and attempting to deploy
> a basic web service with it.  However, I've started on some basic XML
> parsing and serializing, and would like to play around with some test
> data on it.
> 
> With only limited knowledge of the overall Axis2 architecture, I'm
> wondering if anyone could give me advice on what kind of test
> scenarios I can work with.  Should I just try to serialize any XML
> input file, or are there any specific Axis2-related suggestions?
> 
> Thanks!
> Mark



Reply via email to