Hello,
I'm migrating my API Proxies from APIGE Edge to APIGEE X / Hybrid and facing an issue about serializing / deserializing and constructing JSON objects & arrays. In fact, in the Edge version the package org.json was doing the job perfectly but now after i had migrated to APIGEE X / Hybrid, but while debugging my calls in trace i have this issue :
Failed to execute JavaCallout. org/json/JSONObject
I tried with another package : javax.json but still same isse :
Failed to execute JavaCallout. javax/json/Json
So i'm thinking that maybe the problem comes from this package and that it's not compatible with version of APIGEE X
Could you please help me on this tricky issue ?
Regards,