Are your web services being called on the CFC's directly? It is a SOAP or REST service? Are you using OnRequest() event method.
I think this exception only needs to be handles when OnRequest() is being used in conjunction with WSDL soap stuff. Other scenarios will not be affects. But again, that was my first web service, so I might have bad information :) ...................... Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -----Original Message----- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 12:25 PM To: CF-Talk Subject: RE: Creating a SOAP Web Service Hey Ben, Just having a quick read through your article, great work. I'm interested by the opening section though that discusses the problems of app.cfc and it blocking web services. I publish several web services from my application which is running a standard app.cfc and they are consumed fine from lots of CF and non CF applications. Am I missing something? Or is it only when using the web service in a particular way that I'm likely to have problems? Rob ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277441 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

