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...
Continue reading...