Hello all!
I am in the process of creating a POC with Kong on kubernetes + a Json to Soap plugin .
I have a Soap legacy API externally and a gateway inside kubernetes. I can successfully call the API with xml via the GW. But with the plugin which converts the json to soap, it only returns an empty reply. Looks like the plugin is not following the “–follow” command via curl.
Does anybody have any experience via this plugin? Looks like its an internal copy of the Enterprise plugin , but it would be good to test if it’s worth it. Thanks!