How to post xml request using https from Oracle 10g database?
3888Aug 26 2009 — edited Aug 31 2009Hi,
We have a requirement where we need to send and receive xml data using http post from Oracle 10g database to a 3rd party application connected through an xml interface. We need to send the xml data to the xml interface which in-turn forwards the data to the application. We like to initiate this from a DB Stored Procedure/Trigger.
The application also provides a SOAP interface for SOAP requests but we would like to try http post command method.
Could any please provide an insight on how to achieve this?
Thanks,