I'm using the xmlbeans schema model to extract information from schemas
in wsdls.
Given a complex type like this:
<complexType name="ArrayOfstring"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType"
wsdl:arrayType="xsd:string[]"/>
</restriction>
</complexContent>
</complexType>
is it possible to extract the wsdl:arrayType attribute value of
xsd:string[] from any of the objects accessible from
org.apache.xmlbeans.SchemaType or related classes? If not, is there
some way to get back from a SchemaType object to an XmlObject from
which I could extract the information?
many thanks
david jencks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]