Hi All,
I'm using the SOAP api to generate new users. I was wondering the following, regarding this method of user creation:
- On the confirmation email, it uses the base url, defined in addNewUser and then modifies it to generate a confirmation link. However, each time I click it, I'm confronted with "HTTP Status 404 - /activateUser" The base url I'm using right now is http://localhost:5080/conferences/. This is also the url I use to access the openmeetings interface. Am I going about this in the wrong way?
- Is it was possible to generate the user, using SOAP's addNewUser, and automatically activate them without sending a confirmation email?
Much obliged for any help on this.
-Sam
Ah, very good! I tried as you suggested and it worked....at least I think it did. Rather than the -40 code that I'm used to it returned<ns:return>21</ns:return>. Regardless, the user was indeed created and is enabled. I just don't know what that code means; I don't think it's "File name too short" as would be te case for -21.
As always, thanks for the help!