cancel
Showing results for 
Search instead for 
Did you mean: 

Content Conversion

Former Member
0 Kudos

Hi Gurus,

Am using a JMS sender adapter.

Have a scenerio in which:

Input consists of six lines,...for eg:

aaa

bbb

ccc

ddd

eee

fff

i need the xml file consisting of single tag (data appended) such as:

<row>aaabbbcccdddeeefff</row>

Currently its generating different tags such as:

<row1>aaa</row1>

<row2>bbb</row2>

<row3>ccc</row3>

.

.

<row6>fff<row6>

please let me knw which parameter i need to set to achieve this(single tag)

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

1. use message protocol as NFS and put Conversion Module in module list before the adapter module;

Hi,

For a reference, check this blog: /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework

The conversion module is the StrictXML2PlainBean.

2. some adapters accept only XML as payload (for instance, Soap, XI, RFC, JDBC etc.).

Some other (File, Mail, JMS, etc.) accept any type of data (including flat files), and those are the ones where you can use conversion module.

Also Ref How To Use the Content Conversion Module in JMS Adapter - https://websmp106.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000582377&;

Regards,

Akshay.

Message was edited by:

Akshay Jamgaonkar

Former Member
0 Kudos

Try this: