Hi,
I’m currently working on an integration to automate the manual supplier invoice creation process. I’m using PL/SQL routing to send an XML to IFS via the SOAP Gateway (https://<server>:<port>/int/soapgateway).
After posting the request, I receive a response containing an Application Message ID, for example:
Message 1393925 has been posted to queue IN1
My requirement is to retrieve the processing response or status from the Application Message using a GET method, by passing the Application Message ID through the SOAP Gateway.
Does anyone know if this is possible? If so, could you please share the appropriate endpoint or method to retrieve the response using the Application Message ID?