All,
Whilst trying to figure out why an empty response crashed the POST resource node, I noticed a few things:
- the error happened in com.cenix.krest.nodes.submitter.single.SingleResponseHandler.getDataFormatForResponse
- the source code (https://anonymous:knime@community.knime.org/svn/nodes4knime/trunk/com.cenix) has a com.cenix.krest and a com.cenix.krest2 branch
- the KREST book (http://tech.knime.org/book/krest-rest-nodes-for-knime-trusted-extension) mentions KREST and KREST2
- the code for getDataFormatForResponse in KREST2 is different, and hence might possibly solve my problem, but....
I checked the update site and there is only one REST client available (com.cenix.krest.nodes.feature.feature.group - version: 1.2.7.201502191505). There does not seem to be anything with a version 2.x or com.cenix.krest2
How do I install KREST2?
Tim