Reputation: 3107
I am new to Odata.I have send multiple Post Request to Same Url.Then Getting exeption
"**http://localhost:25907/odata/$batch**"
Not Found Please any one help me how to handle this.
Thanks in advance.
Upvotes: 3
Views: 776
Reputation: 34
You have to first implement batch in server side.
Here is how to do it with Web API:Introducing batch support in Web API and Web API OData http://blogs.msdn.com/b/webdev/archive/2013/11/01/introducing-batch-support-in-web-api-and-web-api-odata.aspx
Upvotes: 1
Reputation: 153
You have to first implement batch in server side.
Here is how to do it with Web API:Introducing batch support in Web API and Web API OData
Upvotes: 0