Hi
Im writing an IDM method for creating a super user session and using the following api to invoke and send parameters to the method :
getDfSession().apply("method_id", "DO_METHOD", argList, typeList, valueList);
however im getting null pointer exception while invoking it. The method works fine when I hardcode the docBaseName and Username and no password.
Is there any different way to pass the parameters?
Thanks,
Prerna