I am trying to pass objects created with MagpieRSS or simplexml_load_file (in PHP) back to Flex and I keep getting the following errors:
message = "faultCode:INVALID_AMF_MESSAGE faultString:'Invalid AMF message' faultDetail:'MagpieRSS Object message = "faultCode:INVALID_AMF_MESSAGE faultString:'Invalid AMF message' faultDetail:'SimpleXMLElement Object Is there a reason these objects would not be compatible with AMFPHP? - Kevin

