XML : How to log soap xml request in syslog using PHP

I am trying to log soap requests in syslog using PHP. But when I check the syslog the request is cut after SoapClient->__doRequest(' . I dont see any further log. It means the XML request is not logged in syslog. I need it so that I can debug the failed request. How can I log the entire XML request in syslog.

No comments:

Post a Comment