Hi experts,
short question - is there a way to remove the "overhead" from the XML response?
For example:
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xml:base="http://esapxsgs.server.varta-g.net:8587/sap/opu/odata/sap/ZWWW_PRISMA_SRV;o=SGS_PROD/"><id> http://esapxsgs.server.varta-g.net:8587/sap/opu/odata/sap/ZWWW_TEST;o=SGS_PROD/valueTexts(fieldname='FIELD,spras='D',value='411')</id><title type="text"> valueTexts(fieldname='FIELD',spras='D',value='411')</title><updated>2014-06-02T12:25:11Z</updated><category term="ZWWW_TEST.valueTexts" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/><link href="valueTexts(fieldname='FIELD',spras='D',value='411')" rel="edit" title="valueTexts"/><content type="application/xml"><m:properties><d:fieldname>FIELD</d:fieldname><d:spras>D</d:spras><d:value>411</d:value><d:text>Grills</d:text></m:properties></content></entry>
Now I don't need the link, the content type...best would be something like
<m:properties><d:fieldname>FIELD</d:fieldname><d:spras>D</d:spras><d:value>411</d:value><d:text>Grills</d:text></m:properties>
Is this possible?
Thanks
Michael