N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Showing posts with label
RESTFUL API
.
Show all posts
Showing posts with label
RESTFUL API
.
Show all posts
Sunday, May 25, 2025
SOAP vs REST: Understanding the Architectural Differences in Web Services
›
When designing web services and APIs, two major architectural styles dominate the landscape— SOAP (Simple Object Access Protocol) and REST ...
Friday, June 07, 2019
"There is already an open DataReader associated with this Command which must be closed first."
›
This can happen if you execute a query while iterating over the results from another query. I ran into this issue when I called another asyn...
Monday, September 12, 2016
405 - HTTP verb used to access this page is not allowed
›
We get the above error when we use PUT verb when we access RESTFUL web services. For this to work, The web site had to continue to enable W...
›
Home
View web version