Hi Alexy
I need to examine full URL which is requested from synapse, but unfortunately get-property('To') returns only path "/te/processes/ViewUser".
Use get-property('axis2', 'TransportInURL') which will give you the full URL path from the request

You can also combine this with get-property('transport', 'Host') to get the http 'Host' header, which will contain the server hostname and port for HTTP 1.1 requests

Hope this helps
asankha
--
Asankha C. Perera

WSO2 - http://wso2.org
http://esbmagic.blogspot.com

Reply via email to