Hii Max, I am login through SOAP only (by using loginUser webservice) and i checked user can login through this.
public Long <http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true> loginUser(String <http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true> SID, String <http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true> username, String <http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true> userpass) if i want to change password... is there any webservice for this ??...or please suggest me the way i can generate password hash that is storing in om_user table. *Usecase :* i have one project in which i integrated openmeeting.Both have separate database i.e. OM and my project database. >> I need if user change password in project, it will also change in OM >> database. Please suggest me the way to acheive this. Regards, John On Mon, Sep 22, 2014 at 12:20 PM, Maxim Solodovnik <[email protected]> wrote: > Soap users are "passwordless" by design and has no rights to login. > Could you describe your usecase? > On Sep 22, 2014 1:48 PM, "John Dev" <[email protected]> wrote: > >> Hello, >> >> Is there any webservice through which i can change the password of the >> user...I am using SOAP API for calling webservices. >> >> >> >> Thanks, >> >> Regards, >> John >> >>
