Skip to content

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_CallbackThe common collback method that call from PL/SQL routing address in a REST message flow
Procedure Call_Rest_EndPointInitiate a call to a REST Endpoint using a message record as the payload
Procedure Call_Rest_EndPointInitiate a call to a REST Endpoint using a message document as the payload
Procedure Call_Rest_EndPointInitiate a call to a REST Endpoint using a XML data structure as the payload
Procedure Call_Rest_EndPoint_Empty_BodyInitiate 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_Body2Initiate a call to a REST Endpoint with an empty message body. This method uses document structure for structural input parameters
Procedure Call_Rest_EndPoint1Initiate the synchronous REST call with XML data structure as the message payload. This method uses record structure for the structural parameters.
Procedure Call_Rest_EndPoint2Initiate the asynchronous REST call with XML data structure as the message payload. This method uses document structure for the structural parameters.
Procedure Call_Rest_EndPoint3Initiate 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_JsonInitiate the asynchronous REST call with JSON data structure as the message payload.
Procedure Call_Rest_EndPoint_Json_SyncInitiate the synchronous REST call with JSON data structure as the message payload.
Procedure Call_Rest_EP_Empty_Body_SyncIinitiate the synchronous REST call with an empty message payload. This method uses record structure for structural parameters.
Procedure Call_Rest_EP_Empty_Body_Sync2Iinitiate the synchronous REST call with an empty message payload. This method uses document structure for structural parameters.
Function Create_Blob_ItemCreate BLOB record of a given file
Procedure Get_Blob_ItemRead BLOB data from the database