Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20B1F11B2B for ; Wed, 14 May 2014 23:52:42 +0000 (UTC) Received: (qmail 46386 invoked by uid 500); 14 May 2014 05:12:17 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 46198 invoked by uid 500); 14 May 2014 05:12:17 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 45995 invoked by uid 99); 14 May 2014 05:12:16 -0000 Received: from Unknown (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2014 05:12:16 +0000 Date: Wed, 14 May 2014 05:12:16 +0000 (UTC) From: =?utf-8?Q?Andreas_W=C3=BCrl_=28JIRA=29?= To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CXF-5743) Full path is missing from schema included in imported schema when parsing WSDL 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/CXF-5743?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas W=C3=BCrl updated CXF-5743: ------------------------------ Description:=20 Starting with 2.7.11, the wsdl cannot be parsed by clients, because the imp= orted schema only shows the filename of the included subschema. The setup is like this: {code:title=3D"wsdl-file"} schemaLocation=3D"xsd/level1.xsd"/> ... {code} {code:title=3D"level1.xsd"} ... {code} In the resulting wsdl 'level1.xsd' is correctly linked, but when retrieving= the "level1.xsd' the reference to 'level2.xsd' only shows the file name in= stead of an URL.=20 was: Starting with 2.7.11, the wsdl cannot be parsed by clients, because the imp= orted schema only shows the filename of the included subschema. The setup is like this: {code:title=3D"wsdl-file"} schemaLocation=3D"xsd/level1.xsd"/> ... {code} {code:title=3D"level1.xsd"} ... {code} In the resulting wsdl "level1.xsd" is correctly linked, but the include of = "level2.xsd" only leads to the file name instead of an URL.=20 > Full path is missing from schema included in imported schema when parsing= WSDL > -------------------------------------------------------------------------= ----- > > Key: CXF-5743 > URL: https://issues.apache.org/jira/browse/CXF-5743 > Project: CXF > Issue Type: Bug > Affects Versions: 2.7.11 > Reporter: Andreas W=C3=BCrl > > Starting with 2.7.11, the wsdl cannot be parsed by clients, because the i= mported schema only shows the filename of the included subschema. > The setup is like this: > {code:title=3D"wsdl-file"} > > > > schemaLocation=3D"xsd/level1.xsd"/= > > > > ... > > {code} > {code:title=3D"level1.xsd"} > > > ... > > {code} > In the resulting wsdl 'level1.xsd' is correctly linked, but when retrievi= ng the "level1.xsd' the reference to 'level2.xsd' only shows the file name = instead of an URL.=20 -- This message was sent by Atlassian JIRA (v6.2#6252)