Title: Example instantiated and static utility classes
I am seeing an issue that I know has a simple answer - I just keep getting undefined as a result.
 
I have a WebService call to a CFC that returns a String.  Simple so far?
 
My result is undefined no matter what I try, when I output it.
 
Any ideas?
 
Jeff
 
<cffunction name="AddUser" access="remote" returnType="string" output="false">
    <cfset this.success = 'You account has been successfully created.  You may now Login.'>
    <cfreturn this.success />
</cffunction>
<mx:WebService id="registration" wsdl="authenticationModule2.cfc?WSDL" showBusyCursor="true">
  <mx:operation name="AddUser"  /> 
</mx:WebService>
 
 

Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to