Usecase: Here I will show you how to create a csv file into stage and upload the file to UCM using ErpIntegrationService webservice as follows:
- Call uploadFileToUcm operation and update the following in the mapping:
- Document content: base64 encoded file. Here, I have used oraext:encodeReferenceToBase64() to encode from file reference to base64.
- Filename : give the file name which to be uploaded to ucm
- Content type: file type(csv, Document or zip)
- DocumentTitle: filename
- DocumentSecurityGroup: FAFusionImportExport
- DocumentAccount: "fin$/payables$/import$" >> anyone you need
Detailed steps with screenshots:
Create a soap connection with
https://<erp_instance>/fscmService/ErpIntegrationService?wsdl
Integration flow:
No comments:
Post a Comment