What is the best practice to call an application integration from an api proxy. can it be done using a service callout and how it can be configured?
the only thing I found in the documentation was to create an app integration target proxy.
the other option was to trigger this App integration using curl
I used this approach (Integration callout & set integration)
I seem to have an issue with receiving the response of IntegrationCallout the application integration executes successfuly and returns its output to an output variable named convertedresponse but I don’t know why it’s not received in the proxy
You’re correct, you can use both the ServiceCallout policy or curl to trigger an application integration from an API proxy. If you prefer to use the ServiceCallout policy, here are a few helpful references:
ServiceCallout. Complete reference documentation for configuring and managing the policy, with samples included.
I seem to have an issue with receiving the response of IntegrationCallout the application integration executes successfuly and returns its output to an output variable named convertedresponse but I don’t know why it’s not received in the proxy