When using the bean serializer, I have noticed that when there is an
extra field on the SOAP XML object which is not present on the client
side bean, a fatal SAXParser exception is thrown and the service fails.
Is it possible to make the bean serailizer and bean deserializer fault
tolerant.
A
Hi. I am running an axis web service which takes and returns a very
large complex bean as an argument. I use the BeanSerializer to
Serialize the object. Everything functionally works but the service
runs too slowly for the project requirements. I am thinking the easiest
way to optimize is to re