Hi,This is not an error I have seen before. If your destination is correctly configured to point to your deployed service (from Mobile Backend Generator), and you can see the metadata this is a good sign.The one thing that comes to mind is. During ...
Hi Anton,
The service we generate supports the full Create, Update, Delete operations without requiring any extra coding. If you want to implement actions (OData V4) or Function Imports (OData V2), we would generate the stubs, but then you would ha...
Bonjour Dominique,Yes we implement the default create, update and delete. You can add code extensions to the generated code to add your own logic to create and updates (e.g. some business rules) or to implement actions/function imports.I would refer...