http://issues.apache.org/jira/browse/AXIS-2250
I am seeing similar bug opened. But not resolved... Any Idea ... Thanks -Venky -----Original Message----- From: Venkatesh Jayaraman (jvenky) Sent: Thursday, July 13, 2006 10:29 AM To: [email protected] Cc: [EMAIL PROTECTED] Subject: RE: Array is different moving from Axis 1.2 to Axis 1.4 I have the code that was generated using 1.2 Axis. I do not want to change the code. Is there any option in .wsdd file to specify the to get item element in Array? Thanks -Venky -----Original Message----- From: Jarmo Doc [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 6:18 PM To: [email protected] Subject: 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#a334 1799 >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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
