Plsql_Rest_Sender_API package is used to setup and initiate the calls to REST endpoints. This package contains methods to call REST endpoint with a payload and also without a payload. It also contanis a method to handle the callback PL/SQL method which is used in a REST call. The method to retrieve BLOB data from the database to send to a REST endpoint also contanis in this package.
Function REST_Common_Callback | The common collback method that call from PL/SQL routing address in a REST message flow |
Procedure Call_Rest_EndPoint | Initiate a call to a REST Endpoint using a message record as the payload |
Procedure Call_Rest_EndPoint | Initiate a call to a REST Endpoint using a message document as the payload |
Procedure Call_Rest_EndPoint | Initiate a call to a REST Endpoint using a XML data structure as the payload |
Procedure Call_Rest_EndPoint_Empty_Body | Initiate a call to a REST Endpoint with an empty message body |
Function Create_Blob_Item | Create BLOB record of a given file |
Procedure Get_Blob_Item | Read BLOB data from the database |