cancel
Showing results for 
Search instead for 
Did you mean: 

enhanced Interface Determination gives Empty Payload

Former Member
0 Kudos

Hi,

I am using Enhanced Interface Determination in my scenario.

1:3 Message Types(Interfaces).

The thing is that split occurs, but after Message Mapping I get empty Payloads..

I am using External Definitions instead of Message types.

Another question: Can there be multiple dynamic confgiurations during splits. i.e one Dynamic Configuration for each message split.

Note: testing the Interface mapping from IR with payload from MONI gives proper output.

Regards,

Sundar.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi All,

I copied the entire XML which i used for testing in Interface Mapping which i should not have....

I gave as

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

<ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">

<ns0:Message1>

<ns1:SAP_HR_MT xmlns:ns1="http://com.cognizant/sapr3/all">

<Participant>....

</Participant>

<Dependent>

.... </Dependent>

<Coverage>

.... </Coverage>

</ns1:SAP_HR_MT>

</ns0:Message1>

</ns0:Messages>

But the input should have been

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

<ns1:SAP_HR_MT xmlns:ns1="http://com.cognizant/sapr3/all">

<Participant>....

</Participant>

<Dependent>

.... </Dependent>

<Coverage>

.... </Coverage>

</ns1:SAP_HR_MT>

now the output is perfectly coming....:-)

Regards,

Sundar )