Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 95041 invoked from network); 1 Aug 2007 13:41:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2007 13:41:50 -0000 Received: (qmail 89104 invoked by uid 500); 1 Aug 2007 13:41:25 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 89038 invoked by uid 500); 1 Aug 2007 13:41:25 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 88840 invoked by uid 99); 1 Aug 2007 13:41:24 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 06:41:24 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 13:41:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1423C714187 for ; Wed, 1 Aug 2007 06:40:53 -0700 (PDT) Message-ID: <1207179.1185975653079.JavaMail.jira@brutus> Date: Wed, 1 Aug 2007 06:40:53 -0700 (PDT) From: "Jorge Granado (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-3047) Data Binding error using XMLBeans under axis1.2 turns into 1.3RC2 AxisFault In-Reply-To: <2975053.1185975532845.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Granado updated AXIS2-3047: --------------------------------- Attachment: Client.java > Data Binding error using XMLBeans under axis1.2 turns into 1.3RC2 AxisFault > --------------------------------------------------------------------------- > > Key: AXIS2-3047 > URL: https://issues.apache.org/jira/browse/AXIS2-3047 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: databinding > Affects Versions: 1.3, 1.2 > Environment: Mac OS X 10.4.10, jdk 1.5.0_07, Tomcat 5 & 6, axis2 1.2 & 1.3RC2 > Reporter: Jorge Granado > Priority: Blocker > Attachments: amService.wsdl, AmServiceSkeleton.java, Client.java > > > Hi! > This is my first bug submission, so I'll try to do it correctly (^__^) > We have used the attached wsdl (validated against Eclipse WTP and Oxygen) to create a webservice using the wsdl2java as follows (axis2 1.2): > java -cp "$CLASSPATH" org.apache.axis2.wsdl.WSDL2Java -uri ../amService-SOAP/resources/amService-new_v5.wsdl -p eu.eu4all.services.recommendations -d adb -s -ss -sd -g -t > It worked ok, so we learned how to add code at the generated skeleton (attached too) and we tested using both a java client and a different webservice platform (openACS), with same result (using tcpmon to take a look at the xml exchange): > HTTP/1.1 500 Internal Server Error > Server: Apache-Coyote/1.1 > Content-Type: text/xml;charset=UTF-8 > Transfer-Encoding: chunked > Date: Wed, 01 Aug 2007 12:11:55 GMT > Connection: close > 11d > > > > > soapenv:Client > Data binding error > > > > > In case of java client the exception was > org.apache.axis2.AxisFault: Data binding error > at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:434) > at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:373) > at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294) > at eu.eu4all.services.recommendations.AmServiceStub.sendEventToAm(AmServiceStub.java:151) > at Client.multipleParameters(Client.java:34) > at Client.main(Client.java:11) > So, reading some other bugs resolved around, we decided to jump to axis1.3RC2, compiled again everything and installing new services, with quite a different result: > HTTP/1.1 500 Internal Server Error > Server: Apache-Coyote/1.1 > Content-Type: text/xml;charset=UTF-8 > Transfer-Encoding: chunked > Date: Wed, 01 Aug 2007 12:22:59 GMT > Connection: close > 140 > > > > > soapenv:Client > org.apache.xmlbeans.impl.values.XmlComplexContentImpl > > > > > 0 > But we can get no more information from logs... We're stuck here, we tried changing from Tomcat6 to 5, but results were the same. > Thanks a lot for your help. > Regards > jorge -- 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: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org