Apigee javacallout - Difference between MessageContext and ExecutionResult

phanim
New Member

Q) I can set properties on an ExecutionResult. What are they used for? What is the difference to setting a Variable on the MessageContext? When should I use Properties on the ExecutionResult and when Variables on the MessageContext ??

Solved Solved
0 1 107
1 ACCEPTED SOLUTION

this is a really old question.

These objects are documented in the api docs.

You should generally use setVariable / getVariable on the MessageContext.

View solution in original post

1 REPLY 1

this is a really old question.

These objects are documented in the api docs.

You should generally use setVariable / getVariable on the MessageContext.