cancel
Showing results for 
Search instead for 
Did you mean: 

message mapping error

former_member1009864
Participant
0 Kudos

payload and test message mapping showing deff. deff.

XML

test message mapping xml

<?xml version="1.0" encoding="UTF-8"?>

<ns0:MT_INPut xmlns:ns0="http://proxyToFile.scenario">

<name>cdsadas</name>

</ns0:MT_INPut>

payload xml

<?xml version="1.0" encoding="utf-8" ?>

- <nr1:MT_INPut xmlns:nr1="http://proxyToFile.scenario">

<name>This is a string 1</name>

</nr1:MT_INPut>

and because of that i got mapping error at run time.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member1009864
Participant
0 Kudos

hi,

the error is on my BS.

because of that i have also phase mapping error while testing.

i have import BS again in my scenario

and it works fine

thanks all of u for helping me

prateek
Active Contributor
0 Kudos

Ur payload is incorrect. Check if there are certain extra characters in ur payload. U can also try testing the payload in the Test tab of mapping and get the exact error

Regards,

Prateek

Former Member
0 Kudos

Hi,

While defining message type we need to refer data type, there is one more option below it mentioning namespace. Remove that from source and target message types. Activate mapping again. and check for results. This will remove namespace from source and target message.

-Kavita

former_member1009864
Participant
0 Kudos

where to find this option

prateek
Active Contributor
0 Kudos

In message mapping of XI, at the Test tab, look at the source. There specify the source from the payload. Then go to the grid view again and test.

Regards,

Prateek