From java-dev-return-96881-archive-asf-public=cust-asf.ponee.io@axis.apache.org Fri Jun 29 21:30:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EB37C180663 for ; Fri, 29 Jun 2018 21:30:03 +0200 (CEST) Received: (qmail 60791 invoked by uid 500); 29 Jun 2018 19:30:02 -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 60782 invoked by uid 99); 29 Jun 2018 19:30:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2018 19:30:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 75D78C8224 for ; Fri, 29 Jun 2018 19:30:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.3 X-Spam-Level: X-Spam-Status: No, score=-110.3 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_SHORT=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 8dVVMnIlSCBU for ; Fri, 29 Jun 2018 19:30:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 4E1D15F3F0 for ; Fri, 29 Jun 2018 19:30:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 87AFFE0E3E for ; Fri, 29 Jun 2018 19:30:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 277DA21842 for ; Fri, 29 Jun 2018 19:30:00 +0000 (UTC) Date: Fri, 29 Jun 2018 19:30:00 +0000 (UTC) From: "Anoobkumar (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AXIS2-5921) Soap with attachment service migration to Axis2 failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-5921?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1652= 8123#comment-16528123 ]=20 Anoobkumar commented on AXIS2-5921: ----------------------------------- Here is the SOAP UI Test case. Attached the SOAP attachment and wsdl file. Attachment :=C2=A0[^b4f63251-c62e-405f-b2fa-939abd706f43.xml] Request XML: > Soap with attachment service migration to Axis2 failure > ------------------------------------------------------- > > Key: AXIS2-5921 > URL: https://issues.apache.org/jira/browse/AXIS2-5921 > Project: Axis2 > Issue Type: Bug > Reporter: Anoobkumar > Priority: Major > Attachments: b4f63251-c62e-405f-b2fa-939abd706f43.xml, service.ws= dl > > > soapui - Soap with attachment failure with Axis2 implementation - Stack O= verflow > I am migrating an old web service implemented with Axis 1.4, which receiv= es and respond Soap With Attachment data. When I do a testing of the servic= e with SOAP UI, I am getting error with Invalid Reference :, can anyone hel= p me on this? > I am using Java 1.8, WebLogic 10.3.6 server, Axis2 - 1.6.2 > soapui - Soap with attachment failure with Axis2 implementation - Stack O= verflow > {{org.apache.axis2.AxisFault: Invalid reference :b4f63251-c62e-405f-b2fa-= 939abd706f43 at org.apache.axis2.databinding.utils.MultirefHelper.processRe= f(MultirefHelper.java:116) at org.apache.axis2.databinding.utils.BeanUtil.p= rocessObject(BeanUtil.java:791) at org.apache.axis2.databinding.utils.BeanU= til.ProcessElement(BeanUtil.java:737) at org.apache.axis2.databinding.utils= .BeanUtil.deserialize(BeanUtil.java:646) 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.receiv= ers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:117) at = org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic= (AbstractInOutMessageReceiver.java:40) at org.apache.axis2.receivers.Abstra= ctMessageReceiver.receive(AbstractMessageReceiver.java:114) at org.apache.a= xis2.engine.AxisEngine.receive(AxisEngine.java:181) at org.apache.axis2.tra= nsport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.ja= va:172) at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.j= ava:146) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at= javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at weblogic.s= ervlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHel= per.java:227) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet= (StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.= execute(ServletStubImpl.java:301) at weblogic.servlet.internal.ServletStubI= mpl.execute(ServletStubImpl.java:184) at weblogic.servlet.internal.WebAppSe= rvletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3732= ) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction= .run(WebAppServletContext.java:3696) at weblogic.security.acl.internal.Auth= enticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.s= ervice.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.= internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273= ) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletCo= ntext.java:2179) at weblogic.servlet.internal.ServletRequestImpl.run(Servle= tRequestImpl.java:1490) at weblogic.work.ExecuteThread.execute(ExecuteThrea= d.java:256) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)}} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org