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", "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.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to