Roman
Member since Dec 11, 2008
- Profile: /members/2372-roman.htm
- Comments: 2
Recent Blog Comments By Roman
-
My First ColdFusion Web Service
Posted on Feb 15, 2008 at 2:12 PM
i got kind lost. u r using StructDelete( THIS, "OnRequest" ); in onrequest? + if u use onrequest u will have to call explicitly file cgi.SCRIPT_NAME.... read more »
-
My First ColdFusion Web Service
Posted on Feb 15, 2008 at 1:55 PM
# if (ExpandPath( GetDirectoryFromPath( ARGUMENTS.TargetPage ) ) EQ APPLICATION.ServiceFactory.GetConfig().GetFullPaths().WebServices){ # # // Delete the on request event handler. # StructDelete( THIS, "OnRequest" ); # # // Delete the on request end handler. # StructDelete( THIS, "OnRequestEnd" ... read more »