Just wondering why you would need to know this. Isn't the reason we use cfc's so that we can write modular code that is independent of the calling code?
The only way that I can think of is to pass an extra parameter that only your internal app knows. EG: <cfargument name="internalPassword" type="string" required="no" default=""> Then this will be "" for the web service calls and some other value for internal calls (perhaps your internal app has it as an application variable). This may not be the best method - there may be some "proper" method. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of D. Delcomminette Sent: Wednesday, 4 June 2003 23:50 To: [EMAIL PROTECTED] Subject: RE: [CFCDev] Web Services Ooooooops message mismatch ... Must read: Must be simple, but can't find the best way to know inside my CFC if it was called "internally" by my application or invoked as a Web Service by another application Dominique ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
