cancel
Showing results for 
Search instead for 
Did you mean: 

Set messageRefId with messageId using DynamicConfigurationBean

Former Member
0 Kudos

Hi,

I want to set the value of Reference ID with the Message ID, but this is somehow not working in my case.

Using the help.sap documentation (https://help.sap.com/saphelp_nwpi711/helpdata/EN/44/748d595dab6fb5e10000000a155369/frameset.htm)

I have used below parameter in adapter module.

I see this in log but Reference ID is not populated

Have anyone tried to SET the value of Reference ID using this?

The reason I am trying this approach is because NW BPM when sends the async response message, it does not populate the Reference ID of response message with the message ID of the initiating message.

It used to happen with ccBPM and that is breaking our functionality in migration.

regards,

Anirudh Vyas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thanks both for your response.

Solved it with this:

write http://sap.com/xi/XI/System/File FileName

message.refToMessageId

regards,

Anirudh Vyas

Answers (2)

Answers (2)

gagandeep_batra
Active Contributor

Hi Anirudh,

I am not sure but you can try write property after read

Regards

GB

former_member190293
Active Contributor
0 Kudos

Hi Anirudh!

Try to use message.correlationId instead.

According to help link you provided:

message.correlationIdReference ID for the asynchronous response

Regards, Evgeniy.