HTTP POST Request from Oracle EBS
We are on Oracle EBS R12. We have a requirement to design an interface with external system for importing daily payment transactions. The external system requires us to do a HTTPS POST request. The response of this request will be a HTTPS Response with XML body. XML would have the actual transactions that we are interested in.
Is there a way to do HTTPS POST Request from oracle EBS R12???
Has anyone done this kind of interface?
I know that we can Invoke Web Services from EBS using Business Event System. For a while I thought that HTTP POST is also done thgouh Business Event System. But realised that it is not possible.