Getting "argument cannot be null" error message wh

Posted by navjot on 21-Jan-2020 11:15

I am using below progress code for calling REST API and getting error message as "argument cannot be null". Progress version is 11.6.3.

oRequest =
RequestBuilder
:POST(chhttpUrl,oRequestBody)
:ContentType('application/x-www-form-urlencoded')
:AcceptJson()
:UsingCredentials(oCredentials)
:REQUEST.

oResponse = oClient:EXECUTE(oRequest).

Can you please provide the deep detail, how can I resolve this issue?

Thanks in advance.

All Replies

Posted by Matt Baker on 21-Jan-2020 13:29

Can you post more of the code?  Can you enable debug alert and post the stack trace?

This thread is closed