Re: cfc WSDL is cached and won't let go

2013-02-27 Thread Dale Western
I had this problem and it turned out that the cfcomponent displayname must be different to the name of the webservice. So if you have myWebService.cfc?wsdl and inside it cfcomponent displayname=myWebService output=false then boom! doing this sorts the problem cfcomponent

Re: cfc WSDL is cached and won't let go

2013-02-27 Thread Dale Western
I had this problem and it turned out that the cfcomponent displayname must be different to the name of the webservice. So if you have myWebService.cfc?wsdl and inside it cfcomponent displayname=myWebService output=false then boom! doing this sorts the problem cfcomponent

Re: cfc WSDL is cached and won't let go

2013-02-27 Thread Raymond Camden
Can you file a bug report for that please? https://bugbase.adobe.com/ On Wed, Feb 27, 2013 at 7:55 AM, Dale Western dale.west...@columbusdirect.com wrote: I had this problem and it turned out that the cfcomponent displayname must be different to the name of the webservice. So if you

cfc WSDL is cached and won't let go

2010-01-19 Thread Joshua O'Connor-Rose
OK so I wrote a cfc that was going to be exposed for remote call by .net websites. So I tested the heck out of it. Unfortunately I forgot to change package to remote the first time I called it and got an error. Then I changed the code tested and noticed a caching issue. I tried to clear it and

RE: cfc WSDL is cached and won't let go

2010-01-19 Thread brad
Subject: cfc WSDL is cached and won't let go From: Joshua O'Connor-Rose joshua.oconnorr...@gmail.com Date: Tue, January 19, 2010 12:17 pm To: cf-talk cf-talk@houseoffusion.com OK so I wrote a cfc that was going to be exposed for remote call by .net websites. So I tested the heck out

Re: cfc WSDL is cached and won't let go

2010-01-19 Thread Joshua O'Connor-Rose
ways to programatically do this: http://www.dougboude.com/blog/1/2006/06/Refreshing-Cached-ColdFusion-Webservices-Through-the-Back-Door.cfm ~Brad Original Message Subject: cfc WSDL is cached and won't let go From: Joshua O'Connor-Rose joshua.oconnorr...@gmail.com Date: Tue

RE: cfc WSDL is cached and won't let go

2010-01-19 Thread brad
WSDL is cached and won't let go From: Joshua O'Connor-Rose joshua.oconnorr...@gmail.com Date: Tue, January 19, 2010 12:59 pm To: cf-talk cf-talk@houseoffusion.com thanks and sorry that I wasn't clear that the original certification.cfc didn't register as a web service heres my list

Re: cfc WSDL is cached and won't let go

2010-01-19 Thread Joshua O'Connor-Rose
for the fun of it. If that doesn't work, defrag your hard drive.  It won't help, but it will give you time to think of something else to try.  :) ~Brad Original Message Subject: Re: cfc WSDL is cached and won't let go From: Joshua O'Connor-Rose joshua.oconnorr...@gmail.com Date

RE: cfc WSDL is cached and won't let go

2010-01-19 Thread brad
Hmm, so you did state that in the OP. Sorry I missed it. :) Well, the only other thing I can think of then is shutting down CF, manually clearing out the folders in ColdFusion8\stubs\ and restarting. ~Brad Original Message Subject: Re: cfc WSDL is cached and won't let go

RE: cfc WSDL is cached and won't let go

2010-01-19 Thread Brook Davies
://www.mysite.com/mycfcs/mycfc.cfc?wsdl') -Original Message- From: Joshua O'Connor-Rose [mailto:joshua.oconnorr...@gmail.com] Sent: January-19-10 1:12 PM To: cf-talk Subject: Re: cfc WSDL is cached and won't let go as stated those were already attempted, and unfortunately I can't bill for defrag