wso2 - How can i get HEADER in my ESB i am using following property, its not not working -


i getting data mobile client sending data in json sending values header wso2esb getting normal values using property

 <property name="asset" expression="//asset/text()" scope="default"/> 

but how can header in esb using property not not working

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

how work revert me

thanks in advance

if trying access 'username', configuration should be:

<property name="some_name_here" expression="get-property('transport', 'username')"/> 

Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -