>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... 

Hi Raj,

As Scott pointed out, Apache SOAP is really in maintenance mode now
and what you are proposing are major changes.  I would suggest that
you take a look at Apache Axis and see if they have what you need.

-Bill

Reply via email to