See if this article helps:
http://www.nabble.com/Re%3A-%3Citem%3E-in-Arrays-----tf1254632.html#a3341799
From: "Venkatesh Jayaraman (jvenky)" <[EMAIL PROTECTED]>
Reply-To: [email protected]
To: <[email protected]>
Subject: Array is different moving from Axis 1.2 to Axis 1.4 Date: Wed, 12
Jul 2006 16:03:19 -0700
In Axis 1.2
<ArrayOfCounterInfo soapenc:arrayType="ns1:CounterInfoType[1]"
xsi:type="soapenc:Array"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<http://schemas.xmlsoap.org/soap/encoding/">>
<item xsi:type="ns1:CounterInfoType"><Name
xsi:type="ns1:CounterNameType"> MyCounterName </Name>
<Value xsi:type="xsd:long">1</Value><CStatus
xsi:type="xsd:unsignedInt">0</CStatus>
</item>
</ArrayOfCounterInfo>
In Axis 1.4
<ArrayOfCounterInfo soapenc:arrayType="ns1:CounterInfoType[1]"
xsi:type="soapenc:Array"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<http://schemas.xmlsoap.org/soap/encoding/">>
<ArrayOfCounterInfo xsi:type="ns1:CounterInfoType"><Name
xsi:type="ns1:CounterNameType">MyCounterName</Name><Value
xsi:type="xsd:long">1</Value><CStatus
xsi:type="xsd:unsignedInt">0</CStatus>
</ArrayOfCounterInfo>
</ArrayOfCounterInfo>
Basically "item" element in Array is replaced with array element name
itself.
Can you please explain why this change was done?
Thanks
-Venky
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]