We are about to purchase Delphi XE3, but since installing the demo, I've noticed that I can't add the service reference to the WCF data services. I have tried using the MetaData URL of the service and the base URL of the service with no success.
We would like native support for this feature that handles the serialization/deserialization from the Atom feeds to objects on the client side.
The Delphi marketing material suggests native support for WCF Data services, and if we have to build the http requests, and then manually parse the returned XML, then we might as well not upgrade from Delphi 2010.
Does anyone have any experience with this? Do I need to output json only? Is there a specific component I need to use that handles this instead of the WSDL import in Delphi?
Thanks