Oh, that's right. Sorry for asking the question twice.
Thanks,
Sam
On 10/11/2013 02:40 AM, Maxim Solodovnik wrote:
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
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