[Progress Communities] [Progress OpenEdge ABL] Forum Post: Not Implemented (501) while invoking a method on server.

  • Thread starter Thread starter mishras
  • Start date Start date
Status
Not open for further replies.
M

mishras

Guest
I am trying to implement a basic role based application using KUIB. I am following document given below. How to implement User Roles in Kendo UI Builder 2.1 with an OpenEdge BackEnd - Wiki - Kendo UI Builder - Progress Community But i am getting the Error: Exception raised for PUT localhost:8800/.../GetRoles Entity=Customer_1747; Operation=OpenEdge.Web.DataObject.MappedOperation_1513: PUT svc:SportsService v1.0.0 uri:Customer/GetRoles: type:Class ; name:Progress.Lang.Object, type-of:Progress.Lang.Object, fn:, numargs:2, num-schemas:0, name: Error(s) raised: Not Implemented (501) Caused by: Unable to find class method for OpenEdge.Web.DataObject.MappedOperation_1513: PUT svc:SportsService v1.0.0 uri:Customer/GetRoles: type:Class ; name:Progress.Lang.Object, type-of:Progress.Lang.Object, fn:, numargs:2, num-schemas:0, name: (0) SendExceptionError status: 501 (Not Implemented) My catlog includes the following: "operations": [{ "name": "GetRoles", "path": "\/GetRoles", "useBeforeImage": false, "type": "invoke", "verb": "put", "params": [ { "name": "clientID", "type": "REQUEST_BODY" }, { "name": "allowedRoles", "type": "RESPONSE_BODY" } ]

Continue reading...
 
Status
Not open for further replies.
Back
Top