[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Method GET or method POST with webservices

  • Thread starter Thread starter Irfan
  • Start date Start date
Status
Not open for further replies.
I

Irfan

Guest
If you are sending a JSON in your POST then you can do something like this def var JObj as JsonObject no-undo. JObj = cast(poRequest:Entity,JSONArray). You can do something similarly XML,text, memptr or any other payload. If you would like to read this to a dataset then you can do dataset ds1:read-json('JsonObject',JObj,true).

Continue reading...
 
Status
Not open for further replies.
Back
Top