Hi ! maybe a littlte bit more sophisticated solution like the one I described in the posting, mass "import of users" can do. HttpClient - or other tools - allow also to post multi-part form data. In general I believe, everything that you do manually with a web-app - filling some fields, clicking submit buttons etc.- a Java class that prepares form data and uses HTTPClient to send it, can do too.
kind regards willi
