Hi,
I am using AXIS as my web service provider and I am trying to pass a Java bean to and from the server. It is a very simple bean with 3 string fields and a HashMap of fieldnames and fieldvalues(about 4 elements - all strings).
Although, this is a very simple object, the deserialization at the server and the serialization of the result back from the server (Jboss/Tomcat on SunOS) is quite slow. It takes upto 10 seconds for each operation even with the simplest bean.
Having worked with XML before, I know that XML parsing is not too efficient, but this performance is orders of magnitude different.
Are there any known performance issues with Map(de)serializations ? Also, it looks like the client side (java on SunOS) does the serialization/deserialization of this object, quite quickly (less than a second). Am I missing anything ??
Thank you in advance.
Bala Krishnaraj
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
