Hi all, > > hi mark > > i don't want to take anything away from eran's comments but have > something i'd like to add. > > if you do want some background on axis2, then there is documentation on > axis in the repository. maven site:generate will build the documentation > into target/doc.
All these docs are published in the site, http://ws.apache.org/axis2 as well. So one can either use maven or go to the site. >if you have any problems or questions about getting > axis2 up and running then asking them on the user list may get a fuller > response. > > don't forget: anything you have trouble with and which the documentation > doesn't cover probably needs to be added to the user guide. IMHO > creating documentation is the best way to learn an open source project. > so, go ahead and submit a patch ;) Great Idea. +1 ;) -- Eran Chinthaka > > - robert > > On Fri, 2005-07-22 at 11:22 +0200, Eran Chinthaka wrote: > > 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/scrat > ch > > > > 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 > > > > > > > >
