Hi All, Can somebody try this simple exercise and explain the problem.... Create 2 bean classes State and City in package com.axis.service.bean, create a webservice business logic class say ServiceImpl in package com.axis.service.impl, now create any method say returnState in impl and return a instance of State class. Now create a webservice from this using Axis1.4. Once you have webservice generate stubs from webservice wsdl using wsdl2java in Axis2. Now call the webservice with this stub. You should see exception in parsing the SOAP received from webservice call from stub. Can somebody please explain this and suggest a solution. Quick response is highly appreciated as i am in release phase.
Thanks All.
