[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: 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
Hi egarcia, I tried what you suggested. I got the same error. But as i was altering the code in the method, i changed the OUTPUT param as given below: METHOD PUBLIC VOID GetRoles(INPUT clientID AS CHARACTER, OUTPUT allowedRoles AS CHARACTER): By changing the the type of allowedRoles to CHARACTER from CHARACTER Array, I was able to invoke the method successfully. So i returned a comma seperated string to the frontend. With a little effort, i was able to assign roles from the backend. Thanks and Regards, Sudeep Mishra.

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