Forum Discussion
robin
7 years agoFormer Employee
@wani-amol, it appears that you are using Oracle Financials (Cloud?) and the ERP Integration Service’s loadAndImportData
operation.
According to this documentation:
the type of the <ns1:Content>
field is {http://xmlns.oracle.com/adf/svc/types/}base64Binary-DataHandler
- I imagine that means the file content is Base64-encoded.
SnapLogic provides Base64 encoding via the Expression Language and also via the Binary to Document Snap - you could use either of those depending on your pipeline design. Mapping the Base64 encoded data to the $document.Content
property, so that it may be used in the SOAP Execute’s template, should complete the required steps.
Related Content
- 11 months ago
- 3 years ago
- 5 years ago
- 5 years ago