I just glanced at it, looks like WDDX support may not be native to all versions of PHP, the first page looks like it talks about what to install for older versions.
But the most interesting passage I noticed when I glanced through was this under the WDDX Deserialize link, which of course is what the PHP developers need to do to get at your data. As you can see in the first user comment, who are consuming WDDX from a cold fusion source, but apparently it took a tweak to do so.
<blockquote>
Description
mixed wddx_deserialize ( string packet)
wddx_deserialize() takes a packet string and deserializes it. It returns the result which can be string, number, or array. Note that structures are deserialized into associative arrays.
wddx_deserialize
php at mike2k dot com
10-Sep-2001 03:06
if you have WDDX data coming from a third party source and it isnt being parsed correctly in your php, try translating their WDDX. we have a third party sending us WDDX from cold fusion, and it uses a <recordset> element, which PHP seems to ignore (looking around the web we found some other people having trouble) so the (hopefully temporary) solution we found was to translate the WDDX midstream and then we were able to parse it:
</blockquote>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

