Matt, CF caches stub and skeleton Java classes generated from a published web service. I can't say for sure but it wouldn't surprise me at all if those are just kept during an server upgrade from CF 7 to CF 8 and now trigger the behaviour you're seeing.
Here's a link of how to clear the WS cache programmatically: http://www.bloginblack.de/archives/000824.cfm Cheers Kai > > @Steve: do you mean make a call to the web service from a cfm either > via cfinvoke, CreateObject etc. This doesn't work either. Here's an > example; > > CODE: > CreateObject("webservice","http://localhost/test.cfc?WSDL") > > ERROR: > **Unable to parse WSDL as an XML document.** > Parsing error: Fatal Error: URI=null Line=-1: Premature end of file. > It is recommended that you use a web browser to retrieve and examine > the requested WSDL document to ensure it is correct. > > Cheers > Matthew > > On Jun 23, 12:24 pm, "Steve Onnis" <st...@cfcentral.com.au> wrote: >> Can you call it as a CFM>CFC call? >> >> -----Original Message----- >> From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] >> On Behalf >> >> Of Matthew >> Sent: Tuesday, 23 June 2009 12:18 PM >> To: cfaussie >> Subject: [cfaussie] Web service not working after CF8 upgrade >> >> Hi >> >> We've recently upgraded from CF7 to CF8 and our web service >> (published >> web service) no longer works. I've done some really basic tests such >> as create a new CFC with 1 "remote" method but I still get a blank >> screen. The HTML shows about 18--20 empty lines. Totally weird. Can >> someone please confirm that I'm not crazy and try the following in a >> CFC called test.cfc and call it via the browser >> e.g.http://localhost/test.cfc?WSDL >> >> <cfcomponent> >> <cffunction name="echoString" returnType="string" output="no" >> access="remote"> >> <cfargument name="input" type="string" /> >> <cfreturn Arguments.input /> >> </cffunction> >> </cfcomponent> >> >> Is there a setting in the admin which I need to flick? Any >> suggestions >> would be great. >> >> Environment: CF8, WinXP, IIS 5. >> >> Cheers >> Matthew > > _________________________________________________ Kai Koenig - Ventego Creative Ltd ph: +64 4 476 6781 - mob: +64 21 928 365 / +61 450 132 117 web: http://www.ventego-creative.co.nz blog: http://www.bloginblack.de --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---