cancel
Showing results for 
Search instead for 
Did you mean: 

how to send MESSAGE ID to receiver system via HTTP_AAE

Former Member
0 Kudos

Hi All,

We are using IDOC_AAE to HTTP_AAE scenario in PI 7.4 where ther is no mapping (passthrough)

We are able to send data to receiver side but they are expecting message ID along with data

Data at theoir side resembles the source IDOC structure

I have enabled MESSAGE ID under QUERY PARAMETERS in receiver HTTP_AAE side but it didnt work

Is there any other way to send message ID

Waiting for your valuable suggestions

Thanks,

Seeta

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member190293
Active Contributor
0 Kudos

Hi Seethamsu!

I'm not experienced in working with HTTP_AAE adapter, but you could try to use DynamicConfigurationBean to get message header attribute "messageId" to Dynamic configuration attribute and "URL Parameters" settings to add value from DC to query string.

Regards, Evgeniy.

Former Member
0 Kudos

Hi Fariha,

I have tested by giving parameter "MessageID" under "HTTP Header Fields" but it didnt work

There are 6 parameters under HTTP header fileds ..what kind of parameters can be Passed through it? and also under advanced tab i see HEADER FIELDS .what is its significance .im not sure of it

Thanks,

Seeta

former_member190389
Active Contributor
0 Kudos

Did you check you http headers , if they are there?

Former Member
0 Kudos

Hi Mark,

May i know what would be custom adapter module to be implemented

As mione is a passthrough ,we cant implemet UDF there

Thanks,

Seethamsu

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Seethamsu,

You need dynamic configuration in message mapping to get and map the message id. Another way of doing it is by using a custom adapter module but this approach is not recommended.

Regards,

Mark