Hello!
I am developing one Android Native application that will use an OData services.
I am following the tutorial How To... Create Complex Business Entities using the Gateway OData Channel, when I did the test with REST Client on Google Chrome, I had a successful response, when I try to create one Sales Order, I had this response 201Created, but Sales Order does not create in the backend, this is the xml response:
<entryxmlns="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=".../sap/opu/odata/sap/salesordercw/">
<id>
SOHeaders returns empty. I don't know why it returns empty, I don't know that review. The same tutorial was implemented in another enviroment and it works succesfully.
.../sap/opu/odata/sap/salesordercw/SOHeaders('')
</id>
<titletype="text">
SOHeaders('')
</title>
<updated>
2015-06-30T15:03:05Z
</updated>...
Thank you for your help
Regards
Edison