Re: REST get no parameters

2020-09-09 Thread Girish Vasmatkar
Hi Hans I had earlier made a commit 72458a1ef2fd1e5b7c1694e76fece049aecfb0a4 that should have resulted in 400. If not done already, could you please update your local repository? You should get following in response - { "statusCode": 400, "statusDescription": "Bad Request",

REST get no parameters

2020-09-09 Thread Hans Bakker
Sorry Girish me again, if i create a simple method service with action GET and no parameters , i get a 500 http error, like: curl -X  GET https://localhost:8443/rest/services/findProductById -H "Accept: application/json" -H "Authorization: Bearer $token" --insecure {   "statusCode" : 500,