I sometimes found that refreshing the WebService didn't always work, maybe it was my code, I had to restart to get the thing to work.
Ade -----Original Message----- From: Raymond Camden [mailto:jedimaster@;macromedia.com] Sent: 30 October 2002 14:35 To: CF-Talk Subject: Re: cfc error help When you do something like foo = createObject("component","foo") or use cfinvoke component=...., you are using the CFC as a CFC. If you were to use cfinvoke webservice = or cfhttp, you would be calling the CFC as a web service. In that case, the cached version is used. Another option would be to simply keep a browser open to the web services page in the admin and click the refresh button on the WS everytime you edit. ;) -Raymond, live from DevCon ----- Original Message ----- From: "Tony Weeg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 9:14 AM Subject: RE: cfc error help > ray... can you elaborate on this.... > > CFC _just_ as a CFC until I'm(pretty) sure it's ready. > > do you mean, run it as I would a cfm page? > test the code/flow/logic? > > ..tony > > Tony Weeg > Senior Web Developer > Information System Design > Navtrak, Inc. > Fleet Management Solutions > www.navtrak.net > 410.548.2337 > > > -----Original Message----- > From: Raymond Camden [mailto:jedimaster@;macromedia.com] > Sent: Wednesday, October 30, 2002 9:12 AM > To: CF-Talk > Subject: Re: cfc error help > > > This is necessary when using the CFC as a web service. In general, I > tend to > do my dev work using the CFC _just_ as a CFC until I'm(pretty) sure it's > ready. > > -Raymond > > ----- Original Message ----- > From: "Adrian Lynch" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday, October 30, 2002 5:38 AM > Subject: RE: cfc error help > > > > I've only starting writing cfcs myself, but I've noticed that I > sometimes > > needed to refresh the WbService in Administrator or restart CF to get > it > to > > work. Try that if you feel your code is correct. > > > > Ade > > > > -----Original Message----- > > From: Tony Weeg [mailto:tony@;navtrak.net] > > Sent: 30 October 2002 05:08 > > To: CF-Talk > > Subject: cfc error help > > > > > > hello list... > > > > im having web service issues....please help if you can thanks! > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

