If i'm returning a custom object in my webservice then I'm having the
following issue:
1) Initially I haven't put any wsdl file in META-INF so through the
default wsdl from axis2 I managed to generate the client and the client
invokes all the webservice methods and get the results including custom
object
2) if I copy the default wsdl and make/not -make modification and copy to
META-INF and deploy the aar.
Later generate the client and try to invoke webservice methods then it
returs all string objects etc., but problem in retrieving custom object it
results in
org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException:
Unexpected subelement myproperty
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
fyi I have included the following in the service.xml
<parameter name="useOrignalWSDL">true</parameter>
why this is happening and how to resolve it?
--
View this message in context:
http://www.nabble.com/axis2-wsdl-issue-tp19949462p20027629.html
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]