Hi,
I have a use case where we call a Stored procedure from an xsodata service, where in I also need some output from procedure.
We couldn’t achieve this because whenever I pass some output from my procedure , framework is considering the response as an error always.
Looks like we cannot pass back any values apart from errors.
Since we are doing some insert statements in our procedure I couldn't even wrap the procedure using calculation view
because from calculation view we can call only call only read only procedure.
What is the right way of calling a write procedure which returns some output always apart from error from an xsodata service?
Thanks and Regards,
Arjun