deserializtion error, coldfusion 9/flex 3.5 VO's and ORM
- February 4, 2010
- 2 replies
- 3921 views
Lateley I've been receiving the following error when trying to send a VO to Coldfusion. The CFC it's bound to is an ORM component that has foreign key properties, so I don't know if that has anything to do with it. The same VO seems to work find when retrieving information from the database, I just can't send it back.
As far as I know I'm using the new format for the services-config file for CF 9, which I read on another post can cause the problem. Attached is the CFC, the Actionscript VO, the services-config and the code that calls the remote object in a zip file. Below is the error.
[RPC Fault faultString="Error deserializing client message." faultCode="Client.Packet.Encoding" faultDetail="null"]
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()
at mx.rpc::Responder/fault()
at mx.rpc::AsyncRequest/fault()
at NetConnectionMessageResponder/statusHandler()
at mx.messaging::MessageResponder/status()
Thanks for any help! I've been stuck on this the past couple of days!
