Develop > Controller layer > Management Center Web application > Map between the Management Center client and WebSphere Commerce nouns > Retrive Management Center objects by transforming Nouns into XML
XML output sample
This XML-formatted data is the result of the controller and serialization JSP sample pages.
This XML-formatted data is sent to the Management Center as a response to an URL request.
<?xml version="1.0" encoding="UTF-8"?> <objects recordSetTotal="1" recordSetCount="1" recordSetStartNumber="0" recordSetReferenceId="74787c70-d095-11dc-b1fe-839f47a28653:1" recordSetCompleteIndicator="true"> <object objectType="Product" objectId="10252"> <type><![CDATA[Product]]></type> <catenttypeId readonly="true"><![CDATA[ProductBean]]></catenttypeId> <catentryId><![CDATA[10251]]></catentryId> <ownerId><![CDATA[7000000000000000101]]></ownerId> <partnumber><![CDATA[FULO-01]]></partnumber> <onAuction><![CDATA[false]]></onAuction> <catalogId><![CDATA[10101]]></catalogId> <x_wartype><![CDATA[LIMITED]]></x_wartype> <x_catentryId><![CDATA[10251]]></x_catentryId> <x_warterm><![CDATA[30]]></x_warterm> <object objectType="CatalogEntryDescription"> <languageId><![CDATA[-1]]></languageId> <catalogEntryId><![CDATA[10251]]></catalogEntryId> <name><![CDATA[White Fabric Roll Arm Chaise]]></name> <sDesc><![CDATA[Plumply padded for the ultimate comfort.]]></sDesc> <lDesc><![CDATA[Plumply padded for the ultimate comfort. Removable and reversible back cushion lets you adjust the comfort. Measures 39" in width, 34" in depth, and 34" in height. Some assembly required.]]></lDesc> <keyword><![CDATA[]]></keyword> <fImage><![CDATA[images/catalog/FULO_01.jpg]]></fImage> <tImage><![CDATA[images/catalog/FULO_01_sm.jpg]]></tImage> <xdesc_published><![CDATA[1]]></xdesc_published> <xdesc_auxDescription2><![CDATA[images/catalog/FULO_01_sm45.jpg]]></xdesc_auxDescription2> <xdesc_available><![CDATA[1]]></xdesc_available> </object> <object objectType="CatalogEntryListPrice"> <listpriceId><![CDATA[10251_USD]]></listpriceId> <catentryId><![CDATA[10251]]></catentryId> <defaultCurrencyCode><![CDATA[USD]]></defaultCurrencyCode> <USD><![CDATA[449.99000]]></USD> </object> <object objectType="CatalogEntryExtraProperties"> <extraPropertiesId><![CDATA[10251]]></extraPropertiesId> <catalogEntryId><![CDATA[10251]]></catalogEntryId> <xprop_buyable><![CDATA[1]]></xprop_buyable> <xprop_state><![CDATA[1]]></xprop_state> </object> </object> </objects>
Related reference
Serialization JSP fragment example