New Member
Since ‎02-14-2017
‎06-22-2021

My Stats

  • 25 Posts
  • 2 Solutions
  • 0 Likes given
  • 9 Likes received

cmercy's Bio

Badges phanim Earned

View all badges

Recent Activity

Hi Tthe apigeeTool is using CPS based API. Just looked into Apigee Tool code https://github.com/apigee/apigeetool-node/blob/master/lib/commands/addEntryToKVM.js The request URL that is being formed is If we make a request like below to a non-CPS org ...
Q) Is there a difference between using: ExecutionResult result = new ExecutionResult(false, Action.ABORT); result.setErrorResponse("An error occurred"); return result; and messageContext.getErrorMessage().setContent("An error occurred"); return Execu...
Hi This is regarding the debugging of the java callout Q) Can I do remote step-debugging of a Java callout (via JMX). If so, how.
Q) How can I do logging that is visible via the Apigee UI? I found this https://community.apigee.com/questions/15605/what-is-the-best-way-to-log-messages-from-javascri.html where for JavaScript is said: "Keep in mind you can call print() from within ...
Q) Should I bundle and upload message-flow.jar and expressions.jar with my JavaCallout or can I expect the API is already present in the Apigee runtime? I believe I read somewhere in the documentation I have to upload them, but I cannot really believ...
Likes from