You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jarmo Doc <ja...@hotmail.com> on 2006/07/13 03:18:26 UTC

RE: Array is different moving from Axis 1.2 to Axis 1.4

See if this article helps:

http://www.nabble.com/Re%3A-%3Citem%3E-in-Arrays-----tf1254632.html#a3341799


>From: "Venkatesh Jayaraman (jvenky)" <jv...@cisco.com>
>Reply-To: axis-user@ws.apache.org
>To: <ax...@ws.apache.org>
>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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org