cancel
Showing results for 
Search instead for 
Did you mean: 

Extracting Data from SOAP Header (Mesage Mapping)

EdgarTabar
Participant
0 Kudos

Dear Experts,

how can I extract header information from a source Message?

source message

<Header>

variable1 = var1

<Payload>

source1

source2

output message

<Payload>

output1 = source1

output2 = source1

output3 = var1

Thanks & Regards

Edgar

Accepted Solutions (0)

Answers (1)

Answers (1)

sugata_bagchi2
Active Contributor
0 Kudos

Hi Edgar,
You can use Dynamic Configuration bean or Dynamic Configuration UDF in mapping for it.

You can also use the UDF for Mapping Runtime constant to get data from header details.

https://blogs.sap.com/2013/05/28/usage-of-mapping-runtime-constants/

https://help.sap.com/doc/saphelp_nwpi71/7.1/en-US/b3/9a2aeb24dc4ab6b1855c99157529e4/content.htm?no_c...

What header value you are trying to get in the map?

Thanks

Sugata