Have your empty Application.cfc extends your base on and then override
OnRequestEnd() with an empty method. That will give you all the other
methods you want.
Or make use of the IsSOAPRequest() function and use it to ignore the
code you are not wanting to run for your web services.
Phil
--
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to cfau...@googlegroups.com.
To unsubscribe from this group, send email to cfaussie+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.