json rest http

  1. F

    Question Does progress need any code changes when web service call changes from Http to Https

    Hi, Recently we have change the service call from http url to https url. I am getting error( Safe SOCKET LOCK (SSL) failure. Error code -54: unable to get local issuer certificate: for 6ae7a2a5.0 in C: \ Program Files (x86) \ OpenEdge_113 \ certs (9318)) while consuming new https url. I have...
  2. R

    Resolved Extract Value(s) From Json

    I'm calling a rest service and getting back the below JSON. I tried to build a dynamic dataset but since the the JSON document omits the outer object I get errors 15358 and 15374 which I can't seem to find a work around. I then tried picking the specific data I need using: oObject =...
Top