moa
moa

Reputation: 141

coldfusion 8 cache cleaning

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

Upvotes: 0

Views: 244

Answers (1)

Ben Doom
Ben Doom

Reputation: 7885

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.

Upvotes: 2

Related Questions