Dear All,

I am using to parse the schema. I create the schema
object using castor. I am not able to get handle the
following complexType in my 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")

I get complextype type object. Now i need to know that
it is of type string[]. 

How can i know it by using the methods/api in the
ComplexType class?

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