views:

30

answers:

1

Hello everyone,

what is the cleanest way to clear cache on ColdFusion 8 server do i don't have problems with old Stubs when i create web service client?

ty very much for your response

+2  A: 

Adobe Documentation for cfInvoke

Specifically, look at the refreshWSDL argument.

It's not something I'd call every time, since it adds a good bit of overhead to your WS instatniation. However, having a scheduled task to clear and recreate a stub that may change, or using it during development of the webservice might be beneficial.

Ben Doom