cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Convert binary data (TIFF image) into XML - how ?

Former Member
0 Likes
1,520

Hi,

I have the following requirement:

1. A document is scanned and a TIFF image is saved in a directory

2. The File adapter picks up the image file and sends into XI

3. The binary data is converted into XML so a Web Service can be called (this web service will store the image in a database application)

<b>The part I am struggling with is the convert of the incoming binary data into a XML format document which will allow the Web Service to be called.</b>

Graphical mapping cannot be used therefore I am left with 3 options:

1. XSLT mapping

2. Java mapping

3. ABAP mapping

Can anyone suggest the best option to use in these circumstances and provide some sample snippet of code on how to do it.

I am alright at XSLT mapping but this is beyond me and Java mapping is completely new to me as I have very limited Java knowledge.

Thanks for your help

Colin.

View Entire Topic
Former Member
0 Likes

Hi Colin

Look for the below link

https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/l...

<b>***Reward point if helpfull</b>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10dd67dd-a42b-2a10-2785-91c40ee56c0b">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10dd67dd-a42b-2a10-2785-91c40ee56c0b</a>

Former Member
0 Likes

Hi,

This does not describe what I want to do. This explains how to process and image file and convert it to another format - for example BMP to TIFF.

This does not explain how to convert the binary data into XML - which is what I need.

Kind regards

Colin.

Former Member
0 Likes

Colin,

I dont think standard adapters can be used for this requirement. Conversion Agent or other such tools may help you out here. But I dont have any experience with these tools

Regards,

Jai Shankar