Hello,

since yesterday i try to create java files from an existing wsdl file.
most a generated correct, but type beginning with ArrayOf... are not mapped to 
arrays of this type. how i can fix this problem??

i hope someone can help me.

sven

Example:
i dont want a type like ArrayOfPlaceBets, but i need PlaceBets[]?!?

Parameter of a function:
<xsd:element name="bets" nillable="true" type="types:ArrayOfPlaceBets"/>

The type:
<xsd:complexType name="ArrayOfPlaceBets">
 <xsd:sequence>
   <xsd:element form="qualified" maxOccurs="unbounded" name="PlaceBets" 
nillable="true" type="types:PlaceBets"/>
 </xsd:sequence>
</xsd:complexType>


WSDL-File: https://api.betfair.com/exchange/v3/BFExchangeService.wsdl

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to