void getResponseEx( data ) |
Content-Type : application/json Content: {"response":{"status":"OK"}} |
Content-Type : text/xml Content: <response><status>OK</status></response> |
... configuration section. repository. class http-client as "com.iscobol.rts.HTTPClient" ... working-storage section. 77 http object reference http-client. 01 response identified by "response". 03 identified by "status". 05 status-data pic x any length. ... procedure division. ... http:>getResponseEx(response). ... |