Re: SOAP's addOrganisation throws an "Unknown error"

2013-10-11 Thread Samuel Hagen
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

Re: SOAP's addOrganisation throws an "Unknown error"

2013-10-10 Thread Maxim Solodovnik
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,

Re: SOAP's addOrganisation throws an "Unknown error"

2013-10-10 Thread Sam Hagen
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

Re: SOAP's addOrganisation throws an "Unknown error"

2013-10-10 Thread Maxim Solodovnik
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

Re: SOAP's addOrganisation throws an "Unknown error"

2013-10-10 Thread Maxim Solodovnik
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,

SOAP's addOrganisation throws an "Unknown error"

2013-10-10 Thread Samuel Hagen
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