Hi
I had tried the below method to get the proxy service name in the message reports:
using ./@name, gives me the following result
ProxyService$ProjectName$src$main$osb$Services$ProxyServices$ProxyServiceName
So I tried the Using expression fn:tokenize($inbound/@name,'\$')[last()] , but I'm getting following error :
variable $inbound used but not declared
regards,
Hussain