Introduction
This tutorial explains how to use the new feature calling store procedure by handling the response using Agent. the responding store procedure is calling out from Salesforce to database system vai store procedure. After callout and we will get a response or fault message back real-time in the same calling. It supports only Synchronous mode.
How to call store procedure by handling the response using Agent
Pre-request call store procedure by handling the response
firstly, you need to have some required step before you can do call store procedure by handling the response:
- Create a Store Procedure
- Create Interface (Inbound as a response and outbound as a request interface)
- Create Adapter
- Do mapping (Inbound and Outbound)
Configuration
- Create a Store Procedure
2. Create an interface
- Select Operation Type: UpSert
- Select processing mode: Synchronous
- The inbound interface as a Response interface
- An outbound interface as a Request interface
3. Create Adapter on Agent UI
- Please run SKYVVA Integration Agent -> Integration Wizard
- Choose your Property File
- Go to interface detail by double click any interface in the interface list
- Creating of JDBC Adapter
4. Do mapping
- Outbound interface
- On Outbound interface you need to add the ID of Inbound interface on-field Response interface
- The inbound interface you need to create Istructure (@nameOut,@billingcityOut,@billingcountryOut) like parameter in Store Procedure
- Do mapping on Inbound interface
5. Push data
6. Check the result on Message board