I have a stored procedure which returns a result set when run in SSMS, but when I try to run the equivalent GET call in Postman or Insomnia 'No body returned for response' is the error. I can't see any difference in my set up comparing to calls I can get to work, can someone please explain what this error is suggesting?
Asked
Active
Viewed 1,968 times
1 Answers
0
So eventually sussed that I had to specify '.xml' in the call https://some.website.com/SomeService/SomeData/TestProc.xml?param=1234
Not entirely clear why this call works differently from every other call I use that work without specifying 'xml', but at least now it works.

Evan
- 59
- 2
- 7