maybe you could edit your reply so we dont get the infinite-scroll page :)
</rant>
well I copy/pasted your code and it works just fine... it came to me to give it a test via CFM with web services (any CFC with access = remote is a webservice)... so I typed:
http://lightwillrise.com:27000/cfcremoting/sendMe.cfc?wsdl
and I get:
Invalid CFML construct found on line 23 at column 17.
The error occurred in D:\WWWRoot\DefaultSite\www\CFIDE\administrator\cfcremoting\sendMe.cfc: line 23
21 :
22 : <cfset s = "blah"
23 : <cfreturn s>
24 :
25 : </cffunction>
I believe that line 23 should read
<cfset s = "blah">
Missing a ">" ?
Mauricio
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

