> I restarted ColdFusion server and changes have been > reflected (and all ok)... When i have a webservice and I > update it, why should I restart CF server?
When you call a CFC as a webservice an Axis stub is created which is basically the method signatures of the component; the WSDL for the component is generated from this. CF caches this information and future requests don't re-generate it, even if you then change the component. You can clear the "cached" version of the stub/WSDL from the CF admin so it's regenerated next time you call the web service -- go into CF admin, to the "Web Services" section (under Data & Services). In there is listed all the active webservices that are currently cached on the server. Simply delete the one you're using and run your script again to regenerate. Tim. -- ------------------------------------------------------- Badpen Tech - CF and web-tech: http://tech.badpen.com/ ------------------------------------------------------- RAWNET LTD - Internet, New Media and ebusiness Gurus. WE'VE MOVED - for our new address, please visit our website at http://www.rawnet.com/ or call us any time on 0800 294 24 24. ------------------------------------------------------- This message may contain information which is legally privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any unauthorised disclosure, copying, distribution or use of this information is strictly prohibited. Such notification notwithstanding, any comments, opinions, information or conclusions expressed in this message are those of the originator, not of rawnet limited, unless otherwise explicitly and independently indicated by an authorised representative of rawnet limited. ------------------------------------------------------- ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
