Search code examples
coldfusionaxiscoldfusion-8

How to log SOAP requests in ColdFusion?


We would like to know which IP called our CF8 SOAP webservice (powered by Axis 1) and which method are being invoked. IIS log only shows POST from local IP. How can I enable logging for published SOAP webservices?

Thanks


Solution

  • There is a function, isSoapRequest, that determines if a CFC is being called as a web service. You could use that and if true, then log.