From java-dev-return-97053-archive-asf-public=cust-asf.ponee.io@axis.apache.org Wed Nov 21 06:43: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 C53DF180668 for ; Wed, 21 Nov 2018 06:43:03 +0100 (CET) Received: (qmail 38336 invoked by uid 500); 21 Nov 2018 05:43: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 38327 invoked by uid 99); 21 Nov 2018 05:43:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2018 05:43:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3C1C1188BC9 for ; Wed, 21 Nov 2018 05:43:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-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, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URIBL_BLOCKED=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 (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id eoqyn9vbdJIB for ; Wed, 21 Nov 2018 05:43:00 +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 CC1696243A for ; Wed, 21 Nov 2018 05:43:00 +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 60923E00B4 for ; Wed, 21 Nov 2018 05:43: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 0469120FEB for ; Wed, 21 Nov 2018 05:43:00 +0000 (UTC) Date: Wed, 21 Nov 2018 05:43:00 +0000 (UTC) From: "Aparna (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AXIS2-5941) version issue - Jdk 8 SOAP WS calls MEP RawXMLINOnlyMessageReceiver instead of AbstractInOutMessageReceiver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Aparna created AXIS2-5941: ----------------------------- Summary: version issue - Jdk 8 SOAP WS calls MEP RawXMLINOnlyM= essageReceiver instead of AbstractInOutMessageReceiver Key: AXIS2-5941 URL: https://issues.apache.org/jira/browse/AXIS2-5941 Project: Axis2 Issue Type: Bug Reporter: Aparna I have created a Java web server proxy using client's wsdl file (using axis= 2).=C2=A0 The service works fine when I use JDK 6/7.=C2=A0 When I switch ov= er to JDK 8 then internally it uses reflection and tries to find out API me= thod with void return type and OMElement as parameter which doesn't exist i= n the ServiceSkeleton.=C2=A0 =C2=A0 I have posted the same question on StackOverFlow.=C2=A0 This is the link fo= r more details -=C2=A0[https://stackoverflow.com/questions/53372508/version= -issue-jdk-8-tomcat-8-web-service-calls-mep-rawxmlinonlymessagereceiv|https= ://www.google.com/url?q=3Dhttps://stackoverflow.com/questions/53372508/vers= ion-issue-jdk-8-tomcat-8-web-service-calls-mep-rawxmlinonlymessagereceiv&sa= =3DD&source=3Dhangouts&ust=3D1542800419655000&usg=3DAFQjCNGyxOEKZUDa8A8uHxk= MdDRb1-baCg] =C2=A0 For JDK8 - when I post the request xml from SoapUi, the call goes to=C2=A0o= rg.apache.axis2.receivers.*RawXMLINOnlyMessageReceiver*=C2=A0where it finds= the method(void) name using reflection which doesn't exist in the serviceS= keleton. -- 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