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 have
>
> myWebService.cfc?wsdl
>
> and inside it
>
> 
>
> then boom!
>
> doing this sorts the problem
>
> 
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354712
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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



then boom!

doing this sorts the problem

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354706
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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



then boom!

doing this sorts the problem

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354705
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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

2010-01-19 Thread Brook Davies

Can't remember where I found this, but it worked for me when a local
webservice/cfc would not respond to changes made:



http://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 time (this is a fast-paced, high energy work environment)

On Tue, Jan 19, 2010 at 1:12 PM,   wrote:
>
> On a whim, have you tried clearing the template cache?  Restart CF if
> you can too just 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" 
> Date: Tue, January 19, 2010 12:59 pm
> To: cf-talk 
>
>
> thanks and sorry that I wasn't clear that the original
> certification.cfc didn't register as a web service
>
> heres my list
>
>
>
>
> 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329812
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
From: "Joshua O'Connor-Rose" 
Date: Tue, January 19, 2010 3:12 pm
To: cf-talk 


as stated those were already attempted, and unfortunately I can't bill
for defrag time (this is a fast-paced, high energy work environment)



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329803
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

2010-01-19 Thread Joshua O'Connor-Rose

as stated those were already attempted, and unfortunately I can't bill
for defrag time (this is a fast-paced, high energy work environment)

On Tue, Jan 19, 2010 at 1:12 PM,   wrote:
>
> On a whim, have you tried clearing the template cache?  Restart CF if
> you can too just 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" 
> Date: Tue, January 19, 2010 12:59 pm
> To: cf-talk 
>
>
> thanks and sorry that I wasn't clear that the original
> certification.cfc didn't register as a web service
>
> heres my list
>
>
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329802
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

2010-01-19 Thread brad

On a whim, have you tried clearing the template cache?  Restart CF if
you can too just 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" 
Date: Tue, January 19, 2010 12:59 pm
To: cf-talk 


thanks and sorry that I wasn't clear that the original
certification.cfc didn't register as a web service

heres my list




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329792
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

2010-01-19 Thread Joshua O'Connor-Rose

thanks and sorry that I wasn't clear that the original
certification.cfc didn't register as a web service

heres my list


- http://cfservices.dev.web.sba.com/certification/cert.cfc?wsdl
- http://cfservices.dev.web.sba.com/certification/certone.cfc?wsdl
- http://cfservices.dev.web.sba.com/certification/cert2.cfc?wsdl

those are the renamed ones but the original can't be refreshed. . .
maybe if i refresh all?


-Joshua

On Tue, Jan 19, 2010 at 12:42 PM,   wrote:
>
> You should be able to refresh it in the CF Administrator under "Data &
> Services" > "Web Services".
>
> There's also 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" 
> Date: Tue, January 19, 2010 12:17 pm
> To: cf-talk 
>
>
> 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.
>
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329789
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

2010-01-19 Thread brad

You should be able to refresh it in the CF Administrator under "Data &
Services" > "Web Services".

There's also 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" 
Date: Tue, January 19, 2010 12:17 pm
To: cf-talk 


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.



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329788
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 it seemed stuck on the same error. Then I changed the
name of the cfc and everything started working.

I kept changing the name on the dev server to finish my work and would
deal with the caching issues.

Now I'm trying to do that and I can change all the webservices that
actually registered on the CF server except the original that has the
name I want. And that one I can't get to clear.

Call it and I get this error.

10. public class CertificationLocator extends
org.apache.axis.client.Service implements
certification_pkg.Certification {

^^
*** Semantic Error: The checked exception "RemoteException" is not
assignable to any exception in the throws clause of the accessible
method "javax.xml.rpc.Call createCall() throws
javax.xml.rpc.ServiceException;" declared in type
"javax.xml.rpc.Service".


10. public class CertificationLocator extends
org.apache.axis.client.Service implements
certification_pkg.Certification {

^^
*** Semantic Error: The method "org.apache.axis.client.Call
createCall() throws java.rmi.RemoteExce
server-error: true
Content-Type: text/html; charset=UTF-8


Change no code and rename it and it works fine.

Restarted means restarted CF Application server only

Here's what I've done. Turn On Trusted Cache, restarted, Turned off
Trusted Cache, Restarted, Turned off Save Class Files, Hit the button
Clear Cached Templates Now, checked webservices, tried to register the
webservice on the CFserver and refresh but I get this error too.

"Error creating web service. Please ensure that you have entered a
correct Web Service name or URL."

again rename the same code I can change refresh and alter the
webservice all I want I just can't name it to the original name.

-Joshua O'Connor-Rose
-All is Good

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329786
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4