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
-~----------~----~----~----~------~----~------~--~---

Reply via email to