Data mapping DTYPE_ATTACHMENT <-> DTYPE_TEXT
In our Siebel 7.8 application we have two XML integration objects, and both of them have an integration component for the attachments. One of them defines the attachment field as DTYPE_ATTACHMENT, while the other defines it as DTYPE_TEXT (it's used in an inbound web service which reads the base64 data string and writes it to a file on disk).
I'm trying to convert data from an IO to the other using UI data mappings and the EAI Data Transformation Engine service, but I have been unsuccesfull so far:
- If I transform the data from DTYPE_ATTACHMENT to DTYPE_TEXT