cancel
Showing results for 
Search instead for 
Did you mean: 

PUT Operation in XSODATA giving service exception feature not supported error

0 Kudos

Hi Experts,

I have created a xsodata service which exposes a virtual table. I am able to perform GET,POST and DELETE operations using POSTMAN but while running PUT, I get this error of "Service exception: [7] feature not supported". Can you please suggest a solution for the same.

My cors property in .xsaccess file is :

"cors": { "enabled":true, "allowMethods": ["GET","POST","DELETE","PUT"], "allowOrigin": ["*"], "maxAge":"3600" },

Thanks,

Mansi

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Experts,

Please help here as my PUT operation is stuck and I am not able to proceed.

Thanks,

Mansi