Friday, May 25, 2007

Web services

Been working hard at project at work and one annoy thing I found with ColdFusion (CF) is that it doesn't refresh the web service stubs automatically. So what this means that if you change the web service CF still thinks its the same and you get an exception. This is a real pain when your developing but fine for production since you don't expect the web service to change. I found a way to refresh webservices thanks to Brandon Purcell (http://www.bpurcell.org/index.cfm).

Key aspects to refresh from the caller is can be found here http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=965

No comments: