12.11.3. Discussion
WDDX stands for Web Distributed Data eXchange and was one of the
first XML formats to share information in a language-neutral fashion.
Invented by the company behind ColdFusion, WDDX gained a lot of
popularity in 1999, but doesn't have much momentum
at the present.
Instead, many people have begun to use SOAP as a replacement for
WDDX. But WDDX does have the advantage of simplicity, so if the
information you're exchanging is basic, WDDX may be
a good choice. Also, due to its origins, it's very
easy to read and write WDDX packets in ColdFusion, so if you need to
communicate with a ColdFusion application, WDDX is helpful.
The example in the Solution produces the following XML (formatted to
be easier to read):