Harm

The log mediator level "headers" should dump only SOAP headers (not transport headers) which are of the form of key-value pairs.

get-property('axi2, 'REMOTE_ADDR') or $axis2: REMOTE_ADDR

Domain name

get-property('axi2, 'REMOTE_HOST') or $axis2: REMOTE_HOST

If you want to log , just add a property as

<property name="RemoteIP" expression="get-property('axi2, 'REMOTE_ADDR')" />

Please note that the get-property function call needs to be as "get-property('axis2', 'REMOTE_HOST')" etc..

asankha
_______________________________________________
Esb-java-user mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to