mustafa created CXF-6234:
----------------------------
Summary: Invalid ?wsdl response with relative imports/includes
when using jaxws-catalog.xml
Key: CXF-6234
URL: https://issues.apache.org/jira/browse/CXF-6234
Project: CXF
Issue Type: Bug
Components: Simple Frontend
Affects Versions: 2.7.14
Reporter: mustafa
This issue is related to the bug fix for CXF-4910
However, in this use case, when you use a jaxws-catalog.xml. When trying to
look up the provided schemaLocation after CXF-4910 it doesn't work
<include schemaLocation="test_included_1a.xsd"/>
It should be
<include
schemaLocation="http://lcoalhost:8080/test_schema_validation/service_v1/ServiceBean?xsd=test_included_1a.xsd"/>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)