Support WSDLs with internal schema imports
------------------------------------------
Key: ODE-70
URL: http://issues.apache.org/jira/browse/ODE-70
Project: Apache Ode
Issue Type: Improvement
Components: BPEL Compilation/Parsing
Affects Versions: Incubator
Reporter: Matthieu Riou
Assigned To: Matthieu Riou
Fix For: Incubator
Support WSDLs with type declarations like:
<wsdl:types>
<xsd:schema targetNamespace="http://pxe/bpel/types">
<xsd:complexType name="ContentCT">
<xsd:sequence>
<xsd:element name="content" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
<xsd:schema targetNamespace="http://pxe/bpel/types/dummy">
<xsd:import namespace="http://pxe/bpel/types"/>
<xsd:element name="foo" type="types:ContentCT"/>
</xsd:schema>
</wsdl:types>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira