Skip to Content
1
Apr 24, 2014 at 03:34 PM

JDBC Sender Adapter question

40 Views

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