Hello,
I have just started to take a look at OpenBD 1.0 and I have a question
on creating a web service using a cfc. I have a cfc called appList.cfc
and when I try to access it via the browser just to check it out I get
a Tomcat Error 403. Is this not supportd in OpenBD?
thanks,
tom
<cfcomponent>
<cffunction name="appList" access="remote" returntype="any">
<cfquery datasource="MyDB" name="getApps">
Select *
From apps
</cfquery>
<cfreturn #getApps#>
</cffunction>
</cfcomponent>
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
http://groups.google.com/group/openbd?hl=en
official blog @ http://blog.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---