This content has been marked as final.
Show 3 replies
-
1. Re: Integrating with .NET
ilssac Jun 14, 2010 6:36 AM (in response to SDE_SAL)Call it as a webservice.
-
2. Re: Integrating with .NET
SDE_SAL Jun 14, 2010 9:42 AM (in response to ilssac)How ? Please post some demo's or sample code for the same functionality.
thanks
-
3. Re: Integrating with .NET
ilssac Jun 14, 2010 9:45 AM (in response to SDE_SAL)Change the first line of the function to this:
<cffunction name="getResult" access="remote" returntype="query">
This assumes that one, this function is inside of a CFC and is not just a User Defiend Function in some random template. And secondly that the CFC is in a web accessable location so that one can enter a URL path to access it in a browser.

