You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Matthieu Riou (JIRA)" <ji...@apache.org> on 2007/05/30 00:07:13 UTC

[jira] Closed: (ODE-70) Support WSDLs with internal schema imports

     [ https://issues.apache.org/jira/browse/ODE-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthieu Riou closed ODE-70.
----------------------------


> Support WSDLs with internal schema imports
> ------------------------------------------
>
>                 Key: ODE-70
>                 URL: https://issues.apache.org/jira/browse/ODE-70
>             Project: Ode
>          Issue Type: Improvement
>          Components: BPEL Compilation/Parsing
>    Affects Versions: Incubator
>            Reporter: Matthieu Riou
>            Assignee: 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.
-
You can reply to this email to add a comment to the issue online.