wso2 - How to know the client Url in WSO2esb -


i getting messages proxy client how know client url means want filter condition based on url in case know url hitting me have tried sample code nut notworking code this

<property name="client_url" expression="get-property('from')"/> 

and logged not returning null log

logmediator to: /services/roledetails, messageid: urn:uuid:695faeb5-b26e-405d-ab7b-ce27213f5cbe, direction: request, client_url = null 

same thing working

<property name="client_url" expression="get-property('to')"/> 

log his

logmediator to: /services/roledetails, messageid: urn:uuid:a550ba76-201d-48c8-b069-3afdbb2b2db1, direction: request, client_url = /services/roledetails 

how know client uri

i think need set 'from' property client.

but can this.

 <property name="from property------->" expression="get-property('axis2','remote_addr')"/> 

and

<property name="from property------->" expression="get-property('axis2','remote_host')"/> 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -