Using the WTP 1.0.2, the SOAP generated for a vector looks like:
<vector>
<item xmlns="">
<firstName>Joey</firstName>
<lastName>Doe</lastName>
<age>18</age>
</item>
</vector>

Is there a way to change the "item" to something else?

An array gets me:
<contactItem>
<firstName>Joey</firstName>
<lastName>Doe</lastName>
<age>18</age>
</contactItem>
<contactItem>
<firstName>Sam</firstName>
<lastName>Yo</lastName>
<age>28</age>
</contactItem>
</contactItem>

Is there a way to turn off the extra wrapper?

I got TomCat 5.5 + Axis 1.4

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to