Re: [flexcoders] Best way to submit requests and receive responses to AMF server from non-flash?

2008-06-26 Thread Samuel Neff
Wriitng a client for AMF is not quite as easy as reusing the serializers present in the numerous AMF providers out there. A full AMF request includes more than just what you typically associate with as the AMF message--it has a wrapper, headers, and bodies (typically we think of AMF as just the

[flexcoders] Best way to submit requests and receive responses to AMF server from non-flash?

2008-06-25 Thread archon810
Hi, What I'm trying to do is send some AMF requests from Perl to a remote server and capture, deserialize, and use returned variables. So far I am stuck as all code I've seen deals with server-side Perl, PHP, whatever and client-side ActionScript. I'm looking for client-side Perl or another