cancel
Showing results for 
Search instead for 
Did you mean: 

PI-Receiver determination error

former_member225737
Participant
0 Kudos

Hi,

I had SOAP-XI scenario with Receiver determination as operation specific.

While sending data from Sender in SXMB_MONI it shows below error.

         

Thanks & Regards,

Parin Chahwala.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member225737
Participant
0 Kudos

Yes followed the same as mention in above link.

former_member225737
Participant
0 Kudos

Both Namespaces are same.
also RD is operation specific.

iaki_vila
Active Contributor
0 Kudos

Hi Parin,

Are you using the right Service Interface?, the operations are the same in the SI and the ICO?  Have all the operations the receiver specified?

Have you checked this document ?

Regards.

Former Member
0 Kudos

Hi Parin,

For all the operations are the receivers different?

As per the error message, looks like in the interface mapping, the condition is not defined properly, Check the Node name and namespace in the interface determination.

Regards,

Alka.

engswee
Active Contributor
0 Kudos

Parin,

When using operation specific RD, your input payload must have the root element that matches exactly the message type used in the outbound service interface.

So you need to have something like that in your payload. Check out what was sent in by the sender.


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

<ns:MT_UNAME xmlns:ns="namespace">

.... payload content

</ns:MT_UNAME>

Rgds

Eng Swee

former_member225737
Participant
0 Kudos

check Payload above screen shot.

engswee
Active Contributor
0 Kudos

Does the namespace matches exactly too? You have blanked out both screenshots so can't verify for you.

It looks like you are using Extended Receiver Determination via Operation Mapping. Check also if the source message type of the mapping matches the input payload.

Try running the payload through the Test Configuration tool in Integration Directory to see if it works there or not.

former_member190284
Participant
0 Kudos

Hi Parin

the problem is in determining the receiver determination

you need to check your RD