Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9DBB64A3 for ; Sat, 11 Jun 2011 17:29:20 +0000 (UTC) Received: (qmail 12908 invoked by uid 500); 11 Jun 2011 17:29:20 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 12624 invoked by uid 500); 11 Jun 2011 17:29:20 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 12609 invoked by uid 99); 11 Jun 2011 17:29:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 17:29:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2011 17:29:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C2592110860 for ; Sat, 11 Jun 2011 17:28:58 +0000 (UTC) Date: Sat, 11 Jun 2011 17:28:58 +0000 (UTC) From: "Sagara Gunathunga (JIRA)" To: java-dev@axis.apache.org Message-ID: <1797232180.14115.1307813338792.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <659986481.2884.1307533680382.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (AXIS2-5063) Provide support for complex object types. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga reassigned AXIS2-5063: ----------------------------------------- Assignee: Sagara Gunathunga > Provide support for complex object types. > ----------------------------------------- > > Key: AXIS2-5063 > URL: https://issues.apache.org/jira/browse/AXIS2-5063 > Project: Axis2 > Issue Type: Improvement > Components: adb > Affects Versions: 1.5.4, 1.6.0 > Reporter: Muhammed Shariq > Assignee: Sagara Gunathunga > Fix For: 1.7.0 > > > It is not possible to pass complex type objects via a web service invocation. The following error is thrown while attempting to do so. > [ERROR] Exception occurred while trying to invoke service method echoArray > org.apache.axis2.AxisFault: Unknow type {http://www.w3.org/2001/XMLSchema}string > at org.apache.axis2.databinding.utils.BeanUtil.deserialize(BeanUtil.java:349) > at org.apache.axis2.databinding.utils.BeanUtil.processObject(BeanUtil.java:827) > at org.apache.axis2.databinding.utils.BeanUtil.ProcessElement(BeanUtil.java:717) > at org.apache.axis2.databinding.utils.BeanUtil.deserialize(BeanUtil.java:655) > at org.apache.axis2.rpc.receivers.RPCUtil.processRequest(RPCUtil.java:153) > at org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:206) > at org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:117) > at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40) > at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110) > at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181) > at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172) > at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:296) > at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281) > at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187) > at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org