V
v205
Guest
Greetings: I am trying to capture the contents of the following oReq object to a LONGCHAR/CLOB etc. for logging purposes but having no luck. Does anyone know how to accomplish this? There are no other problems I am having with this logic. Here is how I am creating the oReq: oReq = RequestBuilder:Build('GET', oUri) :UsingBASicAuthentication(oCreds) :AcceptJson() :Request. I tried a CAST of oReq to a JsonObject and also to a String object with no luck (both returned an INVALID HANDLE). Thanks, h
Continue reading...
Continue reading...