cancel
Showing results for 
Search instead for 
Did you mean: 

Data Types

Former Member
0 Kudos

Hi there

I've got some weird scenario which is not working.. But I just like to know, when I test my scenario in sxm_mapping_test I shows the payload before Service. Should this structure be the same as the outbound data type created in XI. E.g. The data type has:

<NODE>

<ELEMENT1>

</ELEMENT1>

<ELEMENT2>

</ELEMENT2>

</NODE>

If the payload before service is,

<NODE1>

<NODE>

<ELEMENT1>

</ELEMENT1>

<ELEMENT2>

</ELEMENT2>

</NODE>

</NODE1>

Will it still work?

Thanx,

Jan

Accepted Solutions (0)

Answers (2)

Answers (2)

SudhirT
Active Contributor
0 Kudos

Hi,

Payload structure before service should be same as that of your outbound interface otherwise it wont work.

Thanks!

prateek
Active Contributor
0 Kudos

Yes, use same structure.

Regards,

Prateek