Marcos Oliva wrote:
Hello ,
some time ago, someone sent an email in which it was asking :
Can someone give some advice on how best to handle the following attribute
definition contained in a WSDL schema? I need to get the value of arrayType.
The AttributeDecl that gets created does not have a means to get this value.
<xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:int[]"/>
Castor does not yet support the ability to retrieve "extra" attributes defined on attribute declarations.
Any suggestions? Has anyone done this before?
has someone been able to work this out, the reason is that I have this wSDL that I am trying
to parse using Castor for some mappings but whenever I encounter under the ComplexType the
ArrayType, Castor dies on the validation of the element ArrayType .
Can Castor handle ArrayType ? and if yes how ?
ArrayType is not a built in schema type, so if you want Castor to understand it properly you need to import the proper schema in which arrayType is defined. So you'll need to import the SOAP schema.
--Keith
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user
