openUI5 submits batch requests without properly encoding the URL of each request. If the request includes a qname such as nw:category-1, the : will not get encoded, so the batch will fail.
This occurs because olingo uses simple URL validation
Workaround is to stop openui5 using batch.
Or
Encode any qname before submitting
openUI5 submits batch requests without properly encoding the URL of each request. If the request includes a qname such as nw:category-1, the : will not get encoded, so the batch will fail. This occurs because olingo uses simple URL validation Workaround is to stop openui5 using batch. Or Encode any qname before submitting