cancel
Showing results for 
Search instead for 
Did you mean: 

Setting SOAP Action from action in SOAP Sender

Former Member
0 Kudos

Hi everybody.

I've got a scenario SOAP to SOAP where the sender and the receiver services interfaces have exactly the same actions (aprox. 30). Is it possible to set the SOAP action in receiver channel from SOAP action in sender channel? I don't want to use message mapping and set the SOAP action by java code.

Thank you so much.

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Soap sender is used to host the web service for others to consume. Soap receiver adapter is the one where we consume the webservice and so specify in the action of the channel. You can set the value of the action from sender to receiver only via mapping or dynamic configuration with ASMA.  Please refer SCN for this.