Accessing data model variables that start with a single lower case letter

This article demonstrates how to access data model variables that start with a single lower case letter. (e.g. qSup, gScopeCounts)

Details

There is a java quirk that means elements that have a single lower case letter are converted to have a leading capital letter. However, this is not reflected in the data model.

Example

To access the gscope counts the data model path is actually response.resultPacket.GScopeCounts (not gscopeCounts as indicated by the JSON output or gScopeCounts as indicated by the XML output).