Hi guys,
I would like to connect my APEX application to an external service via HTTP POST.
The process would be
1. The external service sends me a file in XML format via HTTP POST
2. I retrieve an ID from the file and compile information to send back
3. ORDS returns a file in XML format
My questions is: would this possible at all with ORDS?
Thanks