Posted By:
Paul_Hunnisett
Posted On:
Wednesday, June 22, 2005 07:00 AM
I'm using the invoke() method on a javax.xml.rpc.Call object and apssing in an array of Objects (created with an array initialiser). I had then expected these to be passed to the service in the order I added them to the array - but they are not. The service doesn't handle this very well and gets confused as to what parameter is which.
How can I force the order of the parameters?