right, so to Thomas' question...this seems correct, no?   Its all in
the invokation.

<cfinvoke webservice="http://foo.com/superfreakywebservice.cfc?wsdl";....
this is expected to use HTTP call, eh?
<cfinvoke component="com.foo.superfreakywebservice" .....
this is expected to use CF mappings and no HTTP, eh?

Doug


On Tue, 14 Sep 2004 11:07:25 -0700, Barney Boisvert <[EMAIL PROTECTED]> wrote:
> Sure is.  CFCs that are designed as web services have to be in the web
> root, same goes for CFCs used by flash remoting.  But in general,
> those should be very lightweight facade CFCs (since they're
> instantiated every request), and delegate all the real work to backend
> CFCs that are stored elsewhere (and potentially shared across multiple
> interfaces).
> 
> cheers,
> barneyb
> 
> On Tue, 14 Sep 2004 13:56:43 -0400, Douglas Knudsen
> 
> 
> <[EMAIL PROTECTED]> wrote:
> > isn't a webservice called via HTTP?
> >
> > Doug
> >
> 
> --
> Barney Boisvert
> [EMAIL PROTECTED]
> 360.319.6145
> http://www.barneyb.com
> ----------------------------------------------------------
> 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]
> 



-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?
----------------------------------------------------------
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]

Reply via email to