Hi Sadakul,

you need an Admin Account to login via SOAP.

Sebastian

2010/9/9 sadakul islam <sadak0304...@gmail.com>

> dear sir,
>       i got an error -10 when i am going to login by using
> loginUser() function. my code is given below.
>
>                $aaaaaaa = new soap_client("
> http://localhost:5080/openmeetings/
> services/UserService?wsdl<http://localhost:5080/openmeetings/%0Aservices/UserService?wsdl>",
> "wsdl");
>
>                                 $result = $aaaaaaa-
> >call('getSession');
>                                $this->session_id=
> $result["return"]["session_id"];
>
>                                $params = array(
>                                'SID' => $this->session_id,
>                                'username' => 'islam',
>                                'userpass' => 'islam'
>                                );
>
>                                $result =
> $aaaaaaa->call('loginUser',$params)->true;
> the output of $result is -10 which is an error massage.
>
> can anybody tell me please how can i solve this problem.
>
> regards
> md. shafiul islam
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to