The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME DataEcho

==head1 DESCRIPTION

    Service class used in conjusction with basic.pl
    
    All AMF::Perl service classes must define the method table, where the user can supply optional description and return type.

        If you want to return an error message, handled by functionName_onStatus in the Flash client (as opposed to functionName_onResult, which is normal), include

use AMF::Perl qw/amf_throw/;

and then call amf_throw() with a string or an arbitrary object as a parameter.

==head1 CHANGES

Tue Jul 6 22:06:56 EDT 2004 Added exception throwing via amf_throw().

Sun Apr 6 14:24:00 EST 2003 Created after AMF-PHP.