I created a service callout (eg: myCallout
) which returns its response in a variable (eg: myCalloutResponse
). How can I access the body of the callout in a javascript policy?
I tried context.getVariable("myCallout.myCalloutResponse")
and a few others but couldn t get this to work.
Thanks
我设立了一项服务呼吁(例如:我的Callout),以一个变数(例如:我的CalloutResponse)来恢复反应。 我怎么能够利用 j政策中的呼吁?