Hi, We have an application.cfc at the root of our website, it contains a function OnRequestEnd() that does some stuff at the end of page generation, but this seems to get called for our web service files.
I have a web service in a cfc file in a sub-folder within the site, but in our logs we get error messages when web services are called, the error is an empty string, but it gives the file and line number the error is coming from which shows it is our OnRequestEnd() function when web services are called. So our structure looks kind of like this; /webroot/ Application.cfc /subfolder/ /service/ webservice.cfc Is there a way to get the web services to ignore or somehow override the OnRequestEnd() function? I put an Application.cfc file into the service/ folder and created an empty OnRequestEnd() function but it seems that the other functions we have in our root Application.cfc no longer get called either such as OnRequestStart(). We're on Coldfusion 9. Thanks Barry -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.