I'd have an issue with anyone who forced such a setup on me. You might ask them how you're expected to develop a solution when they can't or won't even allow for a proper development flow. Basically it sounds like the decision to work with an external system that limits your IP address to a single IP, combined with the decision to develop on a server that you have no control over, is turning out to be a pretty unacceptable combination.
Nic's solution is probably not going to do anything for you, because even reloading the CFC instance that is the source of the web service isn't going to cause CF itself to refresh the actual web service it has cached. If you aren't on CF8 and able to use the refreshWSDL flag, and you also aren't able to access the administrator to cycle the cached web service, then I'm afraid you're out of options aside from manually recreating separate versions of the target CFC every time you make a change. And again, just to be clear to anyone else who might read the thread, the problem has nothing to do with using CFCs at all. It's an issue with ColdFusion's caching of all web services combined with a difficult environment setup. On Tue, Apr 15, 2008 at 3:58 PM, Les Mizzell <[EMAIL PROTECTED]> wrote: > > And as Barney said, doing development on a shared server is just silly > when > > you can (and should) be doing it locally. > > > I know I can develop locally - but a several specific functions I'm > working on must come from a *specific* https address, or any incoming > cfhttp is rejected. This address is already defined and I don't have > access to change it, so I've no choice but to develop as much as I can > locally, and test from the actual server using the real address for the > submitting pages in question. > > > I think Nic has my solution though. Off to see what happens... > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303502 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

