I have an issue with loading a JSON string from a webserver.
Loading of a JSON string via the linkage area is not accepting the string as input
for example, the following call is sent
GET /ssi/1.0/validationIdList?endClientType=SSI_egm&endClientId=ABC_123&configurationId=1235813&validationListId=1347118&numValidationIds=5&valIdListExpired=false HTTP/1.1
Accept: application/json
Accept-Charset: utf-8
I am not sure how using XBIS i can accept the above string as input into a cobol program (fields in BOLD) and use the relevant parameters as part of input to read files etc
Any information would be appreciated
#linuxcobol
#XBIS
#JSON
#RMCOBOL




