Charnjeet Singh
Charnjeet Singh

Reputation: 3107

Getting 404 Not Found in $batch of Odata

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

Answers (2)

Gurnoor Singh
Gurnoor Singh

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

Bin_MSFT
Bin_MSFT

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

Related Questions