Encode RsslSeries into RsslElementList

Hello

Trying to encode RsslSeries as an entry of RsslElementList and getting RSSL_RET_INVALID_DATA error, embedding RsslArray works fine though.
Is embedding RsslSeries into another container not supported by the UPA C Toolkit?

Thanks.

Best Answer

  • Thank you DevTrev

    Already found the problem, it was my fault – hadn’t surrounded series encoding with SeriesInit/SeriesComplete routines.

Answers

  • It should be fine to encode a series in an element entry. Can you provide some code that shows how you are encoding them, and where the error occurs?