You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Dima Guz <di...@gmail.com> on 2007/11/21 16:34:12 UTC

[Axis2] addition of a new element to a return class in a service without changing client

Hello,
I tested adding a new element to a return class in a web service without
rebuilding stubs for client app and I got parsing exceptions with both Axis
and Axis2. With Axis2 I got "org.apache.axis2.databinding.ADBException :
Unexpected subelement" error.
Is it possible to do? It should be possible to tell parser to ignore unknown
elements.
Can you please help me with this?
Thanks
Dima