Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SOAP/XML performance

843834May 20 2003 — edited Jun 3 2003
Hi all. I am using the apache axis implementation of the java XML apis and am having a LOT of concerns about performance.

I have a relatively simple product complex type (say a dozen fields) and tranfering a list of these (SOAP array) off 1000 in size takes about 30 to 40 seconds on average (removing network latency)! Is this normal or am I doing something wrong... for example, doing the same with simple serialization takes < 200 milliseconds.

I like using axis due to its support for WSDL (WSDL is a life saver with the right tools). Anyone have similar experience?

please help (I can post example code if needed).
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 1 2003
Added on May 20 2003
14 comments
365 views