Asanka wrote:
>The log mediator level "headers" should dump only SOAP headers (not
transport headers) which are of the form of key-value pairs.
You mean, I just seem not to have any soap headers? Is that possible?
(btw: loglevel 'simple' and 'full' work fine.)
Asankha wrote:
>> <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..
This works like a charm. Thanks !
Do you have any pointers to documentation about the available
'get-properties' ? (couldn't find it in the
ESB_Configuration_Language.html).
Regards,
Harm
2008/9/23 Asankha C. Perera <[EMAIL PROTECTED]>
> 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
>
>
_______________________________________________
Esb-java-user mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-user