Skip to Content
0
Former Member
Feb 18, 2009 at 07:54 AM

java proxy generation error in IR

22 Views

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.