SPML in Identity Manager 6
I'm having trouble using SPML to set passwords and enable/disable users. I can change the Lighthouse account just fine, but none of the resource accounts are affected. I do not get any error messages. My code is like this:
ExtendedRequest request = new ExtendedRequest();
request.setOperationIdentifier("enableUser");
request.setAttribute("accountId", "paris");
ExtendedResponse response = (ExtendedResponse) client.request(request);
I've tried setting the "accounts" attribute, but it makes no difference at all.
Has anyone got this to work?

