How to assign roles using SPML 2 API
Hello Experts,
I'm attempting to assign roles and organisations to user while creating them (using AddRequest) through SPML2 interface of IDM 7.0.
The problem is that IDM 7.0 seems to expect role information to come in the form of a datatype implementing java.util.List interface (e.g. ArrayList), but in the open SPML 2 toolkit there doesn't seem to be a way to construct input data that'll hold ArrayList datatype. All it offers is String datatype, by means of DSMLAttr or DSMLValue classes.
Could someone explain where I'm going wrong here, preferably with some sample code to do it the correct way.
Thanks in advance,
-Anand

