Hi Sadakul, you need an Admin Account to login via SOAP.
Sebastian 2010/9/9 sadakul islam <[email protected]> > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<openmeetings-user%[email protected]> > . > 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 [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
