You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by dovle <do...@delsyne.ro> on 2002/01/25 10:30:51 UTC

About array: anyType

Hi all,
I have one question to ask: 

When the apache soap finds a tag that has the 
xsi:type="SOAP-ENC:Array" 
and the 
SOAP-ENC:arrayType="xsd:anyType[10]"
it throws an exception saying that the type is unsuported. 

Question: how can I make apache soap interpret this kind of that as a Vector 
and not an array ? 
If someone has dealed with this kind of problem, please tell me how you solve 
it. 

TIA,
dovle