Dear All,

I am using castor to parse the schema.I use casto to
find the type of variable.But i am not able to find
the type if it is of type Array. For e.g. following
type defined in schema:


<complexType name="Request_ServiceIDArray">
<complexContent>
<restriction base="soapenc:Array"><attribute
ref="soapenc:arrayType"
wsdl:arrayType="xsd:string[]"/>
</restriction>
</complexContent>
</complexType>

I am doing follwoing: 

ComplexType complextype =
schema.getType("Request_ServiceIDArray")

complextype.enumerate() also does not return anything.
How to find out that variable complextype is of Array.
complextype.getBaseType() also return null. I debugged
and found the _baseType variable of complextype holds
the value "soapenc:Array" . 

How to extract this information?

Thanks & Regards,
Deepak



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

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

Reply via email to