PHP WDDX: Understanding Anatomy of WDDXTag: wddx, distributed data, structure Category: PHP Applicationpost: 29 Apr 2008 read: 251 Web Distributed Data Exchange Step By Step tutorial - Part 2: Not like WSDL, anatomy of WDDX is more simple. It is simple to understand. The structure of WDDX documents has remained consistent since 1999 with the release of WDDX 1.0. You may see this document like a DTD. When we talk about WDDX document, we must talk about WDDX Packets. WDDX use packets to exchange data. Packets are simple XML documents passing data in WDDX format. Look following anatomy: This is anatomy of WDDX without notes or comments:
This is anatomy of WDDX with notes or comments:
You can build this structure manually using an extension such as DOM or XMLWriter. But, PHP have wddx extension. So, you don't need much effort to create WDDX document. |
| | Give Your Opinion | Recommend |
|

