Title: Example instantiated and static utility classes

You are not showing a result handler.  How are you checking the result?

Tracy

 


From: Steiner, Jeff [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 30, 2005 3:08 PM
To: [email protected]
Subject: [flexcoders] output String from WebService

 

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