Making custom code work with the new Content Delivery Web service
As of SDL Tridion 2013, the ComponentPresentation entity returned by the Content Delivery Web service contains a new property called Encoding.
About this task
If you created any custom code that interacts with the Content Delivery Web service, you will need to make your client code work with the SDL Tridion 2013 Web service.
You can accomplish this by doing one of the following:
- You can ignore the new property. In your .NET client, you can accomplish this by setting
IgnoreMissingPropertiestotruein yourDataContext, then recompliling your code. - You can regenerate the proxy and update your code to handle the new property, then recompile your code.