cancel
Showing results for 
Search instead for 
Did you mean: 

XML to flat file

Former Member
0 Kudos

Hi all,

Scenario:

R/3 -> Proxy -> XI -> JMS -> MQ

Is it possible to deliver a FLAT FILE to MQ via the JMS adaptor?

I need to get reed of all the XML tags, since the receiving system is expecting a flat structure.

Thanks - /Thomas

Accepted Solutions (1)

Accepted Solutions (1)

former_member187563
Contributor
0 Kudos

hi,

you can use the following module to remove xml tags and namespaces

the module is XMLAnonymizerBean

the url:

http://help.sap.com/saphelp_nw04/helpdata/en/45/d169186a29570ae10000000a114a6b/frameset.htm

regards,

ujjwal

Former Member
0 Kudos

Thank you - this is what i need. Does any one know which module I should use.

The one refered to will only remove namespaces (not XML-Tags) I think?

Thank you - /Thomas

Former Member
0 Kudos

Bingo! - Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes...You can convert XML file into Flat File using JMS adapter.There are standard modules availble for convertion.You have to configure module tab of your adapter.

Let me know if you need any further information..