cancel
Showing results for 
Search instead for 
Did you mean: 

how to read xml file without namespace and message type tag

Former Member
0 Kudos

Hi all

legacy system generates xml files without <xi namespace> tag and <message type>tags

at the starting and end of the message which are mandatory for xi?

how can i process such xml files ?

thanks

bhasker

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This will help you to some extent

/people/sameer.shadab/blog/2005/12/05/how-to-remove-namespaces-in-mapping--xi

Regards,

Reyaz

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>legacy system generates xml files without <xi namespace> tag and <message type>tags

all XML messages has a starting tag = message type

post the file and we will tell you how to do it

(namespace is not mandantory)

Regards,

Michal Krawczyk

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi After Processing message in XI ,XI will add name space and message type in message.

When its reading from Legacy System if it XML message header tag only its contains name space

Regards,

Raj