Usecase: Here I will show you how to get the file from ucm using Oracle Cloud ERP adapter ErpIntegrationService as follows:
Case1:
- First get document id by file prefix (doc title)
- Second get document by document id , fetched from 1st step.
Usecase: Here I will show you how to get the file from ucm using Oracle Cloud ERP adapter ErpIntegrationService as follows:
Case1:
Usecase: Here, I will show you how to upload files to UCM using Oracle ERP Cloud adapter.
Case1:
Detailed steps with Screenshots:
Create an Oracle ERP cloud adapter connection
Integration flow:
Write a file to stage:
Create a csv file into stage:
Usecase: Here I will show you how to create a csv file into stage and upload the file to UCM using rest service.
Rest service URI used:
/fscmRestApi/resources/11.13.18.05/erpintegrations
Sample request payload:
{
"OperationName":"uploadFileToUCM",
"DocumentContent":"UEsDBBQAAAAIABCInEgIHJSKCgAAAAgAAAAIAAAAdGVzdC50eHRzTEpWCEktLgEAUEsBAh8AFAAAAAgAEIicSAgclIoKAAAACAAAAAgAJAAAAAAAAAAgAAAAAAAAAHRlc3QudHh0CgAgAAAAAAABABgAW4FRYEGh0QEBIE9gQaHRAckeCWBBodEBUEsFBgAAAAABAAEAWgAAADAAAAAAAA==",
"DocumentAccount":"fin$/payables$/import$",
"ContentType":"zip",
"FileName":"Test.zip",
"DocumentId":null
}
About Request parameters:
Detailed steps with screenshots:
Create a rest connection
Integration flow:
Create a csv file into stage:
1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper: File⇾Import⇾Service Bus Resources⇾ Se...