I mean don’t call it as a webservice. Just call it as a component.....does that work?
-----Original Message----- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Matthew Sent: Tuesday, 23 June 2009 12:39 PM To: cfaussie Subject: [cfaussie] Re: Web service not working after CF8 upgrade @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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---