Arielm82

All,

It doesn't seem like this component is shipped with 2007. Any alternatives, or will I have to write my own class to achieve same purpose

Thanks,



Re: Commerce Server 2007 DictionaryXMLTransformsFreeThreaded.GenerateXMLForDictionaryUsingSchema() equivalent

Colin Bowern

Commerce Server 2007 objects are all serializable. You will not need to use that method anymore. Is there a specific object you are looking to serialize

Cheers,
Colin






Re: Commerce Server 2007 DictionaryXMLTransformsFreeThreaded.GenerateXMLForDictionaryUsingSchema() equivalent

Arielm82

I'm looking to serialize the OrderForm object.



Re: Commerce Server 2007 DictionaryXMLTransformsFreeThreaded.GenerateXMLForDictionaryUsingSchema() equivalent

VKUMAR - MSFT

GetXml methods are exposed on the OrderGroup class and not at the OrderForm level.