Page 1 of 1

OkmAuth Webservices GetUsers problem

PostPosted:Thu Sep 02, 2010 4:40 am
by Viral Raithatha
Hi,
I am using web services of OpenKM.
In that one service is for okmAuth,

In that service function name getUsers(string token) is not giving me the user name list,

I had configer okm with mysql and all is running well,

Thank You,
Viral Raithatha

Re: OkmAuth Webservices GetUsers problem

PostPosted:Mon Sep 13, 2010 11:34 pm
by pavila
Can you post your code here?

Re: OkmAuth Webservices GetUsers problem

PostPosted:Wed Sep 15, 2010 7:26 am
by Viral Raithatha
This is my code where I use the OKMAuth web services.
Code: Select all
public string[] GetUsers(string Token) {
            OKMAuth.OKMAuthService objOKMAuthWS = null;            
            try {
                objOKMAuthWS = new OKMAuth.OKMAuthService();
                return objOKMAuthWS.getUsers(Token);   [b]//Here i cant get any user [/b] 
            } catch (Exception ex) {
                throw ex;
            } finally {
                objOKMAuthWS = null;
            } 
        }
Users are available in my database.

For your information it is properly working for roles list.

Re: OkmAuth Webservices GetUsers problem

PostPosted:Mon Sep 20, 2010 2:42 pm
by pavila
In OpenKM 4.1 we have detected some bugs in the auth webservices which are fixed in OpenKM 5.

Re: OkmAuth Webservices GetUsers problem

PostPosted:Thu Sep 23, 2010 7:11 pm
by Viral Raithatha
Ok Thank you very much.

When you people will going to release OpenKM 5.0