[openmeetings-user] SOAP RoomService getRooms

2011-10-24 Thread Richard Krieger
SOURCE:
##
$params=array('SID'=>$this->session_id,'start'=>0,'max'=>1000,'orderby'=>'name','asc'=>true);
$listRooms=$this->roomClient->call('getRooms',$params);
print_r($listRooms);
##

RESULT:

Array( [faultcode] => soapenv:Server [faultstring] => Failed to execute 
query "select c from Rooms c where c.deleted <> 'true' AND c.name LIKE 
:search ORDER BY name ASC". Check the query syntax for correctness. See 
nested exception for details.; nested exception is 
 org.apache.openjpa.persistence.ArgumentException: 
Failed to execute query "select c from Rooms c where c.deleted <> 'true' AND 
c.name LIKE :search ORDER BY name ASC". Check the query syntax for 
correctness. See nested exception for details. [detail] => )

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/gsVNwvVDldQJ.
To post to this group, send email to openmeetings-user@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.



Re: [openmeetings-user] BUG? I only see my picture (SOAP)

2011-10-19 Thread Richard Krieger
thank you

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/f-y3iywixXgJ.
To post to this group, send email to openmeetings-user@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.



Re: [openmeetings-user] Re: Profile image and SOAP

2011-10-18 Thread Richard Krieger
errors on my source

Error:
...
$usClient=new 
nusoap_client(http://www.myhost.com:5080/openmeetings/services/UserService?wsdl,
 "wsdl");
...
'email'=>maxmusterm...@maxmustermann.com,
...

OK:
...
$usClient=new 
nusoap_client('http://www.myhost.com:5080/openmeetings/services/UserService?wsdl',
 "wsdl");
...
'email'=>'maxmusterm...@maxmustermann.com',
...



replace with your data:
www.myhost.com with your host

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/gZ_ObJ13qxIJ.
To post to this group, send email to openmeetings-user@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.



Re: [openmeetings-user] BUG? I only see my picture (SOAP)

2011-10-17 Thread Richard Krieger
my version is 1.8.4

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/3ZWVJhGKnbUJ.
To post to this group, send email to openmeetings-user@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.



Re: [openmeetings-user] BUG? I only see my picture (SOAP)

2011-10-17 Thread Richard Krieger
have tested on Facebook
1. first comes in and sees its own image.
2. second coming in - sees its own image, but no picture at first. The first 
but now sees both pictures.

if the first goes out now and again comes in, replace the views:
first sees only his own image and the second sees both pictures

I do not know what happens when a third to come.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/hcVpA6d5qTYJ.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] BUG? I only see my picture (SOAP)

2011-10-17 Thread Richard Krieger
another user does not my photo

my view:



other user view:



-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/WYNLQSp7OeAJ.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Image in "restricted"

2011-10-17 Thread Richard Krieger
in the "restricted" room is in the "audio only" mode displays no image more. 
Room of this type is ideal for larger events (100-120 people). In this 
volume, the speaker usually on "audio only" change, to conserve bandwidth 
(100 Mbps full duplex). It looks better if the audience could see at least 
one photo. Can I change it somewhere or is it hard coded?

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/WF0gMO9fP8oJ.
To post to this group, send email to openmeetings-user@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.



Re: [openmeetings-user] Re: Profile image and SOAP

2011-10-17 Thread Richard Krieger
it works, thank you

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/3LU6jnj3_y8J.
To post to this group, send email to openmeetings-user@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.



Re: [openmeetings-user] Re: Profile image and SOAP

2011-10-16 Thread Richard Krieger
1. Use NUSOAP

2. PHP Source:

// init SOAP
$usClient=new 
nusoap_client(http://www.myhost.com:5080/openmeetings/services/UserService?wsdl,
 
"wsdl");
$usClient->setUseCurl(true);
$usClient->soap_defencoding = "UTF-8";

// get Session ID
$result = $usClient->call('getSession');
$session_id = $result["return"]["session_id"];

// login as ADMIN user
$params = array('SID' => $session_id,'username' => 'admin','userpass' => 
'password');
$result = $usClient->call('loginUser',$params);


// create Link to enter Room
$linkParams=array(
'SID' => $session_id,
'username'=>'Max Mustermann',
'firstname'=>'Max',
'lastname'=>'Mustermann',
'profilePictureUrl'=>'',
'email'=>maxmusterm...@maxmustermann.com,
'externalUserId'=>'',
'externalUserType'=>'blabla',
'room_id'=>20,
'becomeModeratorAsInt'=>1,
'showAudioVideoTestAsInt'=>0
);
$result = 
$usClient->call('setUserObjectAndGenerateRoomHashByURL',$linkParams);
$rgwert='http://www.myhost.com:5080/openmeetings/?secureHash='.$result["return"];

// HTML
echo 'klick now to enter room(active for short 
time)';

3. Parameter for SOAP Calls:

open in your Browser
for User Service:
http://www.myhost.com:5080/openmeetings/services/UserService?wsdl

for Room Service
http://www.myhost.com:5080/openmeetings/services/RoomService?wsdl

for File Service
http://www.myhost.com:5080/openmeetings/services/FileService?wsdl

##

IS SIMPLE :)

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/1D1tgJLf8okJ.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: Profile image and SOAP

2011-10-16 Thread Richard Krieger
moment ... I only see my photo in the chat on the main page but not in the 
room. Is it even possible to enter a room with user image via SOAP?

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/bbr5JrvM6nwJ.
To post to this group, send email to openmeetings-user@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.