0
votes

In my mule flow I am changing the payload using XSLT. I need to set new header parameter which is expected by the service I am calling.

I tried using set-property tag and also using message-properties-transformer tag but still having issues.

Whats the best way to set outbound header property ?

2
Post your config file here. - user1760178

2 Answers

1
votes

set-property is the best way to set outbound header property.

What issue did you have? Also what Mule version and maybe show the failing configuration.

0
votes

Alternately <message-properties-transformer/> with scope="outbound" is also a good option to set the outbound properties