Hi I'm not an expert but i can tell you that it isn't recommendable use Objects. And i can tell you that i've used the eclipese plugins too but when i need to use Exceptions i've had to remake all the wsdl file because the don't support it.
Adrián ----- Mensaje original ---- De: Eranda <[EMAIL PROTECTED]> Para: [email protected] Enviado: domingo, 23 de marzo, 2008 10:56:02 Asunto: How to return Object[][] from Axis2 service Im using Eclipse plugins for creating web service and clients. When returning Object[][] that creat following exception in eclipse console.......... org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement item0 at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417) at er.example.PingingStub.fromOM(PingingStub.java:2639) at er.example.PingingStub.Ping(PingingStub.java:192) at er.example.PingServiceClient.main(PingServiceClient.java:23) Caused by: java.lang.Exception: org.apache.axis2.databinding.ADBException: Unexpected subelement item0 at er.example.PingingStub$PingResponse$Factory.parse(PingingStub.java:2071) at er.example.PingingStub.fromOM(PingingStub.java:2626) ... 2 more Caused by: org.apache.axis2.databinding.ADBException: Unexpected subelement item0 at er.example.PingingStub$PingResponse$Factory.parse(PingingStub.java:2065) ... 3 more please help me Thanx. Rgds Eranda. -- View this message in context: http://www.nabble.com/How-to-return-Object-----from-Axis2-service-tp16233438p16233438.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] ______________________________________________ Enviado desde Correo Yahoo! Más formas de estar en contacto. http://es.docs.yahoo.com/mail/overview/index.html
