Hi,

I'm struggling to handle AMF errors using AMFPHP : if I deliberately cause a
MySQL Error during a service method call, the faultEvent dispatched on the
client doesn't contains any informations about the error cause : [RPC Fault
faultString="Echec de l'envoi" faultCode="Client.Error.MessageSend"
faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed:

But by using a web debugging proxy like Charles, I can see that the raw AMF
data of the response contains the message describing the MySQL error :
/1146: Table 'erp_dev.officeEmployee1' doesn't exist<br>  SELECT u.userId
etc./

Does anyone knows how I can access the raw data of an AMF response ? (I'm
using the mx.rpc.remoting.RemoteObject class to call the services)

Thank you.




--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to