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 985C418D00 for ; Sun, 14 Feb 2016 19:40:19 +0000 (UTC) Received: (qmail 94163 invoked by uid 500); 14 Feb 2016 19:40:18 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 93972 invoked by uid 500); 14 Feb 2016 19:40:18 -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 93823 invoked by uid 99); 14 Feb 2016 19:40:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Feb 2016 19:40:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3E9DB2C1F6E for ; Sun, 14 Feb 2016 19:40:18 +0000 (UTC) Date: Sun, 14 Feb 2016 19:40:18 +0000 (UTC) From: "Hudson (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AXIS2-5741) clients cannot resolve service reponse 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-5741?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1514= 6700#comment-15146700 ]=20 Hudson commented on AXIS2-5741: ------------------------------- SUCCESS: Integrated in Axis2 #3311 (See [https://builds.apache.org/job/Axis= 2/3311/]) Add unit test reproducing AXIS2-5741. (veithen: rev 1730369) * axis2/modules/adb-tests/pom.xml * axis2/modules/adb-tests/src/test/java/org/apache/axis2/databinding/axis2_= 5741 * axis2/modules/adb-tests/src/test/java/org/apache/axis2/databinding/axis2_= 5741/ServiceTest.java * axis2/modules/adb-tests/src/test/java/org/apache/axis2/databinding/axis2_= 5741/service * axis2/modules/adb-tests/src/test/java/org/apache/axis2/databinding/axis2_= 5741/service/FiverxLinkServiceImpl.java * axis2/modules/adb-tests/src/test/wsdl/AXIS2-5741.wsdl * axis2/modules/adb-tests/src/test/xslt * axis2/modules/adb-tests/src/test/xslt/AXIS2-5741.xsl > clients cannot resolve service reponse > -------------------------------------- > > Key: AXIS2-5741 > URL: https://issues.apache.org/jira/browse/AXIS2-5741 > Project: Axis2 > Issue Type: Bug > Components: client-api, jaxws > Affects Versions: 1.7.0 > Reporter: Pascal Kn=C3=BCppel > Attachments: WebService.wsdl, mockService.zip > > > We have developed an axis2 service some years ago but had some security i= ssues with it. Therefore we now patched to version 1.7.0. We got 2 test cli= ents, one JAX-WS-client and an axis2-client. Both are working perfectly wit= h the old version. But when sending requests to the axis2 service in versio= n 1.7.0 the clients cannot resolve the response, though the service is answ= ering correctly. What can be the reason of this? JAX-WS-client is returning= null and axis2-client is throwing an exception of unknown elemtn eventhoug= h the mentioned element is absolutely correct. I watched the traffic via fi= ddler to find differences in the reponses of the old version client and the= new version client. But the differences are minor and do not justify that = the clients cannot resolve it. I never had this kind of problem with webser= vices except for this axis2-version. > here is the service-response from the old service version 1.5.1 that the = clients accept correctly > HTTP/1.1 200 OK > Date: Thu, 11 Feb 2016 07:21:14 GMT > Server: Apache > Keep-Alive: timeout=3D5, max=3D29 > Connection: Keep-Alive > Transfer-Encoding: chunked > Content-Type: text/xml;charset=3Dutf-8 > 2d4 > <= result><?xml version=3D"1.0" encoding=3D"ISO-8859-15"?> > <rzeVersion xmlns=3D"http://fiverx.de/spec/abrechnungsservice"><uVe= rsion><versionNr>01.06</versionNr><gracePeriod>2016-12</gracePe= riod></uVersion><uVersion><versionNr>01.07</versionNr><grace= Period>2018-12</gracePeriod></uVersion><uVersion><versionNr>01.= 08</versionNr><gracePeriod>2020-12</gracePeriod></uVersion><= /rzeVersion> > 0 > And here the new service (verson 1.7.0) response that the clients do not = accept. > HTTP/1.1 200 OK > Date: Thu, 11 Feb 2016 07:15:54 GMT > Server: Apache > Keep-Alive: timeout=3D5, max=3D29 > Connection: Keep-Alive > Transfer-Encoding: chunked > Content-Type: text/xml;charset=3Dutf-8 > 2cb > <?xml version=3D"1.0" encoding=3D"ISO-8859-1= 5"?> > <rzeVersion xmlns=3D"http://fiverx.de/spec/abrechnungsservice"><uVe= rsion><versionNr>01.06</versionNr><gracePeriod>2016-12</gracePe= riod></uVersion><uVersion><versionNr>01.07</versionNr><grace= Period>2018-12</gracePeriod></uVersion><uVersion><versionNr>01.= 08</versionNr><gracePeriod>2020-12</gracePeriod></uVersion><= /rzeVersion> > 22 > > 0 > EDIT: > corrected the responses... accidentally put the requests here not the res= ponses... -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org