Is it possible to call a cfc remotely on google app engine?
For example:
test.cfc =
<cfcomponent output="false">
<!--- Get Server Time --->
<cffunction name="getServerTime" access="remote" returnType="string">
<cfreturn now() />
</cffunction>
</cfcomponent>
and call it like:
http://server.com/test.cfc?method=getServerTime
Thanks
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
http://groups.google.com/group/openbd?hl=en
official site @ http://www.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---