wso2esb - WSO2 : Implementing Routing Slip Pattern using ESB -


i used of 3 header mediators implementing routing slip pattern. used of sequence structure process unit of pattern. need detect first slip (header) in each process (sequence) after performing related process , rout message next process unit based on first slip , delete header soap. please guide me scenario.

thanks in advance.

you can refer documentation @ http://docs.wso2.org/display/integrationpatterns/routing+slip can use iterate , switch mediators routing mentioned in doc.

get value of soap header e.g. -

<property name="headervalue" expression="get-property('transport','accept')"/> 

remove soap header e.g. -

<header name="replyto" action="remove"/> 

Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -