>I have a client site that was working great. The machine got a worm and the >CF was reinstalled as CF 8.01. Now the webservice on the site fails with an >error of: >java.lang.ClassNotFoundException: _.redirect.RemotenumbersService > >The webservice is: ><cfobject type="WebService" webservice="http://sitename/remote.cfc?wsdl" >name="ws" refreshwsdl="Yes"> > >Anyone ever see this or know what's up? >Thanks > Sounds like the generated class files got whacked..
clean them up by deleting in webapps/cfusion/web-inf/cfusion/stubs then the next time the page is run the ws stubs will be recreated. Sam ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318095 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

