Hello there,

I am having a problem with my JSON format.
the service is expecting an array and I must be sending as an object.

From the service I get this message:

Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 2 path $;


I am making he REST call with this:
Code:
Get HttpVerbAddrRequest of oHttp sPath pReq iSize False sVerb to iOK
Get HttpVerbAddrRequest of oHttp sPath pReq iSize False sVerb to iOK

Is there a way to send as an array?

Thanks for any direction!

Henry