@qmacro My backend is a #SAP #CAP service. It has an entity Products. The #OData adapter of the Integration Suite expects a very specific #XML format to invoke the ODATA service correctly. In my case the XML had top look like this:
<Products>
<Products>
<currency_code>USD</currency_code>
<name>Ridley Kanzo Fast</name>
<price>5000</price>
<productID>RidleyKanzo</productID>
<stock>15</stock>
</Products>
</Products>