[ http://jira.codehaus.org/browse/XFIRE-818?page=comments#action_83384 ] sean giles commented on XFIRE-818: ----------------------------------
The problem seems to be in the logic for ElementReader.hasMoreElementReaders(), after an array is encountered and processed the logic to determine for child elements short circuits the trailing elements. > parameter values following an array end up null on the server side when more > than one array element is sent > ----------------------------------------------------------------------------------------------------------- > > Key: XFIRE-818 > URL: http://jira.codehaus.org/browse/XFIRE-818 > Project: XFire > Issue Type: Bug > Affects Versions: 1.2.3 > Environment: tomcat 5.5 / spring 2.0 / jdk 1.5 > Reporter: sean giles > Assigned To: Dan Diephouse > Attachments: SmsMessageService.wsdl > > > Part of my message includes sending an array of parameters that include > key/value pairs. If I send one key/value pair the elements following the > array element are fine but if I add more than one key/value pair any elements > following the array end up with null values. I've tried changing the > encoding styles without success. > I'm using Enum's to create the restrictions in the wsdl. > I've attached the generated wsdl. > sean -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
