At 01:54 PM 5/10/2004, you wrote: >On May 10, 2004, at 10:50 AM, Alexander Sherwood wrote: >>I know that GetMetaData() will tell you which methods are set for >>"remote" access, but is there a common way developers programmatically >>check the manner in which a CFC's method is called (remote vs. local)? > >http://www.macromedia.com/support/coldfusion/ts/documents/ webservices_header.htm
Thanks Sean. Quick questions: does "remote" invocation strictly signify a SOAP-based request or can a CFC called via a form submission (component.cfc?method=test) be considered a "remote" request as well? I would assume the IsViaSOAP() function mentioned in the Tech Note just looks for SOAP headers. If this is the case, would it be safe to assume that one cannot differentiate between a FORM post to a CFC and a local call from a CFC page? Thanks, -- Alex >Regards, >Sean > >---------------------------------------------------------- >You are subscribed to cfcdev. To unsubscribe, send an email >to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. > >CFCDev is run by CFCZone (www.cfczone.org) and supported >by Mindtool, Corporation (www.mindtool.com). > >An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
