When doing a batch post, it appears that the EntitiesRequestResource requires
everything to be rooted at /entitySetName
The problem is that $batch is not supposed to be preceeded by the entitySetName
in the URI. So, when using a .Net data service client either we get a 404 Not
Found because createEntity takes precedents, or we get other errors if we do
/entitySetName/$batch
The solution I think is to have a separate resource for $batch exclusively
Original issue reported on code.google.com by oleg.du...@gmail.com on 28 Feb 2013 at 5:56
Original issue reported on code.google.com by
oleg.du...@gmail.com
on 28 Feb 2013 at 5:56