You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by dovle <do...@delsyne.ro> on 2001/10/31 17:49:13 UTC

About vector

Hello everybody ,
As I understand the Apache Soap ( not too much study on it ) the Vector type 
is something specific to apache soap ( as I have seen the namespace seems to 
belong to apache soap ) . Is there any posibility to make apache soap accept 
Vector type with this configuration :
type="SOAP-ENC:Array"
arrayType="anyType[10]" 

And to be able to send the vector in the same form ? 
And if it meets something like 
type="SOAP-ENC:Array"
arrayType="int[10]" 
to treat it as an Array (I think this is the way apache soap works with 
arrays)

PLease answer me ,
Thanks ,
dovle .