I have coded one event handler to intercept the role_assignment and role_revoke operation.
I need to run some webservice on remote server and if response is 200 _ OK I want to do nothing.
But if response is not 200 I need to fail role assignment.
How should I do it?