Recently, facing an issue in the production that we are not able to perform enable/disable operations for web service connected applications.
Getting the below error “Required request body is missing: public void” while I try to disable/enable an account.
However, I could see the request body in the disable operation. Somehow, SailPoint IDN is not able to pass the body data, which was not the case a some weeks before.
I believe the UI update caused the raw post body to change using the &qout; notation instead of the actual character " around your key value pairs. Can you replace all &qout; instances with ". I suggest copying your post body into an editor and using the find/replace to make it simple.