Open
Description
OData.
Can't access to "updated" field in xml from entity.
For example see https://restlet.com/technical-resources/restlet-framework/guide/2.3/extensions/odata/tutorial
<entry>
<id>http://restlet.cloudapp.net/TestAssociationOneToOne.svc/Cafes('2')</id>
<title type="text"></title>
<updated>2009-07-24T14:21:20Z</updated>
<author>
<name />
</author>
<link rel="edit" title="Cafe" href="Cafes('2')" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Item"
type="application/atom+xml;type=entry" title="Item" href="Cafes('2')/Item" />
<category term="TestAssociationOneToOne.Cafe" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<content type="application/xml">
<m:properties>
<d:ID>2</d:ID>
<d:Name>Le Petit Marly</d:Name>
<d:ZipCode m:type="Edm.Int32">78310</d:ZipCode>
<d:City>Marly Le Roi</d:City>
</m:properties>
</content>
</entry>