Hi Experts,
We imported an XSD into IR and created a Message Interface. The xsd has the tag <xsd:choice>.
<xsd:choice>
<xsd:element ref="Cube" />
<xsd:element ref="Revision" />
<xsd:element ref="SERIES_COM" />
</xsd:choice>
The xsd is correct, and <xsd:choice> is also a valid tag.
when we try to genetate Java Proxy from IR, we get the error "Unable to generate proxies Construct <choice> not supported (path: <complexType Cube>)".
We are using PI 7.0 with service pack 13 and jdk pack 13.
Do we need higher version of PI or higher service packs to generate the java proxy from this MI.
Please help.