Hi everybody,
I´m trying to send an invoice document (header and details) from legacy system to SAP.
JDBC adapter have to read xml stored in a table field , so for each row in the table we send a document.
We realize that the jdbc adapter read this field as string.
Are there any way of read this data directly as xml , and make easier the mapping process?
Regards