Hello Experts,
I am developing IOS Native Odata application using SMP3.0 SDK. we have a below XML format for post scenario. I didn''t get the syntax anywhere to built the deep entity set.
<?xml version="1.0" encoding="UTF-8"?>
<atom:entry
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<atom:content type="application/xml">
<m:properties>
<d:BUDAT>20160405</d:BUDAT>
<d:BLDAT>20160405</d:BLDAT>
<d:BKTXT>H TEXT</d:BKTXT>
<d:MOBNO>TEST9999999999</d:MOBNO>
<d:CONSUME>X</d:CONSUME>
<d:RETURN></d:RETURN>
</m:properties>
</atom:content>
<atom:link
rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/NAVGITEMPOST"
type="application/atom+xml;type=feed"
title="ZGW_AU_SPARES_GOODS_ISSUE_SRV.GITEMPOSTASS">
<m:inline>
<atom:feed>
<atom:entry>
<atom:content type="application/xml">
<m:properties>
<d:MATNR>6344</d:MATNR>
<d:WERKS>OO40</d:WERKS>
<d:LGORT>OW01</d:LGORT>
<d:ERFMG>1</d:ERFMG>
<d:ERFME>EA</d:ERFME>
<d:SAKNR>60160</d:SAKNR>
<d:KOSTL>600305</d:KOSTL>
</m:properties>
</atom:content>
</atom:entry>
<atom:entry>
<atom:content type="application/xml">
<m:properties>
<d:MATNR>8459</d:MATNR>
<d:WERKS>OO40</d:WERKS>
<d:LGORT>OW01</d:LGORT>
<d:ERFMG>1</d:ERFMG>
<d:ERFME>EA</d:ERFME>
<d:SAKNR>60160</d:SAKNR>
<d:KOSTL>600305</d:KOSTL>
</m:properties>
</atom:content>
</atom:entry>
</atom:feed>
</m:inline>
</atom:link>
</atom:entry>
Advance thanks for your suggestions...
Thanks,
Dinesh