Forum Discussion
shapani
13 years agoOccasional Contributor
Hi,
I could print http request message in log file using below code snippet as context also contains all properties which was passed in http reuest.
if (context.containsKey("httpResponseProperties") = true)
{
ListValue = context.get("httpResponseProperties")
log.info ListValue;
}
Thanks.
-Shital
I could print http request message in log file using below code snippet as context also contains all properties which was passed in http reuest.
if (context.containsKey("httpResponseProperties") = true)
{
ListValue = context.get("httpResponseProperties")
log.info ListValue;
}
Thanks.
-Shital