Skip to main content
Inspiring
July 1, 2009
Question

wddx packet parse error

  • July 1, 2009
  • 1 reply
  • 960 views

I'm trying to read a blogger rss feed using cfhttp and I'm receiving the following error:

America’s Bicycle Travel Inspiration & Resource - Adventure Cycling Association

WDDX packet parse error  at line 1, column 92.. Invalid date string 2009-06-29T16:42:28.239-07:00

I've not had problems with other feeds but not sure how I can control the content of the feed I'm trying to read. Any advice on how to get around this?

    This topic has been closed for replies.

    1 reply

    Inspiring
    July 1, 2009

    Hi,

    It is due to the length of the <datetime>{date_time_info}</datetime> packet during deserialization. Try replacing the <datetime> </datetime> tags to <string> </string> through  find and replace statements (or) regular expressions.

    HTH