Tomas Hofman created CXF-6621:
---------------------------------
Summary: Schema imports are not handled correctly in generated
WSDL and XSD files when using catalog rewrites
Key: CXF-6621
URL: https://issues.apache.org/jira/browse/CXF-6621
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 2.7.18, 3.1.4
Reporter: Tomas Hofman
*Situation:*
- jax-ws-catalog.xml contains:
{code:xml}
<rewriteSystem systemIdStartString="http://apache.org/xsd/"
rewritePrefix="classpath:/xsd/"/>
{code}
- WSDL structure:
{code}
/wsdl/service.wsdl - imports "http://apache.org/xsd/schema.xsd"
/xsd/schema.xsd
{code}
*Problem:*
When accessing "?xsd=http://apache.org/xsd/schema.xsd", import of
"d/included.xsd" is not transformed into "?xsd=" form.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)