MijnIdentiteit

Zolang ie nog van mij is

Flash and webservices: dateTime bug in PendingCall class (empty Date object)

Posted on | January 31, 2008 | No Comments

When consuming webservices with flash, you’ll probably use the mx.services.PendingCall class to handle the results from the webservice. After a long struggle, there appeared to be a bug in the PendingCall class. When your date object is totaly empty, check if the webservice includes milliseconds in the dateTime object. The PendingCall class wants these milliseconds to be there, otherwise the thing doesn’t parse and returns an empty object :-/

see also: this post

 Sjees! this has taken almost 2 days of the project! Hope this helps you not to run into this :-P

Comments

Leave a Reply