I just note that the getHttpPageBinary() call is one parameter short, is it missing the server name?
Hi David,
Here's some sample code for accessing a REST endpoint. We use something similar to talk Jade to Jade.
vars
connection: JadeHTTPConnection;
data, result: String;
status: Integer ...