Hi Gadi, seriously, please use the mailing list :) We can discuss there with everybody.
You can have a look at the current Moodle implementation, it is updated to work with latest SVN Snapshot and it is implemented using PHP + REST interface of OpenMeetings. https://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/moodle_plugin/ Sebastian 2012/5/3 Gadi Dor <gadid...@gmail.com> > Dear Sebastian, > > I am trying to use old php script to connect into openmeeting via soap , I > am using the last openmeeting build, I can't find what wrong. > > Here is my old php script: > > <?php > $Url = 'localhost:5080'; > > $name = "Gadi"; > $SoapUsers = new SoapClient('http:// > '.$Url.'/openmeetings/services/UserService?wsdl'); > > $Res = array(); > > $Res = $SoapUsers->getSession(); > $idSession = $Res->return->session_id; > $namef = explode(" ",$name ); > echo $idSession; > > ?> > > it get time out, any idea please? > > Best Regards, > Gadi > -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com seba.wag...@gmail.com