REST nodes available as nightly build

The REST are also available in the stable build now (already for a couple of days). 

There seems to be a bug in the JSON handling of the "Read REST Representation" node - a JSON entry consisting of only one key gives

ERROR     Read REST Representation     Execute failed: ("NullPointerException"): null

For example, a dummy REST application returning

{"num":"102"}

triggers this error. Changing it to return

{"num":"102",
"reqMethod":"GET"}

works just fine.

Dear Mark,

thanks for reporting this issue. I try to publish a fix within the next few days.

Dear Mark,

there is a fix for available with the next nightly build (version 1.2.6, presumable tomorrow). If there is no issuses with this version I will transfers it to the stable versions by the end of the week.

Cheers

Anna

That was quick! Excellent, many thanks Anna.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.