Usecase: Here, we will show how to invoke OIC rest integrations using BIP Report.
Note: This approach only supports XML response.
Here, we will use Get verb and feed a emp id as input from BI reprot and get xml response status.
Implementation steps:
- Create a rest connection and create a application integration where configure the rest trigger as below
- Verb: get
- EmpId as Query parameter
- Upload XSD for response
- Go to ERP Administration >> create a http connection data source and provide details as below
- Data source name
- Service protocol: https
- Server : oic instance or host name
- Port: 443
- Session timeout: 500
- Username and password
- Add below roles under security
- BI Administrator Role
- BI Author Role
- BI consumer Role
- BI system role
- Create data model
- Create a parameter as P_empId
- Create data set as HTTP xml feed and provide details as below
- Name
- Select data source
- Provide URL suffix
- Method: Get
- Add parameter
- Go to data tab and view to test and save data as sample
- Create report and test
Detailed screenshots:
Reference for more details:
No comments:
Post a Comment