service.cfc:
<cfcomponent>
<cffunction returntype="string" access="remote" name="test">
<cfset x="hello">
<cfreturn x>
</cffunction>
</cfcomponent>-- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
