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 Appasamy Thirugnana <at...@sapient.com> on 2008/08/14 09:01:59 UTC

Axis1 XML to Object

Hi Everyone,

                I have a SOAP XML which has been sent by my service and the WSDL with me.  I planned to setup a simulated server wihch returns the same XML always for testing.

Now my doubt is how can i convert XML in to the needed object in Axis1 in my skeleton. In axis2 i achievd this by using fromOM( ) but in axis 1 how to convert.

Thanks
Appu