Hi all, I recently noticed we were running with axis 1.2RC3 and upgraded the code to run with axis 1.4.
The big change I noticed was the wsdl2java no longer created wrapper objects for arrays. I went on to change the code to remove the wrapper class references. However when I run the unit tests now I find that only one element is being returned in the array when it should have been 2. I checked the code on my server and when the skeleton returns the response object has the correct number of elements in the array. The client object that has been created though now only has the second item in it. The first item has vanished during the serialisation process across the webservice. Do you know what I may have missed that is causing this side effect? Regards Andy Foster --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
