[ http://issues.apache.org/jira/browse/ODE-70?page=all ]
Matthieu Riou resolved ODE-70.
------------------------------
Resolution: Fixed
Made the resolver a bit smarter so that already processed schemas defined in
the WSDL are known to it. Note that this is only used at compile time anyway as
the runtime doesn't use types (and the compiler only loads them to see whether
we're referencing simple types or complex types).
> 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