Hello,
I was going through apigee edge pricing & products it is mentioned that under Edge free JavaCallouts are not supported but when i tried sample proxies from Github i was able to perform the sample Java callout for Yahoo weather url. What exactly does the "No" in that column means ?
Solved! Go to Solution.
In Edge Free you will see in the Develop view that there are no options for Java callout. We have disabled it from the UI but right now you might be able to run it if deployed via APIs.
However you should not count on it as we might completely disable it in a Free org at any future release without any prior notice. And you might find any proxy which has a Java Callout to be broken without any warning or notice.
Let us know if you have any further questions.
Sarthak
@Anand Jayant Kadhi Just to elaborate on what Sarthak already posted. Java callout policy is not available for free Apigee Edge customers. Right now, only the option is removed from UI, but in near future we are going to remove the feature completely by adding some restrictions for free accounts.
What this means is, you could create a proxy with java callout policy by putting the jar in the resources folder, create a proxy zip and still import it via the UI. Once imported, you can also deploy it via the UI. You should be able to modify the source for the java callout and redeploy with the new jar and it would still work. But like said before, do not count on it as its going to be taken off anytime without prior notice. Hope this helps.