As I wrote before in case positive number is returned after creation it is
the ID of the entity created (might be useful for subsecuent calls)
On Oct 11, 2013 12:05 PM, "Sam Hagen" wrote:
> Worked just fine, thanks! Out of curiosity, it returned
>
> *
> 7
> *
>
> 7 is apparently a good message,
Worked just fine, thanks! Out of curiosity, it returned
*
7
*
7 is apparently a good message, but is there a there a table of these
messages for numbers without a minus sign? I have this
one:http://openmeetings.apache.org/ErrorsTable.html but is there another?
As always, thanks again.
-S
Just have tested
works as expected
I believe the issue is in your code
instead of calling
$result = $SOAP-> addOrganisation($sid, 'Testgroup');
you should call
$params = array(
'SID' => $sid,
'name' => 'Testgroup'
);
$result = $SOAP-> addOrganisation($p
Actually I was not aware we have such method addOrganisation :)
will try to check/fix :)
On Fri, Oct 11, 2013 at 1:43 AM, Samuel Hagen wrote:
> Hi All,
>
> Interesting situation using SOAP today.I slipped on it in the shower
> this morning
>
> ...OK ok ok, no more hygiene-related puns,
Hi All,
Interesting situation using SOAP today.I slipped on it in the shower
this morning
...OK ok ok, no more hygiene-related puns, here's the actual problem:
I'm trying to create a group in Openmeetings using SOAP. Really
straightforward, right? Anyway, I keep getting a -1: *"**Un
can you start OM in debug mode:
http://localhost:5080/openmeetings/?swf=maindebug.as3.swf11.swf and check
the logs? espesially the URL of image being downloaded?
On Thu, Oct 10, 2013 at 3:08 PM, YUUNI, OSAY OSMAN wrote:
> This contains the jpg images of my photo I uploaded. I viewed them and
This contains the jpg images of my photo I uploaded. I viewed them and they’re
as follows:
profile_0.jpg – original image
_profile_profile_0.jpg – a slightly reduced copy of original image
_chat_profile_0.jpg – small copy of original image
_big_profile_0.jpg – a large copy of the original image
someone please
On Wed, Oct 9, 2013 at 6:40 PM, Jean-Marie Landri wrote:
> Hello. cant start red5
> i tried everything, i think,
> ps, reboot, new compile, start, restart.
> attaching red5.log
>
> Thank you
>
>
> On Wed, Oct 9, 2013 at 9:48 AM, Jean-Marie Landri <
> jeanmarielan...@gmail.com> wr