cancel
Showing results for 
Search instead for 
Did you mean: 

xml structure format error ?

Former Member
0 Kudos

Hi Guys,

I have the following xml struct coming into XI. I dont know why it is starting with xmlin=

How to eliminate this and because of this i am facing mapping exception ?

xmlin=<?xml version="1.0" encoding="iso-8859-1"?>

<biztalk_1 xmlns="urn:biztalk-org:biztalk:biztalk_1">

<header>

<delivery>

<message>

<messageID>10326390</messageID>

<sent>2007-05-07T15:06:21</sent>

<subject>BA Customer CheckIn</subject>

</message>

Thanks,

srini

Accepted Solutions (0)

Answers (2)

Answers (2)

henrique_pinto
Active Contributor
0 Kudos

Of course you are getting mapping exception, since that is not a valid XML file.

You could create workarounds in XI, allright, for example using custom module, but it is not the recommended solution.

Please correct it in your sender system, since the problem is in the XML file generation (and not in xi).

Regards,

Henrique.

Former Member
0 Kudos

Srinivas,

Check this weblog on Remove namespace prefix by stefan:

/people/stefan.grube/blog/2007/02/02/remove-namespace-prefix-or-change-xml-encoding-with-the-xmlanonymizerbean

---Satish