Plsql_Rest_Sender_API Overview¶
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.
Methods¶
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. This method uses record structure for structural input parameters |
Procedure Call_Rest_EndPoint_Empty_Body2 | Initiate a call to a REST Endpoint with an empty message body. This method uses document structure for structural input parameters |
Procedure Call_Rest_EndPoint1 | Initiate the synchronous REST call with XML data structure as the message payload. This method uses record structure for the structural parameters. |
Procedure Call_Rest_EndPoint2 | Initiate the asynchronous REST call with XML data structure as the message payload. This method uses document structure for the structural parameters. |
Procedure Call_Rest_EndPoint3 | Initiate the synchronous REST call with XML data structure as the message payload. This method uses document structure for the structural parameters. |
Procedure Call_Rest_EndPoint_Json | Initiate the asynchronous REST call with JSON data structure as the message payload. |
Procedure Call_Rest_EndPoint_Json_Sync | Initiate the synchronous REST call with JSON data structure as the message payload. |
Procedure Call_Rest_EP_Empty_Body_Sync | Iinitiate the synchronous REST call with an empty message payload. This method uses record structure for structural parameters. |
Procedure Call_Rest_EP_Empty_Body_Sync2 | Iinitiate the synchronous REST call with an empty message payload. This method uses document structure for structural parameters. |
Function Create_Blob_Item | Create BLOB record of a given file |
Procedure Get_Blob_Item | Read BLOB data from the database |