CloudStreams 10.15 | Other Resolved Issues | CloudStreams Server | Release 9.10
 
Release 9.10
*WST-2378
CloudStreams does not support creating cloud connector services that have an array of JSON objects without the key/root in the request payload.In the absence of a parent root for the collection, it is not possible to represent the objects under the request payload. Because of this limitation, it is not possible to create or invoke services, which expect a root less array in the request payload.
This issue is resolved.
*WST-2644
Cloud connector services, which require mapping of parameters, fail to run.For a REST based connector, a parameter value cannot be assigned to another parameter by specifying a parameter-to-parameter mapping. This is because CloudStreams does not support parameter to parameter mapping.
This issue is resolved. Parameter to parameter mapping is now supported.
*WST-2638
CloudStreams is unable to handle excludeRoot properties in Request signature using XML.For a REST based connector that communicates in XML, if the “excludeRoot” option is set to “true”, then while sending a Request to the back end, CloudStreams is not able to exclude the root of the Request.
This issue is resolved.
*WST-2639
Cloud Connector service signature does not populate the picklist values.Cloud Connector service signature does not populate the picklist values even if the schema element has enumeration defined.
This issue is resolved. Now cloud connector service signature field's picklist attributes are populated with enumerated values available from the schema.