Title:
ArrayAppend ignores the merge param when appending arrays when the 2nd "array" is from a webservice
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): David Maggard / David Maggard (David Maggard)
Created: 07/08/2015
Components: Web Services, General
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 1
Problem Description: ArrayAppend ignores the merge param when appending arrays when the 2nd "array" is from a webservice
Steps to Reproduce: Make a webservice call that returns an array a part of the result, try to use arrayappend to append the response array to an existing array variable with the merge param=true
Actual Result: The array object is added as a new single element irregardless of the merge param
Expected Result: The elements from the 2nd array added as elements to the first array
Any Workarounds: ArrayAppend(CFArray, ListToArray(ArrayToList(WSArray)), 1)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4018168
External Customer Info:
External Company:
External Customer Name: David
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: