I don't know for sure.. but your XML looks wrong:

<cffunction name="TestMethod" returnType = "string" access="remote"
description="Test Method">
  <cfargument name="ID" type="numeric">

<cfreturn "hello" />

</cffunction>

Notice in the <cfargument.. > you don't have a /> at the end? Perhaps that
is why?

On Tue, Jan 15, 2013 at 2:23 AM, Tonez <[email protected]> wrote:

> <cffunction name="TestMethod" returnType = "string" access="remote"
> description="Test Method">
>   <cfargument name="ID" type="numeric">
>
> <cfreturn "hello" />
>
> </cffunction>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to