cancel
Showing results for 
Search instead for 
Did you mean: 

Message transform bean

Former Member
0 Kudos

Need assistance for this structure :

header

node

string (repeats numerous times)

need a content conversion using MTB for this for receiver file adapter

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

PriyankaAnagani
Active Contributor
0 Kudos

Hi Kiran,

Why you want to use Message Transformation Bean????Are the elements heade,node & string coming in same hierarchy level or different...???Please clarify me about your requirement so that I'll try to help you.....

Thanks&Reagrds

Priyanka

Former Member
0 Kudos

Hi Priyank ,

Thanks for the update , I am using MTB as I have to use PGP ...so FCC is out of scope for that , ahyways I have done a small XSLT code to convert iti to text ...now its working thanks ......

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kiran,

Try this

Transform.Class --- com.sap.aii.messaging.adapter.Conversion

Transform.ContentType -


text/plain;charset=utf-8

xml.Detail.endSeparator -


'nl'

xml.Detail.fieldFixedLengths -


<String lenghts>

xml.conversionType --- StructXML2Plain

xml.recordsetStructure --- node

Former Member
0 Kudos

Hi chandra,

Thanks , infact iam using MTB , anyways , thanks for the solution , I have handled it using an XSLT code , so now it can be reused to other interfaces as well , thanks