Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 47578 invoked from network); 29 May 2010 12:43:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 May 2010 12:43:58 -0000 Received: (qmail 12845 invoked by uid 500); 29 May 2010 12:43:57 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 12684 invoked by uid 500); 29 May 2010 12:43:57 -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 12676 invoked by uid 99); 29 May 2010 12:43:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 May 2010 12:43:57 +0000 X-ASF-Spam-Status: No, hits=-1478.9 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 May 2010 12:43:56 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4TChaPa018589 for ; Sat, 29 May 2010 12:43:36 GMT Message-ID: <21713894.65191275137016465.JavaMail.jira@thor> Date: Sat, 29 May 2010 08:43:36 -0400 (EDT) From: "Amila Chinthaka Suriarachchi (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Commented: (AXIS2-4728) org.apache.axis2.databinding.ADBException: Unexpected subelement xML In-Reply-To: <8643426.21661274958748985.JavaMail.jira@thor> 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-4728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873277#action_12873277 ] Amila Chinthaka Suriarachchi commented on AXIS2-4728: ----------------------------------------------------- please check whether your received response message match with the wsdl. > org.apache.axis2.databinding.ADBException: Unexpected subelement xML > -------------------------------------------------------------------- > > Key: AXIS2-4728 > URL: https://issues.apache.org/jira/browse/AXIS2-4728 > Project: Axis2 > Issue Type: Bug > Components: adb > Affects Versions: 1.5.1, 1.5, 1.4.1 > Environment: eclipse gelileo on windows > Reporter: Mohan Rao > Priority: Blocker > Attachments: UCCNet.wsdl, UCCNetServiceImplStub.java > > > Axis 2 ADB exception in the client stub > I am getting the following exception in my client. Simple Strings are received but when response contains objects, this error occurs. > > Used Axis2 1.4.1, 1.5 and 1.5.1 but no luck with any of these versions. > > Eclipse Gelileo > > WSDL attached. > > ** ERROR (UCCNetClient.java:161) => The Webserver Fault Occured :org.apache.axis2.databinding.ADBException: Unexpected subelement xML > org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement xML > at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) > at com.supervalu.uccnet.service.impl.UCCNetServiceImplStub.fromOM(UCCNetServiceImplStub.java:14046) > at com.supervalu.uccnet.service.impl.UCCNetServiceImplStub.getSearchResults(UCCNetServiceImplStub.java:489) > at com.supervalu.uccnet.client.UCCNetClient.getSearchResults(UCCNetClient.java:154) > at com.supervalu.onesync.beans.SearchResultsBean.getSearchResults(SearchResultsBean.java:259) > at com.supervalu.onesync.beans.SearchResultsBean.search(SearchResultsBean.java:285) > at com.supervalu.onesync.servlet.Controller.processRequest(Controller.java:156) > at com.supervalu.onesync.servlet.Controller.doPost(Controller.java:246) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) > at java.lang.Thread.run(Unknown Source) > Caused by: java.lang.Exception: org.apache.axis2.databinding.ADBException: Unexpected subelement xML > at com.supervalu.uccnet.service.impl.UCCNetServiceImplStub$ItemSynopsis$Factory.parse(UCCNetServiceImplStub.java:12378) > at com.supervalu.uccnet.service.impl.UCCNetServiceImplStub$SearchResults$Factory.parse(UCCNetServiceImplStub.java:13012) > at com.supervalu.uccnet.service.impl.UCCNetServiceImplStub$GetSearchResultsResponse$Factory.parse(UCCNetServiceImplStub.java:2886) > at com.supervalu.uccnet.service.impl.UCCNetServiceImplStub.fromOM(UCCNetServiceImplStub.java:14005) > ... 20 more > Caused by: org.apache.axis2.databinding.ADBException: Unexpected subelement xML > at com.supervalu.uccnet.service.impl.UCCNetServiceImplStub$ItemSynopsis$Factory.parse(UCCNetServiceImplStub.java:12372) > ... 23 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org