SPML
Hi,I want to load users into sun idm from a file (XML) using SPML/web services. Can anyone tell me how to proceed in this regard?
[143 byte] By [
chintarm] at [2007-11-26 9:32:37]

# 1
The first solution that pops up into my mind is:
- Parse the XML in your java class and iterate through each user information-block.
- Send AddRequest objects via SPML to IdM for each user. For performance, you may want to look at BatchRequest in the IdM SPML documentation.
Hope this helps.
Adi.
# 2
SPML is a good option, but you also have others. If this is an initial load, you could use Load from File, or if this is a recurring process, you could use the flatfile activeSync resource type.