I keep getting 'null' and 'undefined' reading JSON responseBody in RESTmessage script
I have a Web Service Rest Message set up that works fine. In a scheduled script, I have this code:var r = new sn_ws.RESTMessageV2('My Test Web Service', 'get');var response = r.execute();var responseBody = response.getBody();var httpStatus = response...
