Is there any way that I can use Castor SchemaReader to process multiple schema from a WSDL?

In a WSDL it is possible to have multiple schema declared in the types section. As far as I'm aware these schema can reference types from each other. So how would I use Castor to process these schema without giving a validation exception on "unresolvable" types?

E.g. something of the form:

<types>
<xs:schema>
   <xs:complexType name="t1">
   </xs:complexType>
</xs:schema>
<xs:schema>
   <xs:element type="t1"/>
<xs:schema>
</types>

_________________________________________________________________
MSN Messenger 7.5 is now out. Download it for FREE here. http://messenger.msn.co.uk


-------------------------------------------------
If you wish to unsubscribe from this list, please send an empty message to the following address:

[EMAIL PROTECTED]
-------------------------------------------------

Reply via email to