Raj,

Pretty much all Apache SOAP development has moved to the Apache Axis project.
That is the next generation code base which will be the reference implementation
of JAX-RPC.  It supports WSDL and is SAX-based.

The Apache SOAP committers have discussed releasing the current code as version
2.3, and the first release candidate has been packaged.  Your changes sound "too
big" to put into 2.3.

Note, however, that I am not a committer, and it may very well be that the
developers do want your contribution ASAP.  If you want to submit your patches,
http://xml.apache.org/source.html tells how to do this.

Scott Nichol

----- Original Message -----
From: "yellapragada rajasekhar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 23, 2002 3:44 PM
Subject: Re: Changes to Apache SOAP 2.2


>
> Hi ,
>
> My Name is Raj . I work for Insurance Company in Scottsdale. Recently
> my company asked me to look into web services. I started downloading
> SOAP stuff from apache site, I wrote small programs every thing works
> great. But when I really started doing prototype of an existing application
> , it doesn't seem to be working right. Like if Data over the wire from
> Database to Tomcat/SOAP server to Browser is minimal then it
> takes few seconds to process, but if data is huge (> 300 Kb) then it really
> slows down. Then I started digging into your code, I found couple of
> things I can change like you guys are using DOM Parser which is Memory
> intensive , So started changing your code to use SAXParser and also I need
> to changing couple of things in your DOMUtils code too. So now it works
> very fast like in seconds I can see output. So I would like share my
> code and see what you guys think , also wants to contribute to
> development.  Not sure how to proceed can some body help me on this...
>
>
>
> Thanks,
> Raj
>
>
>
>
>
> Raja Sekhar.Y<BR>Software Eng.<BR>
>
>
> ---------------------------------
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience

Reply via email to