I would like to use RestTemplate to invoke API calls on a service which returns data in a wddx format. My hope, is that the wddx package can be automatically de-serialized and mapped on to POJOs. Can someone recommend the "magic" that I need to include into my .pom dependency that would make work for my purpose?

Any hints, links, or pointers would be appreciated. Currently we are reading the data as Strings and using xPath to extract the data element we need.

Thanks.
-AP_