Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
yep it is OK :)
Thanks

how would you like to get revision and build date?
as Object with fields
{
  version: 3.1.3-SNAPSHOT,
  revision: xx,
  buildDate: 2016-08-19
}

as (list of Strings)
["3.1.3-SNAPSHOT", "xx", "2016-08-19"]

via additional method(s) ?

On Fri, Aug 19, 2016 at 1:20 PM, Bhushan Patil 
wrote:

> Hi Maxim, I created the issue, will you check it and see if it is
> correctly done?
>
> On Aug 19, 2016 9:56 AM, "Maxim Solodovnik"  wrote:
> >
> > Service is ready to be committed :)
> > waiting for the issue :)))
> >
> > On Fri, Aug 19, 2016 at 11:10 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >>
> >> On Aug 19, 2016 9:33 AM, "Maxim Solodovnik" 
> wrote:
> >> >
> >> > Do you need only version?
> >> > revision and buildDate can also be retrieved
> >> Yes, I currently need only version but I think we should also provided
> revision n buildDate.
> >> >
> >> > On Fri, Aug 19, 2016 at 10:59 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >> >>
> >> >> could you please create JIRA issue?
> >> Yes, I will create it.
> >>
> >>
> >> >>
> >> >> On Fri, Aug 19, 2016 at 10:55 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >> >>>
> >> >>> Seems great. Thanks.
> >> >>>
> >> >>> On Aug 19, 2016 9:21 AM, "Maxim Solodovnik" 
> wrote:
> >> >>> >
> >> >>> > ServerWebService is actually for manging cluster servers 
> >> >>> > I'm afraid additional service is required here like
> InfoWebService 
> >> >>> > with SOAP method getVersion
> >> >>> > with REST method GET /info/version
> >> >>> >
> >> >>> > On Fri, Aug 19, 2016 at 10:48 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >> >>> >>
> >> >>> >> How about 'getVersion' or 'getOMVersion' method in
> 'ServerWebService' ?
> >> >>> >>
> >> >>> >> On Aug 19, 2016 9:08 AM, "Maxim Solodovnik" <
> solomax...@gmail.com> wrote:
> >> >>> >> >
> >> >>> >> > I can add it to 3.1.3, could you propose service name for this?
> >> >>> >> >
> >> >>> >> > On Fri, Aug 19, 2016 at 10:37 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >> >>> >> >>
> >> >>> >> >> We are thinking that our soap services invocation code should
> be configurable. For example, if detects that OM version is 3.1.2 then
> don't call getSession method, call directly login method.
> >> >>> >> >>
> >> >>> >> >> On Aug 19, 2016 9:01 AM, "Maxim Solodovnik" <
> solomax...@gmail.com> wrote:
> >> >>> >> >> >
> >> >>> >> >> > hmm the version of OM itself 
> >> >>> >> >> > we never has API call for this :(
> >> >>> >> >> > It can be easily added, but why do you need it?
> >> >>> >> >> >
> >> >>> >> >> > On Fri, Aug 19, 2016 at 10:28 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >> >>> >> >> >>
> >> >>> >> >> >> Sorry but I couldn't find anything which returns OM
> version from the links you provided.
> >> >>> >> >> >>
> >> >>> >> >> >> On Aug 19, 2016 8:29 AM, "Maxim Solodovnik" <
> solomax...@gmail.com> wrote:
> >> >>> >> >> >> >
> >> >>> >> >> >> > I already provide you with number of links to start with
> ...
> >> >>> >> >> >> > do you need more :))
> >> >>> >> >> >> >
> >> >>> >> >> >> > On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >> >>> >> >> >> >>
> >> >>> >> >> >> >> So is there any api which I can use get OM version? If
> not, please guide me how can I create one.
> >> >>> >> >> >> >> Thank you.
> >> >>> >> >> >> >>
> >> >>> >> >> >> >> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik" <
> solomax...@gmail.com> wrote:
> >> >>> >> >> >> >> >
> >> >>> >> >> >> >> > yep Moodle plugin as well as PHP API are updated to
> work with new REST services as expected
> >> >>> >> >> >> >> > It also was discussed in mailing lists :)
> >> >>> >> >> >> >> >
> >> >>> >> >> >> >> > On Fri, Aug 19, 2016 at 9:36 AM,
> seba.wag...@gmail.com  wrote:
> >> >>> >> >> >> >> >>
> >> >>> >> >> >> >> >> Was there a new Moodle plugin issued to be
> compatible with this API ?
> >> >>> >> >> >> >> >>
> >> >>> >> >> >> >> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik <
> solomax...@gmail.com>:
> >> >>> >> >> >> >> >>>
> >> >>> >> >> >> >> >>> yep, Swagger :))
> >> >>> >> >> >> >> >>>
> >> >>> >> >> >> >> >>> The general flow is the same, I just reduced the
> number of requests required (2 against 3) :)
> >> >>> >> >> >> >> >>> Also new version is more extendable and more
> compact :)
> >> >>> >> >> >> >> >>>
> >> >>> >> >> >> >> >>> On Fri, Aug 19, 2016 at 9:29 AM,
> seba.wag...@gmail.com  wrote:
> >> >>> >> >> >> >> 
> >> >>> >> >> >> >>  Swagger you mean. Yeah that is a really good idea.
> Especially to get a proper API document out. With Swagger you can embed
> example request and responses a lot more easy.
> >> >>> >> >> >> >> 
> >> >>> >> >> >> >>  "Actually everything was changed"
> >> >>> >> >> >> >>  =>I understand the framework and method signatures
> have changed. But the logical flow is the same.
> >> >>> >> >> >> >> 
> >> >>> >> >> >> >>  Thanks,
> >> >>> >> >> >> >>  Sebas

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Bhushan Patil
Hi Maxim, I created the issue, will you check it and see if it is correctly
done?

On Aug 19, 2016 9:56 AM, "Maxim Solodovnik"  wrote:
>
> Service is ready to be committed :)
> waiting for the issue :)))
>
> On Fri, Aug 19, 2016 at 11:10 AM, Bhushan Patil 
wrote:
>>
>> On Aug 19, 2016 9:33 AM, "Maxim Solodovnik"  wrote:
>> >
>> > Do you need only version?
>> > revision and buildDate can also be retrieved
>> Yes, I currently need only version but I think we should also provided
revision n buildDate.
>> >
>> > On Fri, Aug 19, 2016 at 10:59 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>> >>
>> >> could you please create JIRA issue?
>> Yes, I will create it.
>>
>>
>> >>
>> >> On Fri, Aug 19, 2016 at 10:55 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>> >>>
>> >>> Seems great. Thanks.
>> >>>
>> >>> On Aug 19, 2016 9:21 AM, "Maxim Solodovnik" 
wrote:
>> >>> >
>> >>> > ServerWebService is actually for manging cluster servers 
>> >>> > I'm afraid additional service is required here like InfoWebService

>> >>> > with SOAP method getVersion
>> >>> > with REST method GET /info/version
>> >>> >
>> >>> > On Fri, Aug 19, 2016 at 10:48 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>> >>> >>
>> >>> >> How about 'getVersion' or 'getOMVersion' method in
'ServerWebService' ?
>> >>> >>
>> >>> >> On Aug 19, 2016 9:08 AM, "Maxim Solodovnik" 
wrote:
>> >>> >> >
>> >>> >> > I can add it to 3.1.3, could you propose service name for this?
>> >>> >> >
>> >>> >> > On Fri, Aug 19, 2016 at 10:37 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>> >>> >> >>
>> >>> >> >> We are thinking that our soap services invocation code should
be configurable. For example, if detects that OM version is 3.1.2 then
don't call getSession method, call directly login method.
>> >>> >> >>
>> >>> >> >> On Aug 19, 2016 9:01 AM, "Maxim Solodovnik" <
solomax...@gmail.com> wrote:
>> >>> >> >> >
>> >>> >> >> > hmm the version of OM itself 
>> >>> >> >> > we never has API call for this :(
>> >>> >> >> > It can be easily added, but why do you need it?
>> >>> >> >> >
>> >>> >> >> > On Fri, Aug 19, 2016 at 10:28 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>> >>> >> >> >>
>> >>> >> >> >> Sorry but I couldn't find anything which returns OM version
from the links you provided.
>> >>> >> >> >>
>> >>> >> >> >> On Aug 19, 2016 8:29 AM, "Maxim Solodovnik" <
solomax...@gmail.com> wrote:
>> >>> >> >> >> >
>> >>> >> >> >> > I already provide you with number of links to start with
...
>> >>> >> >> >> > do you need more :))
>> >>> >> >> >> >
>> >>> >> >> >> > On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>> >>> >> >> >> >>
>> >>> >> >> >> >> So is there any api which I can use get OM version? If
not, please guide me how can I create one.
>> >>> >> >> >> >> Thank you.
>> >>> >> >> >> >>
>> >>> >> >> >> >> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik" <
solomax...@gmail.com> wrote:
>> >>> >> >> >> >> >
>> >>> >> >> >> >> > yep Moodle plugin as well as PHP API are updated to
work with new REST services as expected
>> >>> >> >> >> >> > It also was discussed in mailing lists :)
>> >>> >> >> >> >> >
>> >>> >> >> >> >> > On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com
 wrote:
>> >>> >> >> >> >> >>
>> >>> >> >> >> >> >> Was there a new Moodle plugin issued to be compatible
with this API ?
>> >>> >> >> >> >> >>
>> >>> >> >> >> >> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik <
solomax...@gmail.com>:
>> >>> >> >> >> >> >>>
>> >>> >> >> >> >> >>> yep, Swagger :))
>> >>> >> >> >> >> >>>
>> >>> >> >> >> >> >>> The general flow is the same, I just reduced the
number of requests required (2 against 3) :)
>> >>> >> >> >> >> >>> Also new version is more extendable and more compact
:)
>> >>> >> >> >> >> >>>
>> >>> >> >> >> >> >>> On Fri, Aug 19, 2016 at 9:29 AM,
seba.wag...@gmail.com  wrote:
>> >>> >> >> >> >> 
>> >>> >> >> >> >>  Swagger you mean. Yeah that is a really good idea.
Especially to get a proper API document out. With Swagger you can embed
example request and responses a lot more easy.
>> >>> >> >> >> >> 
>> >>> >> >> >> >>  "Actually everything was changed"
>> >>> >> >> >> >>  =>I understand the framework and method signatures
have changed. But the logical flow is the same.
>> >>> >> >> >> >> 
>> >>> >> >> >> >>  Thanks,
>> >>> >> >> >> >>  Sebastian
>> >>> >> >> >> >> 
>> >>> >> >> >> >> 
>> >>> >> >> >> >>  2016-08-19 11:31 GMT+10:00 Maxim Solodovnik <
solomax...@gmail.com>:
>> >>> >> >> >> >> >
>> >>> >> >> >> >> > JFYI:
http://cxf.markmail.org/thread/tmarv3xwewgemiut
>> >>> >> >> >> >> >
>> >>> >> >> >> >> > On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>> >>> >> >> >> >> >>
>> >>> >> >> >> >> >> I need help from community to document this
>> >>> >> >> >> >> >> I have no time to write code otherwise :
>> >>> >> >> >> >> >>
>> >>> >> >> >> >> >> Additionally I was think

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
Service is ready to be committed :)
waiting for the issue :)))

On Fri, Aug 19, 2016 at 11:10 AM, Bhushan Patil 
wrote:

> On Aug 19, 2016 9:33 AM, "Maxim Solodovnik"  wrote:
> >
> > Do you need only version?
> > revision and buildDate can also be retrieved
> Yes, I currently need only version but I think we should also provided
> revision n buildDate.
> >
> > On Fri, Aug 19, 2016 at 10:59 AM, Maxim Solodovnik 
> wrote:
> >>
> >> could you please create JIRA issue?
> Yes, I will create it.
>
> >>
> >> On Fri, Aug 19, 2016 at 10:55 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >>>
> >>> Seems great. Thanks.
> >>>
> >>> On Aug 19, 2016 9:21 AM, "Maxim Solodovnik" 
> wrote:
> >>> >
> >>> > ServerWebService is actually for manging cluster servers 
> >>> > I'm afraid additional service is required here like InfoWebService
> 
> >>> > with SOAP method getVersion
> >>> > with REST method GET /info/version
> >>> >
> >>> > On Fri, Aug 19, 2016 at 10:48 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >>> >>
> >>> >> How about 'getVersion' or 'getOMVersion' method in
> 'ServerWebService' ?
> >>> >>
> >>> >> On Aug 19, 2016 9:08 AM, "Maxim Solodovnik" 
> wrote:
> >>> >> >
> >>> >> > I can add it to 3.1.3, could you propose service name for this?
> >>> >> >
> >>> >> > On Fri, Aug 19, 2016 at 10:37 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >>> >> >>
> >>> >> >> We are thinking that our soap services invocation code should be
> configurable. For example, if detects that OM version is 3.1.2 then don't
> call getSession method, call directly login method.
> >>> >> >>
> >>> >> >> On Aug 19, 2016 9:01 AM, "Maxim Solodovnik" <
> solomax...@gmail.com> wrote:
> >>> >> >> >
> >>> >> >> > hmm the version of OM itself 
> >>> >> >> > we never has API call for this :(
> >>> >> >> > It can be easily added, but why do you need it?
> >>> >> >> >
> >>> >> >> > On Fri, Aug 19, 2016 at 10:28 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >>> >> >> >>
> >>> >> >> >> Sorry but I couldn't find anything which returns OM version
> from the links you provided.
> >>> >> >> >>
> >>> >> >> >> On Aug 19, 2016 8:29 AM, "Maxim Solodovnik" <
> solomax...@gmail.com> wrote:
> >>> >> >> >> >
> >>> >> >> >> > I already provide you with number of links to start with ...
> >>> >> >> >> > do you need more :))
> >>> >> >> >> >
> >>> >> >> >> > On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >>> >> >> >> >>
> >>> >> >> >> >> So is there any api which I can use get OM version? If
> not, please guide me how can I create one.
> >>> >> >> >> >> Thank you.
> >>> >> >> >> >>
> >>> >> >> >> >> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik" <
> solomax...@gmail.com> wrote:
> >>> >> >> >> >> >
> >>> >> >> >> >> > yep Moodle plugin as well as PHP API are updated to work
> with new REST services as expected
> >>> >> >> >> >> > It also was discussed in mailing lists :)
> >>> >> >> >> >> >
> >>> >> >> >> >> > On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> >>> >> >> >> >> >>
> >>> >> >> >> >> >> Was there a new Moodle plugin issued to be compatible
> with this API ?
> >>> >> >> >> >> >>
> >>> >> >> >> >> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik <
> solomax...@gmail.com>:
> >>> >> >> >> >> >>>
> >>> >> >> >> >> >>> yep, Swagger :))
> >>> >> >> >> >> >>>
> >>> >> >> >> >> >>> The general flow is the same, I just reduced the
> number of requests required (2 against 3) :)
> >>> >> >> >> >> >>> Also new version is more extendable and more compact :)
> >>> >> >> >> >> >>>
> >>> >> >> >> >> >>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com
>  wrote:
> >>> >> >> >> >> 
> >>> >> >> >> >>  Swagger you mean. Yeah that is a really good idea.
> Especially to get a proper API document out. With Swagger you can embed
> example request and responses a lot more easy.
> >>> >> >> >> >> 
> >>> >> >> >> >>  "Actually everything was changed"
> >>> >> >> >> >>  =>I understand the framework and method signatures
> have changed. But the logical flow is the same.
> >>> >> >> >> >> 
> >>> >> >> >> >>  Thanks,
> >>> >> >> >> >>  Sebastian
> >>> >> >> >> >> 
> >>> >> >> >> >> 
> >>> >> >> >> >>  2016-08-19 11:31 GMT+10:00 Maxim Solodovnik <
> solomax...@gmail.com>:
> >>> >> >> >> >> >
> >>> >> >> >> >> > JFYI: http://cxf.markmail.org/
> thread/tmarv3xwewgemiut
> >>> >> >> >> >> >
> >>> >> >> >> >> > On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >>> >> >> >> >> >>
> >>> >> >> >> >> >> I need help from community to document this
> >>> >> >> >> >> >> I have no time to write code otherwise :
> >>> >> >> >> >> >>
> >>> >> >> >> >> >> Additionally I was thinking about add Swanger to
> REST 
> >>> >> >> >> >> >>
> >>> >> >> >> >> >> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >>> >> 

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Bhushan Patil
On Aug 19, 2016 9:33 AM, "Maxim Solodovnik"  wrote:
>
> Do you need only version?
> revision and buildDate can also be retrieved
Yes, I currently need only version but I think we should also provided
revision n buildDate.
>
> On Fri, Aug 19, 2016 at 10:59 AM, Maxim Solodovnik 
wrote:
>>
>> could you please create JIRA issue?
Yes, I will create it.
>>
>> On Fri, Aug 19, 2016 at 10:55 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>>>
>>> Seems great. Thanks.
>>>
>>> On Aug 19, 2016 9:21 AM, "Maxim Solodovnik" 
wrote:
>>> >
>>> > ServerWebService is actually for manging cluster servers 
>>> > I'm afraid additional service is required here like InfoWebService

>>> > with SOAP method getVersion
>>> > with REST method GET /info/version
>>> >
>>> > On Fri, Aug 19, 2016 at 10:48 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>>> >>
>>> >> How about 'getVersion' or 'getOMVersion' method in
'ServerWebService' ?
>>> >>
>>> >> On Aug 19, 2016 9:08 AM, "Maxim Solodovnik" 
wrote:
>>> >> >
>>> >> > I can add it to 3.1.3, could you propose service name for this?
>>> >> >
>>> >> > On Fri, Aug 19, 2016 at 10:37 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>>> >> >>
>>> >> >> We are thinking that our soap services invocation code should be
configurable. For example, if detects that OM version is 3.1.2 then don't
call getSession method, call directly login method.
>>> >> >>
>>> >> >> On Aug 19, 2016 9:01 AM, "Maxim Solodovnik" 
wrote:
>>> >> >> >
>>> >> >> > hmm the version of OM itself 
>>> >> >> > we never has API call for this :(
>>> >> >> > It can be easily added, but why do you need it?
>>> >> >> >
>>> >> >> > On Fri, Aug 19, 2016 at 10:28 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>>> >> >> >>
>>> >> >> >> Sorry but I couldn't find anything which returns OM version
from the links you provided.
>>> >> >> >>
>>> >> >> >> On Aug 19, 2016 8:29 AM, "Maxim Solodovnik" <
solomax...@gmail.com> wrote:
>>> >> >> >> >
>>> >> >> >> > I already provide you with number of links to start with ...
>>> >> >> >> > do you need more :))
>>> >> >> >> >
>>> >> >> >> > On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>>> >> >> >> >>
>>> >> >> >> >> So is there any api which I can use get OM version? If not,
please guide me how can I create one.
>>> >> >> >> >> Thank you.
>>> >> >> >> >>
>>> >> >> >> >> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik" <
solomax...@gmail.com> wrote:
>>> >> >> >> >> >
>>> >> >> >> >> > yep Moodle plugin as well as PHP API are updated to work
with new REST services as expected
>>> >> >> >> >> > It also was discussed in mailing lists :)
>>> >> >> >> >> >
>>> >> >> >> >> > On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>>> >> >> >> >> >>
>>> >> >> >> >> >> Was there a new Moodle plugin issued to be compatible
with this API ?
>>> >> >> >> >> >>
>>> >> >> >> >> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik <
solomax...@gmail.com>:
>>> >> >> >> >> >>>
>>> >> >> >> >> >>> yep, Swagger :))
>>> >> >> >> >> >>>
>>> >> >> >> >> >>> The general flow is the same, I just reduced the number
of requests required (2 against 3) :)
>>> >> >> >> >> >>> Also new version is more extendable and more compact :)
>>> >> >> >> >> >>>
>>> >> >> >> >> >>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>>> >> >> >> >> 
>>> >> >> >> >>  Swagger you mean. Yeah that is a really good idea.
Especially to get a proper API document out. With Swagger you can embed
example request and responses a lot more easy.
>>> >> >> >> >> 
>>> >> >> >> >>  "Actually everything was changed"
>>> >> >> >> >>  =>I understand the framework and method signatures
have changed. But the logical flow is the same.
>>> >> >> >> >> 
>>> >> >> >> >>  Thanks,
>>> >> >> >> >>  Sebastian
>>> >> >> >> >> 
>>> >> >> >> >> 
>>> >> >> >> >>  2016-08-19 11:31 GMT+10:00 Maxim Solodovnik <
solomax...@gmail.com>:
>>> >> >> >> >> >
>>> >> >> >> >> > JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
>>> >> >> >> >> >
>>> >> >> >> >> > On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>>> >> >> >> >> >>
>>> >> >> >> >> >> I need help from community to document this
>>> >> >> >> >> >> I have no time to write code otherwise :
>>> >> >> >> >> >>
>>> >> >> >> >> >> Additionally I was thinking about add Swanger to
REST 
>>> >> >> >> >> >>
>>> >> >> >> >> >> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>>> >> >> >> >> >>>
>>> >> >> >> >> >>> Actually everything was changed
>>> >> >> >> >> >>>
>>> >> >> >> >> >>> 0) Axis was removed in favor of CXF
>>> >> >> >> >> >>> 1) services were split to multiple groups error,
user, group, room recording etc.
>>> >> >> >> >> >>> 2) method signatures were cleaned up
>>> >> >> >> >> >>> 3) REST methods are works w

Re: AW: Not able to install with backup (3.02 to 3.12) "Enum missing"

2016-08-18 Thread Maxim Solodovnik
wow, serious claim :)
hope this will be resolved :)))

On Fri, Aug 19, 2016 at 11:04 AM, Coscend@OM 
wrote:

> Dear Maxim,
>
>
>
> We got this message when we posted using our login id.
>
>
>
> *One of our mostly harmless robots seems to think you are not a human.*
>
> Because of that, it’s hidden your profile from the public. If you really
> are human, please contact support  to have
> your profile reinstated. We promise we won’t require DNA proof of your
> humanity.
>
>
>
> We have asked them to reinstate our profile.
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> Web site: www.Coscend.com 
>
> --
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
> 
>
>
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Thursday, August 18, 2016 9:59 PM
> *To:* Openmeetings user-list ;
> om.insig...@coscend.com
> *Subject:* Re: AW: Not able to install with backup (3.02 to 3.12) "Enum
> missing"
>
>
>
> Wiki page are able to be created,
>
> Colleague of mine just have created https://github.com/
> openmeetings/openmeetings-api-plugin/wiki/REST-API-usage-example
>
> You can update it with your content
>
>
>
> On Fri, Aug 19, 2016 at 9:43 AM, Maxim Solodovnik 
> wrote:
>
> OK, please let me know if you need any help
>
>
>
> On Fri, Aug 19, 2016 at 8:44 AM, Coscend@OM 
> wrote:
>
> Dear Maxim,
>
>
>
> We were uploading the file in wiki page.  GitHub has blocked it.  We have
> sent a request to GitHub Support.
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> Web site: www.Coscend.com 
>
> --
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
> 
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Thursday, August 18, 2016 11:41 AM
> *To:* Openmeetings user-list ;
> om.insig...@coscend.com
> *Subject:* Re: AW: Not able to install with backup (3.02 to 3.12) "Enum
> missing"
>
>
>
> I can see neither wiki modification no PR available :(
>
> So far I have updated OM REST API example: http://openmeetings.
> apache.org/RestAPISample.html
>
>
>
> please let me know if anything else remain unclear
>
>
>
> On Thu, Aug 18, 2016 at 11:56 AM, Coscend@OM 
> wrote:
>
> Dear Maxim,
>
>
>
> We will do as you suggested.  Post it on https://github.com/
> openmeetings/openmeetings-api-plugin/wiki
>
>
>
> So far, the documentation has the following overview steps.  Please feel
> free to modify these.
>
>
>
> 1. Append the API files to the root directory $RED5_HOME of your
> product portal
>
>
>
> 2. Create config array:  Lib.php
>
>
>
> 3. Get Room Hash for the User to login
>
> getUser:  Lib.php
>
> getSecureHash:  OmGateway.php
>
>
>
> Check result:
>
> Get SID :
>
>
>
> 4. Create and display a room to enter
>
> Create a room
>
>
>
> How to display room:  Create instance of OmGateway:  Renderer.php
>
>
>
> 5. Open or enter OM room using the URL generated
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> Web site: www.Coscend.com 
>
> --
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
> 
>
>
>
>
>
>
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Wednesday, August 17, 2016 11:30 PM
> *To:* Openmeetings user-list ;
> om.insig...@coscend.com
> *Subject:* Re: AW: Not able to install with backup (3.02 to 3.12) "Enum
> missing"
>
>
>
> >> on OM cWiki page
>
> I would prefer it to be published at https://github.com/
> openmeetings/openmeetings-api-plugin/wiki
>
>
>
> We can add the link to it to http://openmeetings.apache.
> org/RestAPISample.html
>
> Additionally I can add some general details to the http://openmeetings.
> apache.org/RestAPISample.html (which is outdated)
>
>
>
> On Thu, Aug 18, 2016 at 11:27 AM, Coscend@OM 
> wrote:
>
> Hello Andre,
>
> Hope you successfully implemented the OM API plugin.  For the benefit of
> other users, we are creating comprehensive documentation on how to
> implement OM-API plugin.  This documentation will be posted on OM cWiki
> page.  Your learning from your live implementation could enhance this
> documentation.  Wou

RE: AW: Not able to install with backup (3.02 to 3.12) "Enum missing"

2016-08-18 Thread Coscend@OM
Dear Maxim,

 

We got this message when we posted using our login id.

 

One of our mostly harmless robots seems to think you are not a human.

Because of that, it’s hidden your profile from the public. If you really are 
human, please   contact support to have your 
profile reinstated. We promise we won’t require DNA proof of your humanity.

 

We have asked them to reinstate our profile.

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com   

--

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages 
from Coscend Communications Solutions' posted at: 
http://www.Coscend.com/Terms_and_Conditions.html 

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Thursday, August 18, 2016 9:59 PM
To: Openmeetings user-list ; 
om.insig...@coscend.com
Subject: Re: AW: Not able to install with backup (3.02 to 3.12) "Enum missing"

 

Wiki page are able to be created,

Colleague of mine just have created 
https://github.com/openmeetings/openmeetings-api-plugin/wiki/REST-API-usage-example

You can update it with your content

 

On Fri, Aug 19, 2016 at 9:43 AM, Maxim Solodovnik mailto:solomax...@gmail.com> > wrote:

OK, please let me know if you need any help

 

On Fri, Aug 19, 2016 at 8:44 AM, Coscend@OM mailto:om.insig...@coscend.com> > wrote:

Dear Maxim,

 

We were uploading the file in wiki page.  GitHub has blocked it.  We have sent 
a request to GitHub Support.

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com   

--

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages 
from Coscend Communications Solutions' posted at: 
http://www.Coscend.com/Terms_and_Conditions.html 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com 
 ] 
Sent: Thursday, August 18, 2016 11:41 AM
To: Openmeetings user-list mailto:user@openmeetings.apache.org> >; om.insig...@coscend.com 
 
Subject: Re: AW: Not able to install with backup (3.02 to 3.12) "Enum missing"

 

I can see neither wiki modification no PR available :(

So far I have updated OM REST API example: 
http://openmeetings.apache.org/RestAPISample.html

 

please let me know if anything else remain unclear

 

On Thu, Aug 18, 2016 at 11:56 AM, Coscend@OM mailto:om.insig...@coscend.com> > wrote:

Dear Maxim,

 

We will do as you suggested.  Post it on 
https://github.com/openmeetings/openmeetings-api-plugin/wiki  

 

So far, the documentation has the following overview steps.  Please feel free 
to modify these.

 

1. Append the API files to the root directory $RED5_HOME of your product 
portal

 

2. Create config array:  Lib.php

 

3. Get Room Hash for the User to login  

getUser:  Lib.php

getSecureHash:  OmGateway.php

 

Check result:  

Get SID :  

 

4. Create and display a room to enter

Create a room



How to display room:  Create instance of OmGateway:  Renderer.php

 

5. Open or enter OM room using the URL generated

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com   

--

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages 
from Coscend Communications Solutions' posted at: 
http://www.Coscend.com/Terms_and_Conditions.html 

 

 

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com 
 ] 
Sent: Wednesday, August 17, 2016 11:30 PM
To: Openmeetings user-list mailto:user@openmeetings.apache.org> >; om.insig...@coscend.com 
 
Subject: Re: AW: Not able to install with backup (3.02 to 3.12) "Enum missing"

 

>> on OM cWiki page

I would prefer it to be published at 
https://github.com/openmeetings/openmeetings-api-plugin/wiki

 

We can add the link to it to http://openmeetings.apache.org/RestAPISample.html

Additionally I can add some general details to the 
http://openmeetings.apache.org/RestAPISample.html (which is outdated)

 

On Thu, Aug 18, 2016 at 11:27 AM, Coscend@OM mailto:om.insig...@coscend.com> > wrote:

Hello Andre,

Hope you successfully implemented the OM API plugin.  For the benefit of other 
users, we are creating comprehensive documentation on how to implement OM-API 
plugin.  This documentation will be posted on OM cWiki page.  Your learning 
from your live implementation could enhance this documentation.  Would you like 
to jot down the steps you followed and any sample code under each step that you 
have used?

Thank you.

Sincerely,

Hemant K. Sabat

Coscend Communications Solutions
Web site: www.Coscend.com 

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
Do you need only version?
revision and buildDate can also be retrieved

On Fri, Aug 19, 2016 at 10:59 AM, Maxim Solodovnik 
wrote:

> could you please create JIRA issue?
>
> On Fri, Aug 19, 2016 at 10:55 AM, Bhushan Patil  > wrote:
>
>> Seems great. Thanks.
>>
>> On Aug 19, 2016 9:21 AM, "Maxim Solodovnik"  wrote:
>> >
>> > ServerWebService is actually for manging cluster servers 
>> > I'm afraid additional service is required here like InfoWebService 
>> > with SOAP method getVersion
>> > with REST method GET /info/version
>> >
>> > On Fri, Aug 19, 2016 at 10:48 AM, Bhushan Patil <
>> thebhushanpa...@gmail.com> wrote:
>> >>
>> >> How about 'getVersion' or 'getOMVersion' method in 'ServerWebService' ?
>> >>
>> >> On Aug 19, 2016 9:08 AM, "Maxim Solodovnik" 
>> wrote:
>> >> >
>> >> > I can add it to 3.1.3, could you propose service name for this?
>> >> >
>> >> > On Fri, Aug 19, 2016 at 10:37 AM, Bhushan Patil <
>> thebhushanpa...@gmail.com> wrote:
>> >> >>
>> >> >> We are thinking that our soap services invocation code should be
>> configurable. For example, if detects that OM version is 3.1.2 then don't
>> call getSession method, call directly login method.
>> >> >>
>> >> >> On Aug 19, 2016 9:01 AM, "Maxim Solodovnik" 
>> wrote:
>> >> >> >
>> >> >> > hmm the version of OM itself 
>> >> >> > we never has API call for this :(
>> >> >> > It can be easily added, but why do you need it?
>> >> >> >
>> >> >> > On Fri, Aug 19, 2016 at 10:28 AM, Bhushan Patil <
>> thebhushanpa...@gmail.com> wrote:
>> >> >> >>
>> >> >> >> Sorry but I couldn't find anything which returns OM version from
>> the links you provided.
>> >> >> >>
>> >> >> >> On Aug 19, 2016 8:29 AM, "Maxim Solodovnik" <
>> solomax...@gmail.com> wrote:
>> >> >> >> >
>> >> >> >> > I already provide you with number of links to start with ...
>> >> >> >> > do you need more :))
>> >> >> >> >
>> >> >> >> > On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil <
>> thebhushanpa...@gmail.com> wrote:
>> >> >> >> >>
>> >> >> >> >> So is there any api which I can use get OM version? If not,
>> please guide me how can I create one.
>> >> >> >> >> Thank you.
>> >> >> >> >>
>> >> >> >> >> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik" <
>> solomax...@gmail.com> wrote:
>> >> >> >> >> >
>> >> >> >> >> > yep Moodle plugin as well as PHP API are updated to work
>> with new REST services as expected
>> >> >> >> >> > It also was discussed in mailing lists :)
>> >> >> >> >> >
>> >> >> >> >> > On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
>> seba.wag...@gmail.com> wrote:
>> >> >> >> >> >>
>> >> >> >> >> >> Was there a new Moodle plugin issued to be compatible with
>> this API ?
>> >> >> >> >> >>
>> >> >> >> >> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik <
>> solomax...@gmail.com>:
>> >> >> >> >> >>>
>> >> >> >> >> >>> yep, Swagger :))
>> >> >> >> >> >>>
>> >> >> >> >> >>> The general flow is the same, I just reduced the number
>> of requests required (2 against 3) :)
>> >> >> >> >> >>> Also new version is more extendable and more compact :)
>> >> >> >> >> >>>
>> >> >> >> >> >>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
>> seba.wag...@gmail.com> wrote:
>> >> >> >> >> 
>> >> >> >> >>  Swagger you mean. Yeah that is a really good idea.
>> Especially to get a proper API document out. With Swagger you can embed
>> example request and responses a lot more easy.
>> >> >> >> >> 
>> >> >> >> >>  "Actually everything was changed"
>> >> >> >> >>  =>I understand the framework and method signatures have
>> changed. But the logical flow is the same.
>> >> >> >> >> 
>> >> >> >> >>  Thanks,
>> >> >> >> >>  Sebastian
>> >> >> >> >> 
>> >> >> >> >> 
>> >> >> >> >>  2016-08-19 11:31 GMT+10:00 Maxim Solodovnik <
>> solomax...@gmail.com>:
>> >> >> >> >> >
>> >> >> >> >> > JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
>> >> >> >> >> >
>> >> >> >> >> > On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
>> solomax...@gmail.com> wrote:
>> >> >> >> >> >>
>> >> >> >> >> >> I need help from community to document this
>> >> >> >> >> >> I have no time to write code otherwise :
>> >> >> >> >> >>
>> >> >> >> >> >> Additionally I was thinking about add Swanger to REST
>> 
>> >> >> >> >> >>
>> >> >> >> >> >> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
>> solomax...@gmail.com> wrote:
>> >> >> >> >> >>>
>> >> >> >> >> >>> Actually everything was changed
>> >> >> >> >> >>>
>> >> >> >> >> >>> 0) Axis was removed in favor of CXF
>> >> >> >> >> >>> 1) services were split to multiple groups error,
>> user, group, room recording etc.
>> >> >> >> >> >>> 2) method signatures were cleaned up
>> >> >> >> >> >>> 3) REST methods are works with JSON now (and produces
>> both XML and JSON)
>> >> >> >> >> >>> 4) REST methods uses GET/POST/DELETE (I haven't added
>> PUT)
>> >> >> >> >> >>>
>> >> >> >> >> >>>
>> >> >> >> >> >>> On Fri, Aug 19, 

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
could you please create JIRA issue?

On Fri, Aug 19, 2016 at 10:55 AM, Bhushan Patil 
wrote:

> Seems great. Thanks.
>
> On Aug 19, 2016 9:21 AM, "Maxim Solodovnik"  wrote:
> >
> > ServerWebService is actually for manging cluster servers 
> > I'm afraid additional service is required here like InfoWebService 
> > with SOAP method getVersion
> > with REST method GET /info/version
> >
> > On Fri, Aug 19, 2016 at 10:48 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >>
> >> How about 'getVersion' or 'getOMVersion' method in 'ServerWebService' ?
> >>
> >> On Aug 19, 2016 9:08 AM, "Maxim Solodovnik" 
> wrote:
> >> >
> >> > I can add it to 3.1.3, could you propose service name for this?
> >> >
> >> > On Fri, Aug 19, 2016 at 10:37 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >> >>
> >> >> We are thinking that our soap services invocation code should be
> configurable. For example, if detects that OM version is 3.1.2 then don't
> call getSession method, call directly login method.
> >> >>
> >> >> On Aug 19, 2016 9:01 AM, "Maxim Solodovnik" 
> wrote:
> >> >> >
> >> >> > hmm the version of OM itself 
> >> >> > we never has API call for this :(
> >> >> > It can be easily added, but why do you need it?
> >> >> >
> >> >> > On Fri, Aug 19, 2016 at 10:28 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >> >> >>
> >> >> >> Sorry but I couldn't find anything which returns OM version from
> the links you provided.
> >> >> >>
> >> >> >> On Aug 19, 2016 8:29 AM, "Maxim Solodovnik" 
> wrote:
> >> >> >> >
> >> >> >> > I already provide you with number of links to start with ...
> >> >> >> > do you need more :))
> >> >> >> >
> >> >> >> > On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> So is there any api which I can use get OM version? If not,
> please guide me how can I create one.
> >> >> >> >> Thank you.
> >> >> >> >>
> >> >> >> >> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik" <
> solomax...@gmail.com> wrote:
> >> >> >> >> >
> >> >> >> >> > yep Moodle plugin as well as PHP API are updated to work
> with new REST services as expected
> >> >> >> >> > It also was discussed in mailing lists :)
> >> >> >> >> >
> >> >> >> >> > On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> >> >> >> >> >>
> >> >> >> >> >> Was there a new Moodle plugin issued to be compatible with
> this API ?
> >> >> >> >> >>
> >> >> >> >> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik <
> solomax...@gmail.com>:
> >> >> >> >> >>>
> >> >> >> >> >>> yep, Swagger :))
> >> >> >> >> >>>
> >> >> >> >> >>> The general flow is the same, I just reduced the number of
> requests required (2 against 3) :)
> >> >> >> >> >>> Also new version is more extendable and more compact :)
> >> >> >> >> >>>
> >> >> >> >> >>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> >> >> >> >> 
> >> >> >> >>  Swagger you mean. Yeah that is a really good idea.
> Especially to get a proper API document out. With Swagger you can embed
> example request and responses a lot more easy.
> >> >> >> >> 
> >> >> >> >>  "Actually everything was changed"
> >> >> >> >>  =>I understand the framework and method signatures have
> changed. But the logical flow is the same.
> >> >> >> >> 
> >> >> >> >>  Thanks,
> >> >> >> >>  Sebastian
> >> >> >> >> 
> >> >> >> >> 
> >> >> >> >>  2016-08-19 11:31 GMT+10:00 Maxim Solodovnik <
> solomax...@gmail.com>:
> >> >> >> >> >
> >> >> >> >> > JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
> >> >> >> >> >
> >> >> >> >> > On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >> >> >> >> >>
> >> >> >> >> >> I need help from community to document this
> >> >> >> >> >> I have no time to write code otherwise :
> >> >> >> >> >>
> >> >> >> >> >> Additionally I was thinking about add Swanger to REST
> 
> >> >> >> >> >>
> >> >> >> >> >> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >> >> >> >> >>>
> >> >> >> >> >>> Actually everything was changed
> >> >> >> >> >>>
> >> >> >> >> >>> 0) Axis was removed in favor of CXF
> >> >> >> >> >>> 1) services were split to multiple groups error, user,
> group, room recording etc.
> >> >> >> >> >>> 2) method signatures were cleaned up
> >> >> >> >> >>> 3) REST methods are works with JSON now (and produces
> both XML and JSON)
> >> >> >> >> >>> 4) REST methods uses GET/POST/DELETE (I haven't added
> PUT)
> >> >> >> >> >>>
> >> >> >> >> >>>
> >> >> >> >> >>> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com
>  wrote:
> >> >> >> >> 
> >> >> >> >>  Has it been reworked to fit into the REST
> (GET/PUT/POST/DELETE) specification? Is that the change?
> >> >> >> >> 
> >> >> >> >>  Cause AFAIK I think the methods/flow are

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Bhushan Patil
Seems great. Thanks.

On Aug 19, 2016 9:21 AM, "Maxim Solodovnik"  wrote:
>
> ServerWebService is actually for manging cluster servers 
> I'm afraid additional service is required here like InfoWebService 
> with SOAP method getVersion
> with REST method GET /info/version
>
> On Fri, Aug 19, 2016 at 10:48 AM, Bhushan Patil 
wrote:
>>
>> How about 'getVersion' or 'getOMVersion' method in 'ServerWebService' ?
>>
>> On Aug 19, 2016 9:08 AM, "Maxim Solodovnik"  wrote:
>> >
>> > I can add it to 3.1.3, could you propose service name for this?
>> >
>> > On Fri, Aug 19, 2016 at 10:37 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>> >>
>> >> We are thinking that our soap services invocation code should be
configurable. For example, if detects that OM version is 3.1.2 then don't
call getSession method, call directly login method.
>> >>
>> >> On Aug 19, 2016 9:01 AM, "Maxim Solodovnik" 
wrote:
>> >> >
>> >> > hmm the version of OM itself 
>> >> > we never has API call for this :(
>> >> > It can be easily added, but why do you need it?
>> >> >
>> >> > On Fri, Aug 19, 2016 at 10:28 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>> >> >>
>> >> >> Sorry but I couldn't find anything which returns OM version from
the links you provided.
>> >> >>
>> >> >> On Aug 19, 2016 8:29 AM, "Maxim Solodovnik" 
wrote:
>> >> >> >
>> >> >> > I already provide you with number of links to start with ...
>> >> >> > do you need more :))
>> >> >> >
>> >> >> > On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>> >> >> >>
>> >> >> >> So is there any api which I can use get OM version? If not,
please guide me how can I create one.
>> >> >> >> Thank you.
>> >> >> >>
>> >> >> >> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik" <
solomax...@gmail.com> wrote:
>> >> >> >> >
>> >> >> >> > yep Moodle plugin as well as PHP API are updated to work with
new REST services as expected
>> >> >> >> > It also was discussed in mailing lists :)
>> >> >> >> >
>> >> >> >> > On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>> >> >> >> >>
>> >> >> >> >> Was there a new Moodle plugin issued to be compatible with
this API ?
>> >> >> >> >>
>> >> >> >> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik <
solomax...@gmail.com>:
>> >> >> >> >>>
>> >> >> >> >>> yep, Swagger :))
>> >> >> >> >>>
>> >> >> >> >>> The general flow is the same, I just reduced the number of
requests required (2 against 3) :)
>> >> >> >> >>> Also new version is more extendable and more compact :)
>> >> >> >> >>>
>> >> >> >> >>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>> >> >> >> 
>> >> >> >>  Swagger you mean. Yeah that is a really good idea.
Especially to get a proper API document out. With Swagger you can embed
example request and responses a lot more easy.
>> >> >> >> 
>> >> >> >>  "Actually everything was changed"
>> >> >> >>  =>I understand the framework and method signatures have
changed. But the logical flow is the same.
>> >> >> >> 
>> >> >> >>  Thanks,
>> >> >> >>  Sebastian
>> >> >> >> 
>> >> >> >> 
>> >> >> >>  2016-08-19 11:31 GMT+10:00 Maxim Solodovnik <
solomax...@gmail.com>:
>> >> >> >> >
>> >> >> >> > JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
>> >> >> >> >
>> >> >> >> > On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>> >> >> >> >>
>> >> >> >> >> I need help from community to document this
>> >> >> >> >> I have no time to write code otherwise :
>> >> >> >> >>
>> >> >> >> >> Additionally I was thinking about add Swanger to REST

>> >> >> >> >>
>> >> >> >> >> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>> >> >> >> >>>
>> >> >> >> >>> Actually everything was changed
>> >> >> >> >>>
>> >> >> >> >>> 0) Axis was removed in favor of CXF
>> >> >> >> >>> 1) services were split to multiple groups error, user,
group, room recording etc.
>> >> >> >> >>> 2) method signatures were cleaned up
>> >> >> >> >>> 3) REST methods are works with JSON now (and produces
both XML and JSON)
>> >> >> >> >>> 4) REST methods uses GET/POST/DELETE (I haven't added
PUT)
>> >> >> >> >>>
>> >> >> >> >>>
>> >> >> >> >>> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>> >> >> >> 
>> >> >> >>  Has it been reworked to fit into the REST
(GET/PUT/POST/DELETE) specification? Is that the change?
>> >> >> >> 
>> >> >> >>  Cause AFAIK I think the methods/flow are the same,
right ?
>> >> >> >> 
>> >> >> >>  Thanks,
>> >> >> >>  Sebastian
>> >> >> >> 
>> >> >> >>  2016-08-19 11:09 GMT+10:00 Maxim Solodovnik <
solomax...@gmail.com>:
>> >> >> >> >
>> >> >> >> > Hello,
>> >> >> >> >
>> >> >> >> > The API was changed (it was discussed her

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
ServerWebService is actually for manging cluster servers 
I'm afraid additional service is required here like InfoWebService 
with SOAP method getVersion
with REST method GET /info/version

On Fri, Aug 19, 2016 at 10:48 AM, Bhushan Patil 
wrote:

> How about 'getVersion' or 'getOMVersion' method in 'ServerWebService' ?
>
> On Aug 19, 2016 9:08 AM, "Maxim Solodovnik"  wrote:
> >
> > I can add it to 3.1.3, could you propose service name for this?
> >
> > On Fri, Aug 19, 2016 at 10:37 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >>
> >> We are thinking that our soap services invocation code should be
> configurable. For example, if detects that OM version is 3.1.2 then don't
> call getSession method, call directly login method.
> >>
> >> On Aug 19, 2016 9:01 AM, "Maxim Solodovnik" 
> wrote:
> >> >
> >> > hmm the version of OM itself 
> >> > we never has API call for this :(
> >> > It can be easily added, but why do you need it?
> >> >
> >> > On Fri, Aug 19, 2016 at 10:28 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >> >>
> >> >> Sorry but I couldn't find anything which returns OM version from the
> links you provided.
> >> >>
> >> >> On Aug 19, 2016 8:29 AM, "Maxim Solodovnik" 
> wrote:
> >> >> >
> >> >> > I already provide you with number of links to start with ...
> >> >> > do you need more :))
> >> >> >
> >> >> > On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >> >> >>
> >> >> >> So is there any api which I can use get OM version? If not,
> please guide me how can I create one.
> >> >> >> Thank you.
> >> >> >>
> >> >> >> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik" 
> wrote:
> >> >> >> >
> >> >> >> > yep Moodle plugin as well as PHP API are updated to work with
> new REST services as expected
> >> >> >> > It also was discussed in mailing lists :)
> >> >> >> >
> >> >> >> > On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> Was there a new Moodle plugin issued to be compatible with
> this API ?
> >> >> >> >>
> >> >> >> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik <
> solomax...@gmail.com>:
> >> >> >> >>>
> >> >> >> >>> yep, Swagger :))
> >> >> >> >>>
> >> >> >> >>> The general flow is the same, I just reduced the number of
> requests required (2 against 3) :)
> >> >> >> >>> Also new version is more extendable and more compact :)
> >> >> >> >>>
> >> >> >> >>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> >> >> >> 
> >> >> >>  Swagger you mean. Yeah that is a really good idea.
> Especially to get a proper API document out. With Swagger you can embed
> example request and responses a lot more easy.
> >> >> >> 
> >> >> >>  "Actually everything was changed"
> >> >> >>  =>I understand the framework and method signatures have
> changed. But the logical flow is the same.
> >> >> >> 
> >> >> >>  Thanks,
> >> >> >>  Sebastian
> >> >> >> 
> >> >> >> 
> >> >> >>  2016-08-19 11:31 GMT+10:00 Maxim Solodovnik <
> solomax...@gmail.com>:
> >> >> >> >
> >> >> >> > JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
> >> >> >> >
> >> >> >> > On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> I need help from community to document this
> >> >> >> >> I have no time to write code otherwise :
> >> >> >> >>
> >> >> >> >> Additionally I was thinking about add Swanger to REST 
> >> >> >> >>
> >> >> >> >> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >> >> >> >>>
> >> >> >> >>> Actually everything was changed
> >> >> >> >>>
> >> >> >> >>> 0) Axis was removed in favor of CXF
> >> >> >> >>> 1) services were split to multiple groups error, user,
> group, room recording etc.
> >> >> >> >>> 2) method signatures were cleaned up
> >> >> >> >>> 3) REST methods are works with JSON now (and produces
> both XML and JSON)
> >> >> >> >>> 4) REST methods uses GET/POST/DELETE (I haven't added PUT)
> >> >> >> >>>
> >> >> >> >>>
> >> >> >> >>> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> >> >> >> 
> >> >> >>  Has it been reworked to fit into the REST
> (GET/PUT/POST/DELETE) specification? Is that the change?
> >> >> >> 
> >> >> >>  Cause AFAIK I think the methods/flow are the same, right
> ?
> >> >> >> 
> >> >> >>  Thanks,
> >> >> >>  Sebastian
> >> >> >> 
> >> >> >>  2016-08-19 11:09 GMT+10:00 Maxim Solodovnik <
> solomax...@gmail.com>:
> >> >> >> >
> >> >> >> > Hello,
> >> >> >> >
> >> >> >> > The API was changed (it was discussed here:
> http://openmeetings.markmail.org/thread/43d5irskmknn3u6u)
> >> >> >> > Full API as javadocs available here
> http://openmeetings.apache.

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Bhushan Patil
How about 'getVersion' or 'getOMVersion' method in 'ServerWebService' ?

On Aug 19, 2016 9:08 AM, "Maxim Solodovnik"  wrote:
>
> I can add it to 3.1.3, could you propose service name for this?
>
> On Fri, Aug 19, 2016 at 10:37 AM, Bhushan Patil 
wrote:
>>
>> We are thinking that our soap services invocation code should be
configurable. For example, if detects that OM version is 3.1.2 then don't
call getSession method, call directly login method.
>>
>> On Aug 19, 2016 9:01 AM, "Maxim Solodovnik"  wrote:
>> >
>> > hmm the version of OM itself 
>> > we never has API call for this :(
>> > It can be easily added, but why do you need it?
>> >
>> > On Fri, Aug 19, 2016 at 10:28 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>> >>
>> >> Sorry but I couldn't find anything which returns OM version from the
links you provided.
>> >>
>> >> On Aug 19, 2016 8:29 AM, "Maxim Solodovnik" 
wrote:
>> >> >
>> >> > I already provide you with number of links to start with ...
>> >> > do you need more :))
>> >> >
>> >> > On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>> >> >>
>> >> >> So is there any api which I can use get OM version? If not, please
guide me how can I create one.
>> >> >> Thank you.
>> >> >>
>> >> >> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik" 
wrote:
>> >> >> >
>> >> >> > yep Moodle plugin as well as PHP API are updated to work with
new REST services as expected
>> >> >> > It also was discussed in mailing lists :)
>> >> >> >
>> >> >> > On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>> >> >> >>
>> >> >> >> Was there a new Moodle plugin issued to be compatible with this
API ?
>> >> >> >>
>> >> >> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik <
solomax...@gmail.com>:
>> >> >> >>>
>> >> >> >>> yep, Swagger :))
>> >> >> >>>
>> >> >> >>> The general flow is the same, I just reduced the number of
requests required (2 against 3) :)
>> >> >> >>> Also new version is more extendable and more compact :)
>> >> >> >>>
>> >> >> >>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>> >> >> 
>> >> >>  Swagger you mean. Yeah that is a really good idea. Especially
to get a proper API document out. With Swagger you can embed example
request and responses a lot more easy.
>> >> >> 
>> >> >>  "Actually everything was changed"
>> >> >>  =>I understand the framework and method signatures have
changed. But the logical flow is the same.
>> >> >> 
>> >> >>  Thanks,
>> >> >>  Sebastian
>> >> >> 
>> >> >> 
>> >> >>  2016-08-19 11:31 GMT+10:00 Maxim Solodovnik <
solomax...@gmail.com>:
>> >> >> >
>> >> >> > JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
>> >> >> >
>> >> >> > On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>> >> >> >>
>> >> >> >> I need help from community to document this
>> >> >> >> I have no time to write code otherwise :
>> >> >> >>
>> >> >> >> Additionally I was thinking about add Swanger to REST 
>> >> >> >>
>> >> >> >> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>> >> >> >>>
>> >> >> >>> Actually everything was changed
>> >> >> >>>
>> >> >> >>> 0) Axis was removed in favor of CXF
>> >> >> >>> 1) services were split to multiple groups error, user,
group, room recording etc.
>> >> >> >>> 2) method signatures were cleaned up
>> >> >> >>> 3) REST methods are works with JSON now (and produces both
XML and JSON)
>> >> >> >>> 4) REST methods uses GET/POST/DELETE (I haven't added PUT)
>> >> >> >>>
>> >> >> >>>
>> >> >> >>> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>> >> >> 
>> >> >>  Has it been reworked to fit into the REST
(GET/PUT/POST/DELETE) specification? Is that the change?
>> >> >> 
>> >> >>  Cause AFAIK I think the methods/flow are the same, right ?
>> >> >> 
>> >> >>  Thanks,
>> >> >>  Sebastian
>> >> >> 
>> >> >>  2016-08-19 11:09 GMT+10:00 Maxim Solodovnik <
solomax...@gmail.com>:
>> >> >> >
>> >> >> > Hello,
>> >> >> >
>> >> >> > The API was changed (it was discussed here:
http://openmeetings.markmail.org/thread/43d5irskmknn3u6u)
>> >> >> > Full API as javadocs available here
http://openmeetings.apache.org/openmeetings-webservice/apidocs/index.html
>> >> >> > Short example available here:
http://openmeetings.apache.org/RestAPISample.html
>> >> >> > PHP API is here:
https://github.com/openmeetings/openmeetings-api-plugin
>> >> >> >
>> >> >> > unfortunately there no t much documentation :(
>> >> >> > I have filed issue against this:
https://issues.apache.org/jira/browse/OPENMEETINGS-1451
>> >> >> >
>> >> >> > suggestions/contributions are welcome :)
>> >> >> >
>

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
I can add it to 3.1.3, could you propose service name for this?

On Fri, Aug 19, 2016 at 10:37 AM, Bhushan Patil 
wrote:

> We are thinking that our soap services invocation code should be
> configurable. For example, if detects that OM version is 3.1.2 then don't
> call getSession method, call directly login method.
>
> On Aug 19, 2016 9:01 AM, "Maxim Solodovnik"  wrote:
> >
> > hmm the version of OM itself 
> > we never has API call for this :(
> > It can be easily added, but why do you need it?
> >
> > On Fri, Aug 19, 2016 at 10:28 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >>
> >> Sorry but I couldn't find anything which returns OM version from the
> links you provided.
> >>
> >> On Aug 19, 2016 8:29 AM, "Maxim Solodovnik" 
> wrote:
> >> >
> >> > I already provide you with number of links to start with ...
> >> > do you need more :))
> >> >
> >> > On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >> >>
> >> >> So is there any api which I can use get OM version? If not, please
> guide me how can I create one.
> >> >> Thank you.
> >> >>
> >> >> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik" 
> wrote:
> >> >> >
> >> >> > yep Moodle plugin as well as PHP API are updated to work with new
> REST services as expected
> >> >> > It also was discussed in mailing lists :)
> >> >> >
> >> >> > On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> >> >> >>
> >> >> >> Was there a new Moodle plugin issued to be compatible with this
> API ?
> >> >> >>
> >> >> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik  >:
> >> >> >>>
> >> >> >>> yep, Swagger :))
> >> >> >>>
> >> >> >>> The general flow is the same, I just reduced the number of
> requests required (2 against 3) :)
> >> >> >>> Also new version is more extendable and more compact :)
> >> >> >>>
> >> >> >>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> >> >> 
> >> >>  Swagger you mean. Yeah that is a really good idea. Especially
> to get a proper API document out. With Swagger you can embed example
> request and responses a lot more easy.
> >> >> 
> >> >>  "Actually everything was changed"
> >> >>  =>I understand the framework and method signatures have
> changed. But the logical flow is the same.
> >> >> 
> >> >>  Thanks,
> >> >>  Sebastian
> >> >> 
> >> >> 
> >> >>  2016-08-19 11:31 GMT+10:00 Maxim Solodovnik <
> solomax...@gmail.com>:
> >> >> >
> >> >> > JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
> >> >> >
> >> >> > On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >> >> >>
> >> >> >> I need help from community to document this
> >> >> >> I have no time to write code otherwise :
> >> >> >>
> >> >> >> Additionally I was thinking about add Swanger to REST 
> >> >> >>
> >> >> >> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >> >> >>>
> >> >> >>> Actually everything was changed
> >> >> >>>
> >> >> >>> 0) Axis was removed in favor of CXF
> >> >> >>> 1) services were split to multiple groups error, user,
> group, room recording etc.
> >> >> >>> 2) method signatures were cleaned up
> >> >> >>> 3) REST methods are works with JSON now (and produces both
> XML and JSON)
> >> >> >>> 4) REST methods uses GET/POST/DELETE (I haven't added PUT)
> >> >> >>>
> >> >> >>>
> >> >> >>> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> >> >> 
> >> >>  Has it been reworked to fit into the REST
> (GET/PUT/POST/DELETE) specification? Is that the change?
> >> >> 
> >> >>  Cause AFAIK I think the methods/flow are the same, right ?
> >> >> 
> >> >>  Thanks,
> >> >>  Sebastian
> >> >> 
> >> >>  2016-08-19 11:09 GMT+10:00 Maxim Solodovnik <
> solomax...@gmail.com>:
> >> >> >
> >> >> > Hello,
> >> >> >
> >> >> > The API was changed (it was discussed here:
> http://openmeetings.markmail.org/thread/43d5irskmknn3u6u)
> >> >> > Full API as javadocs available here http://openmeetings.
> apache.org/openmeetings-webservice/apidocs/index.html
> >> >> > Short example available here: http://openmeetings.
> apache.org/RestAPISample.html
> >> >> > PHP API is here: https://github.com/
> openmeetings/openmeetings-api-plugin
> >> >> >
> >> >> > unfortunately there no t much documentation :(
> >> >> > I have filed issue against this: https://issues.apache.
> org/jira/browse/OPENMEETINGS-1451
> >> >> >
> >> >> > suggestions/contributions are welcome :)
> >> >> >
> >> >> > On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >> >> >>
> >> >> >> Hello everyone, we have integrated older versio

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Bhushan Patil
We are thinking that our soap services invocation code should be
configurable. For example, if detects that OM version is 3.1.2 then don't
call getSession method, call directly login method.


Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Bhushan Patil
We are thinking that our soap services invocation code should be
configurable. For example, if detects that OM version is 3.1.2 then don't
call getSession method, call directly login method.

On Aug 19, 2016 9:01 AM, "Maxim Solodovnik"  wrote:
>
> hmm the version of OM itself 
> we never has API call for this :(
> It can be easily added, but why do you need it?
>
> On Fri, Aug 19, 2016 at 10:28 AM, Bhushan Patil 
wrote:
>>
>> Sorry but I couldn't find anything which returns OM version from the
links you provided.
>>
>> On Aug 19, 2016 8:29 AM, "Maxim Solodovnik"  wrote:
>> >
>> > I already provide you with number of links to start with ...
>> > do you need more :))
>> >
>> > On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>> >>
>> >> So is there any api which I can use get OM version? If not, please
guide me how can I create one.
>> >> Thank you.
>> >>
>> >> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik" 
wrote:
>> >> >
>> >> > yep Moodle plugin as well as PHP API are updated to work with new
REST services as expected
>> >> > It also was discussed in mailing lists :)
>> >> >
>> >> > On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>> >> >>
>> >> >> Was there a new Moodle plugin issued to be compatible with this
API ?
>> >> >>
>> >> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik :
>> >> >>>
>> >> >>> yep, Swagger :))
>> >> >>>
>> >> >>> The general flow is the same, I just reduced the number of
requests required (2 against 3) :)
>> >> >>> Also new version is more extendable and more compact :)
>> >> >>>
>> >> >>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>> >> 
>> >>  Swagger you mean. Yeah that is a really good idea. Especially to
get a proper API document out. With Swagger you can embed example request
and responses a lot more easy.
>> >> 
>> >>  "Actually everything was changed"
>> >>  =>I understand the framework and method signatures have changed.
But the logical flow is the same.
>> >> 
>> >>  Thanks,
>> >>  Sebastian
>> >> 
>> >> 
>> >>  2016-08-19 11:31 GMT+10:00 Maxim Solodovnik :
>> >> >
>> >> > JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
>> >> >
>> >> > On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>> >> >>
>> >> >> I need help from community to document this
>> >> >> I have no time to write code otherwise :
>> >> >>
>> >> >> Additionally I was thinking about add Swanger to REST 
>> >> >>
>> >> >> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>> >> >>>
>> >> >>> Actually everything was changed
>> >> >>>
>> >> >>> 0) Axis was removed in favor of CXF
>> >> >>> 1) services were split to multiple groups error, user, group,
room recording etc.
>> >> >>> 2) method signatures were cleaned up
>> >> >>> 3) REST methods are works with JSON now (and produces both
XML and JSON)
>> >> >>> 4) REST methods uses GET/POST/DELETE (I haven't added PUT)
>> >> >>>
>> >> >>>
>> >> >>> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>> >> 
>> >>  Has it been reworked to fit into the REST
(GET/PUT/POST/DELETE) specification? Is that the change?
>> >> 
>> >>  Cause AFAIK I think the methods/flow are the same, right ?
>> >> 
>> >>  Thanks,
>> >>  Sebastian
>> >> 
>> >>  2016-08-19 11:09 GMT+10:00 Maxim Solodovnik <
solomax...@gmail.com>:
>> >> >
>> >> > Hello,
>> >> >
>> >> > The API was changed (it was discussed here:
http://openmeetings.markmail.org/thread/43d5irskmknn3u6u)
>> >> > Full API as javadocs available here
http://openmeetings.apache.org/openmeetings-webservice/apidocs/index.html
>> >> > Short example available here:
http://openmeetings.apache.org/RestAPISample.html
>> >> > PHP API is here:
https://github.com/openmeetings/openmeetings-api-plugin
>> >> >
>> >> > unfortunately there no t much documentation :(
>> >> > I have filed issue against this:
https://issues.apache.org/jira/browse/OPENMEETINGS-1451
>> >> >
>> >> > suggestions/contributions are welcome :)
>> >> >
>> >> > On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>> >> >>
>> >> >> Hello everyone, we have integrated older version of
Openmeetings with our application. At the time of migration to OM 3.1.2, we
realized that api are changed. We want to  keep old code as well as write
new code for newer APIs.
>> >> >> I am unable to find soap/rest api which let us know
version of Openmeetings.
>> >> >> Any suggestions?
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > WBR
>> >> > Maxim

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
hmm the version of OM itself 
we never has API call for this :(
It can be easily added, but why do you need it?

On Fri, Aug 19, 2016 at 10:28 AM, Bhushan Patil 
wrote:

> Sorry but I couldn't find anything which returns OM version from the links
> you provided.
>
> On Aug 19, 2016 8:29 AM, "Maxim Solodovnik"  wrote:
> >
> > I already provide you with number of links to start with ...
> > do you need more :))
> >
> > On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >>
> >> So is there any api which I can use get OM version? If not, please
> guide me how can I create one.
> >> Thank you.
> >>
> >> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik" 
> wrote:
> >> >
> >> > yep Moodle plugin as well as PHP API are updated to work with new
> REST services as expected
> >> > It also was discussed in mailing lists :)
> >> >
> >> > On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> >> >>
> >> >> Was there a new Moodle plugin issued to be compatible with this API ?
> >> >>
> >> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik :
> >> >>>
> >> >>> yep, Swagger :))
> >> >>>
> >> >>> The general flow is the same, I just reduced the number of requests
> required (2 against 3) :)
> >> >>> Also new version is more extendable and more compact :)
> >> >>>
> >> >>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> >> 
> >>  Swagger you mean. Yeah that is a really good idea. Especially to
> get a proper API document out. With Swagger you can embed example request
> and responses a lot more easy.
> >> 
> >>  "Actually everything was changed"
> >>  =>I understand the framework and method signatures have changed.
> But the logical flow is the same.
> >> 
> >>  Thanks,
> >>  Sebastian
> >> 
> >> 
> >>  2016-08-19 11:31 GMT+10:00 Maxim Solodovnik  >:
> >> >
> >> > JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
> >> >
> >> > On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >> >>
> >> >> I need help from community to document this
> >> >> I have no time to write code otherwise :
> >> >>
> >> >> Additionally I was thinking about add Swanger to REST 
> >> >>
> >> >> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >> >>>
> >> >>> Actually everything was changed
> >> >>>
> >> >>> 0) Axis was removed in favor of CXF
> >> >>> 1) services were split to multiple groups error, user, group,
> room recording etc.
> >> >>> 2) method signatures were cleaned up
> >> >>> 3) REST methods are works with JSON now (and produces both XML
> and JSON)
> >> >>> 4) REST methods uses GET/POST/DELETE (I haven't added PUT)
> >> >>>
> >> >>>
> >> >>> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> >> 
> >>  Has it been reworked to fit into the REST
> (GET/PUT/POST/DELETE) specification? Is that the change?
> >> 
> >>  Cause AFAIK I think the methods/flow are the same, right ?
> >> 
> >>  Thanks,
> >>  Sebastian
> >> 
> >>  2016-08-19 11:09 GMT+10:00 Maxim Solodovnik <
> solomax...@gmail.com>:
> >> >
> >> > Hello,
> >> >
> >> > The API was changed (it was discussed here:
> http://openmeetings.markmail.org/thread/43d5irskmknn3u6u)
> >> > Full API as javadocs available here http://openmeetings.
> apache.org/openmeetings-webservice/apidocs/index.html
> >> > Short example available here: http://openmeetings.
> apache.org/RestAPISample.html
> >> > PHP API is here: https://github.com/
> openmeetings/openmeetings-api-plugin
> >> >
> >> > unfortunately there no t much documentation :(
> >> > I have filed issue against this: https://issues.apache.
> org/jira/browse/OPENMEETINGS-1451
> >> >
> >> > suggestions/contributions are welcome :)
> >> >
> >> > On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >> >>
> >> >> Hello everyone, we have integrated older version of
> Openmeetings with our application. At the time of migration to OM 3.1.2, we
> realized that api are changed. We want to  keep old code as well as write
> new code for newer APIs.
> >> >> I am unable to find soap/rest api which let us know version
> of Openmeetings.
> >> >> Any suggestions?
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > WBR
> >> > Maxim aka solomax
> >> 
> >> 
> >> 
> >> 
> >>  --
> >>  Sebastian Wagner
> >>  https://twitter.com/#!/dead_lock
> >>  seba.wag...@gmail.com
> >> >>>
> >> >>>
> >> >>>
> >> >>>
> >> >>> --
> >> >>> WBR
> >> >

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Bhushan Patil
Sorry but I couldn't find anything which returns OM version from the links
you provided.

On Aug 19, 2016 8:29 AM, "Maxim Solodovnik"  wrote:
>
> I already provide you with number of links to start with ...
> do you need more :))
>
> On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil 
wrote:
>>
>> So is there any api which I can use get OM version? If not, please guide
me how can I create one.
>> Thank you.
>>
>> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik"  wrote:
>> >
>> > yep Moodle plugin as well as PHP API are updated to work with new REST
services as expected
>> > It also was discussed in mailing lists :)
>> >
>> > On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>> >>
>> >> Was there a new Moodle plugin issued to be compatible with this API ?
>> >>
>> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik :
>> >>>
>> >>> yep, Swagger :))
>> >>>
>> >>> The general flow is the same, I just reduced the number of requests
required (2 against 3) :)
>> >>> Also new version is more extendable and more compact :)
>> >>>
>> >>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>> 
>>  Swagger you mean. Yeah that is a really good idea. Especially to
get a proper API document out. With Swagger you can embed example request
and responses a lot more easy.
>> 
>>  "Actually everything was changed"
>>  =>I understand the framework and method signatures have changed.
But the logical flow is the same.
>> 
>>  Thanks,
>>  Sebastian
>> 
>> 
>>  2016-08-19 11:31 GMT+10:00 Maxim Solodovnik :
>> >
>> > JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
>> >
>> > On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>> >>
>> >> I need help from community to document this
>> >> I have no time to write code otherwise :
>> >>
>> >> Additionally I was thinking about add Swanger to REST 
>> >>
>> >> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>> >>>
>> >>> Actually everything was changed
>> >>>
>> >>> 0) Axis was removed in favor of CXF
>> >>> 1) services were split to multiple groups error, user, group,
room recording etc.
>> >>> 2) method signatures were cleaned up
>> >>> 3) REST methods are works with JSON now (and produces both XML
and JSON)
>> >>> 4) REST methods uses GET/POST/DELETE (I haven't added PUT)
>> >>>
>> >>>
>> >>> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>> 
>>  Has it been reworked to fit into the REST (GET/PUT/POST/DELETE)
specification? Is that the change?
>> 
>>  Cause AFAIK I think the methods/flow are the same, right ?
>> 
>>  Thanks,
>>  Sebastian
>> 
>>  2016-08-19 11:09 GMT+10:00 Maxim Solodovnik <
solomax...@gmail.com>:
>> >
>> > Hello,
>> >
>> > The API was changed (it was discussed here:
http://openmeetings.markmail.org/thread/43d5irskmknn3u6u)
>> > Full API as javadocs available here
http://openmeetings.apache.org/openmeetings-webservice/apidocs/index.html
>> > Short example available here:
http://openmeetings.apache.org/RestAPISample.html
>> > PHP API is here:
https://github.com/openmeetings/openmeetings-api-plugin
>> >
>> > unfortunately there no t much documentation :(
>> > I have filed issue against this:
https://issues.apache.org/jira/browse/OPENMEETINGS-1451
>> >
>> > suggestions/contributions are welcome :)
>> >
>> > On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>> >>
>> >> Hello everyone, we have integrated older version of
Openmeetings with our application. At the time of migration to OM 3.1.2, we
realized that api are changed. We want to  keep old code as well as write
new code for newer APIs.
>> >> I am unable to find soap/rest api which let us know version
of Openmeetings.
>> >> Any suggestions?
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> 
>> 
>> 
>> 
>>  --
>>  Sebastian Wagner
>>  https://twitter.com/#!/dead_lock
>>  seba.wag...@gmail.com
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> WBR
>> >>> Maxim aka solomax
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> 
>> 
>> 
>> 
>>  --
>>  Sebastian Wagner
>>  https://twitter.com/#!/dead_lock
>>  seba.wag...@gmail.com
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> WBR
>> >>> Maxim aka solomax
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> Sebastian Wagner
>> >> ht

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
I already provide you with number of links to start with ...
do you need more :))

On Fri, Aug 19, 2016 at 9:57 AM, Bhushan Patil 
wrote:

> So is there any api which I can use get OM version? If not, please guide
> me how can I create one.
> Thank you.
>
> On Aug 19, 2016 8:12 AM, "Maxim Solodovnik"  wrote:
> >
> > yep Moodle plugin as well as PHP API are updated to work with new REST
> services as expected
> > It also was discussed in mailing lists :)
> >
> > On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> >>
> >> Was there a new Moodle plugin issued to be compatible with this API ?
> >>
> >> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik :
> >>>
> >>> yep, Swagger :))
> >>>
> >>> The general flow is the same, I just reduced the number of requests
> required (2 against 3) :)
> >>> Also new version is more extendable and more compact :)
> >>>
> >>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> 
>  Swagger you mean. Yeah that is a really good idea. Especially to get
> a proper API document out. With Swagger you can embed example request and
> responses a lot more easy.
> 
>  "Actually everything was changed"
>  =>I understand the framework and method signatures have changed. But
> the logical flow is the same.
> 
>  Thanks,
>  Sebastian
> 
> 
>  2016-08-19 11:31 GMT+10:00 Maxim Solodovnik :
> >
> > JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
> >
> > On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >>
> >> I need help from community to document this
> >> I have no time to write code otherwise :
> >>
> >> Additionally I was thinking about add Swanger to REST 
> >>
> >> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >>>
> >>> Actually everything was changed
> >>>
> >>> 0) Axis was removed in favor of CXF
> >>> 1) services were split to multiple groups error, user, group, room
> recording etc.
> >>> 2) method signatures were cleaned up
> >>> 3) REST methods are works with JSON now (and produces both XML and
> JSON)
> >>> 4) REST methods uses GET/POST/DELETE (I haven't added PUT)
> >>>
> >>>
> >>> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
> 
>  Has it been reworked to fit into the REST (GET/PUT/POST/DELETE)
> specification? Is that the change?
> 
>  Cause AFAIK I think the methods/flow are the same, right ?
> 
>  Thanks,
>  Sebastian
> 
>  2016-08-19 11:09 GMT+10:00 Maxim Solodovnik  >:
> >
> > Hello,
> >
> > The API was changed (it was discussed here: http://openmeetings.
> markmail.org/thread/43d5irskmknn3u6u)
> > Full API as javadocs available here http://openmeetings.
> apache.org/openmeetings-webservice/apidocs/index.html
> > Short example available here: http://openmeetings.
> apache.org/RestAPISample.html
> > PHP API is here: https://github.com/
> openmeetings/openmeetings-api-plugin
> >
> > unfortunately there no t much documentation :(
> > I have filed issue against this: https://issues.apache.
> org/jira/browse/OPENMEETINGS-1451
> >
> > suggestions/contributions are welcome :)
> >
> > On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
> >>
> >> Hello everyone, we have integrated older version of
> Openmeetings with our application. At the time of migration to OM 3.1.2, we
> realized that api are changed. We want to  keep old code as well as write
> new code for newer APIs.
> >> I am unable to find soap/rest api which let us know version of
> Openmeetings.
> >> Any suggestions?
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> 
> 
> 
> 
>  --
>  Sebastian Wagner
>  https://twitter.com/#!/dead_lock
>  seba.wag...@gmail.com
> >>>
> >>>
> >>>
> >>>
> >>> --
> >>> WBR
> >>> Maxim aka solomax
> >>
> >>
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> 
> 
> 
> 
>  --
>  Sebastian Wagner
>  https://twitter.com/#!/dead_lock
>  seba.wag...@gmail.com
> >>>
> >>>
> >>>
> >>>
> >>> --
> >>> WBR
> >>> Maxim aka solomax
> >>
> >>
> >>
> >>
> >> --
> >> Sebastian Wagner
> >> https://twitter.com/#!/dead_lock
> >> seba.wag...@gmail.com
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
>



-- 
WBR
Maxim aka solomax


Re: AW: Not able to install with backup (3.02 to 3.12) "Enum missing"

2016-08-18 Thread Maxim Solodovnik
Wiki page are able to be created,
Colleague of mine just have created
https://github.com/openmeetings/openmeetings-api-plugin/wiki/REST-API-usage-example
You can update it with your content

On Fri, Aug 19, 2016 at 9:43 AM, Maxim Solodovnik 
wrote:

> OK, please let me know if you need any help
>
> On Fri, Aug 19, 2016 at 8:44 AM, Coscend@OM 
> wrote:
>
>> Dear Maxim,
>>
>>
>>
>> We were uploading the file in wiki page.  GitHub has blocked it.  We have
>> sent a request to GitHub Support.
>>
>>
>>
>> Thank you.
>>
>>
>>
>> Sincerely,
>>
>>
>>
>> Hemant K. Sabat
>>
>>
>>
>> Coscend Communications Solutions
>>
>> Web site: www.Coscend.com 
>>
>> --
>>
>> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
>> Messages from Coscend Communications Solutions' posted at:
>> http://www.Coscend.com/Terms_and_Conditions.html
>> 
>>
>>
>>
>> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
>> *Sent:* Thursday, August 18, 2016 11:41 AM
>> *To:* Openmeetings user-list ;
>> om.insig...@coscend.com
>> *Subject:* Re: AW: Not able to install with backup (3.02 to 3.12) "Enum
>> missing"
>>
>>
>>
>> I can see neither wiki modification no PR available :(
>>
>> So far I have updated OM REST API example: http://openmeetings.a
>> pache.org/RestAPISample.html
>>
>>
>>
>> please let me know if anything else remain unclear
>>
>>
>>
>> On Thu, Aug 18, 2016 at 11:56 AM, Coscend@OM 
>> wrote:
>>
>> Dear Maxim,
>>
>>
>>
>> We will do as you suggested.  Post it on https://github.com/openmeeting
>> s/openmeetings-api-plugin/wiki
>>
>>
>>
>> So far, the documentation has the following overview steps.  Please feel
>> free to modify these.
>>
>>
>>
>> 1. Append the API files to the root directory $RED5_HOME of your
>> product portal
>>
>>
>>
>> 2. Create config array:  Lib.php
>>
>>
>>
>> 3. Get Room Hash for the User to login
>>
>> getUser:  Lib.php
>>
>> getSecureHash:  OmGateway.php
>>
>>
>>
>> Check result:
>>
>> Get SID :
>>
>>
>>
>> 4. Create and display a room to enter
>>
>> Create a room
>>
>>
>>
>> How to display room:  Create instance of OmGateway:  Renderer.php
>>
>>
>>
>> 5. Open or enter OM room using the URL generated
>>
>>
>>
>> Thank you.
>>
>>
>>
>> Sincerely,
>>
>>
>>
>> Hemant K. Sabat
>>
>>
>>
>> Coscend Communications Solutions
>>
>> Web site: www.Coscend.com 
>>
>> --
>>
>> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
>> Messages from Coscend Communications Solutions' posted at:
>> http://www.Coscend.com/Terms_and_Conditions.html
>> 
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
>> *Sent:* Wednesday, August 17, 2016 11:30 PM
>> *To:* Openmeetings user-list ;
>> om.insig...@coscend.com
>> *Subject:* Re: AW: Not able to install with backup (3.02 to 3.12) "Enum
>> missing"
>>
>>
>>
>> >> on OM cWiki page
>>
>> I would prefer it to be published at https://github.com/openmeet
>> ings/openmeetings-api-plugin/wiki
>>
>>
>>
>> We can add the link to it to http://openmeetings.apache.
>> org/RestAPISample.html
>>
>> Additionally I can add some general details to the
>> http://openmeetings.apache.org/RestAPISample.html (which is outdated)
>>
>>
>>
>> On Thu, Aug 18, 2016 at 11:27 AM, Coscend@OM 
>> wrote:
>>
>> Hello Andre,
>>
>> Hope you successfully implemented the OM API plugin.  For the benefit of
>> other users, we are creating comprehensive documentation on how to
>> implement OM-API plugin.  This documentation will be posted on OM cWiki
>> page.  Your learning from your live implementation could enhance this
>> documentation.  Would you like to jot down the steps you followed and any
>> sample code under each step that you have used?
>>
>> Thank you.
>>
>> Sincerely,
>>
>> Hemant K. Sabat
>>
>> Coscend Communications Solutions
>> Web site: www.Coscend.com
>> --
>> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
>> Messages from Coscend Communications Solutions' posted at:
>> http://www.Coscend.com/Terms_and_Conditions.html
>>
>>
>>
>> -Original Message-
>> From: Andre Wruszczak [mailto:wruszc...@web.de]
>> Sent: Monday, August 15, 2016 8:12 PM
>> To: user@openmeetings.apache.org
>> Subject: AW: AW: Not able to install with backup (3.02 to 3.12) "Enum
>> missing"
>>
>> Hey Maxim, I found some of the Config files and should be fine with that
>> so far.
>>
>> Currently I use the OmGateway with the config, to get an ssid, from my
>> default user (which has Login/Room/Soap accesss).
>>
>> But now I am stuck with creating a room and entering it (I want to
>> generate a link that goes to the created room.)
>>
>> I think the problem is in this line of code =
>>
>

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Bhushan Patil
So is there any api which I can use get OM version? If not, please guide me
how can I create one.
Thank you.

On Aug 19, 2016 8:12 AM, "Maxim Solodovnik"  wrote:
>
> yep Moodle plugin as well as PHP API are updated to work with new REST
services as expected
> It also was discussed in mailing lists :)
>
> On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:
>>
>> Was there a new Moodle plugin issued to be compatible with this API ?
>>
>> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik :
>>>
>>> yep, Swagger :))
>>>
>>> The general flow is the same, I just reduced the number of requests
required (2 against 3) :)
>>> Also new version is more extendable and more compact :)
>>>
>>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:

 Swagger you mean. Yeah that is a really good idea. Especially to get a
proper API document out. With Swagger you can embed example request and
responses a lot more easy.

 "Actually everything was changed"
 =>I understand the framework and method signatures have changed. But
the logical flow is the same.

 Thanks,
 Sebastian


 2016-08-19 11:31 GMT+10:00 Maxim Solodovnik :
>
> JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
>
> On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>>
>> I need help from community to document this
>> I have no time to write code otherwise :
>>
>> Additionally I was thinking about add Swanger to REST 
>>
>> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
solomax...@gmail.com> wrote:
>>>
>>> Actually everything was changed
>>>
>>> 0) Axis was removed in favor of CXF
>>> 1) services were split to multiple groups error, user, group, room
recording etc.
>>> 2) method signatures were cleaned up
>>> 3) REST methods are works with JSON now (and produces both XML and
JSON)
>>> 4) REST methods uses GET/POST/DELETE (I haven't added PUT)
>>>
>>>
>>> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:

 Has it been reworked to fit into the REST (GET/PUT/POST/DELETE)
specification? Is that the change?

 Cause AFAIK I think the methods/flow are the same, right ?

 Thanks,
 Sebastian

 2016-08-19 11:09 GMT+10:00 Maxim Solodovnik :
>
> Hello,
>
> The API was changed (it was discussed here:
http://openmeetings.markmail.org/thread/43d5irskmknn3u6u)
> Full API as javadocs available here
http://openmeetings.apache.org/openmeetings-webservice/apidocs/index.html
> Short example available here:
http://openmeetings.apache.org/RestAPISample.html
> PHP API is here:
https://github.com/openmeetings/openmeetings-api-plugin
>
> unfortunately there no t much documentation :(
> I have filed issue against this:
https://issues.apache.org/jira/browse/OPENMEETINGS-1451
>
> suggestions/contributions are welcome :)
>
> On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil <
thebhushanpa...@gmail.com> wrote:
>>
>> Hello everyone, we have integrated older version of Openmeetings
with our application. At the time of migration to OM 3.1.2, we realized
that api are changed. We want to  keep old code as well as write new code
for newer APIs.
>> I am unable to find soap/rest api which let us know version of
Openmeetings.
>> Any suggestions?
>
>
>
>
> --
> WBR
> Maxim aka solomax




 --
 Sebastian Wagner
 https://twitter.com/#!/dead_lock
 seba.wag...@gmail.com
>>>
>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax




 --
 Sebastian Wagner
 https://twitter.com/#!/dead_lock
 seba.wag...@gmail.com
>>>
>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>
>>
>>
>>
>> --
>> Sebastian Wagner
>> https://twitter.com/#!/dead_lock
>> seba.wag...@gmail.com
>
>
>
>
> --
> WBR
> Maxim aka solomax


Re: AW: Not able to install with backup (3.02 to 3.12) "Enum missing"

2016-08-18 Thread Maxim Solodovnik
OK, please let me know if you need any help

On Fri, Aug 19, 2016 at 8:44 AM, Coscend@OM  wrote:

> Dear Maxim,
>
>
>
> We were uploading the file in wiki page.  GitHub has blocked it.  We have
> sent a request to GitHub Support.
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> Web site: www.Coscend.com 
>
> --
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
> 
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Thursday, August 18, 2016 11:41 AM
> *To:* Openmeetings user-list ;
> om.insig...@coscend.com
> *Subject:* Re: AW: Not able to install with backup (3.02 to 3.12) "Enum
> missing"
>
>
>
> I can see neither wiki modification no PR available :(
>
> So far I have updated OM REST API example: http://openmeetings.
> apache.org/RestAPISample.html
>
>
>
> please let me know if anything else remain unclear
>
>
>
> On Thu, Aug 18, 2016 at 11:56 AM, Coscend@OM 
> wrote:
>
> Dear Maxim,
>
>
>
> We will do as you suggested.  Post it on https://github.com/
> openmeetings/openmeetings-api-plugin/wiki
>
>
>
> So far, the documentation has the following overview steps.  Please feel
> free to modify these.
>
>
>
> 1. Append the API files to the root directory $RED5_HOME of your
> product portal
>
>
>
> 2. Create config array:  Lib.php
>
>
>
> 3. Get Room Hash for the User to login
>
> getUser:  Lib.php
>
> getSecureHash:  OmGateway.php
>
>
>
> Check result:
>
> Get SID :
>
>
>
> 4. Create and display a room to enter
>
> Create a room
>
>
>
> How to display room:  Create instance of OmGateway:  Renderer.php
>
>
>
> 5. Open or enter OM room using the URL generated
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> Web site: www.Coscend.com 
>
> --
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
> 
>
>
>
>
>
>
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Wednesday, August 17, 2016 11:30 PM
> *To:* Openmeetings user-list ;
> om.insig...@coscend.com
> *Subject:* Re: AW: Not able to install with backup (3.02 to 3.12) "Enum
> missing"
>
>
>
> >> on OM cWiki page
>
> I would prefer it to be published at https://github.com/
> openmeetings/openmeetings-api-plugin/wiki
>
>
>
> We can add the link to it to http://openmeetings.apache.
> org/RestAPISample.html
>
> Additionally I can add some general details to the http://openmeetings.
> apache.org/RestAPISample.html (which is outdated)
>
>
>
> On Thu, Aug 18, 2016 at 11:27 AM, Coscend@OM 
> wrote:
>
> Hello Andre,
>
> Hope you successfully implemented the OM API plugin.  For the benefit of
> other users, we are creating comprehensive documentation on how to
> implement OM-API plugin.  This documentation will be posted on OM cWiki
> page.  Your learning from your live implementation could enhance this
> documentation.  Would you like to jot down the steps you followed and any
> sample code under each step that you have used?
>
> Thank you.
>
> Sincerely,
>
> Hemant K. Sabat
>
> Coscend Communications Solutions
> Web site: www.Coscend.com
> --
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
>
>
>
> -Original Message-
> From: Andre Wruszczak [mailto:wruszc...@web.de]
> Sent: Monday, August 15, 2016 8:12 PM
> To: user@openmeetings.apache.org
> Subject: AW: AW: Not able to install with backup (3.02 to 3.12) "Enum
> missing"
>
> Hey Maxim, I found some of the Config files and should be fine with that
> so far.
>
> Currently I use the OmGateway with the config, to get an ssid, from my
> default user (which has Login/Room/Soap accesss).
>
> But now I am stuck with creating a room and entering it (I want to
> generate a link that goes to the created room.)
>
> I think the problem is in this line of code =
>
> $parameter = [
> 'name' => urlencode($name),
> 'type' => 3,
> 'comment' => '',
> 'numberOfPartizipants' => 50,
> 'isPublic' => false,
> 'appointment' => false,
> 'moderated' => 1,
> 'audioOnly' => false,
> 'allowUserQuestions' => true,
> 'allowRecording' => true,
> 'chatHidden' => 1,
> 'externalType' => true
> 

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
yep Moodle plugin as well as PHP API are updated to work with new REST
services as expected
It also was discussed in mailing lists :)

On Fri, Aug 19, 2016 at 9:36 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:

> Was there a new Moodle plugin issued to be compatible with this API ?
>
> 2016-08-19 12:32 GMT+10:00 Maxim Solodovnik :
>
>> yep, Swagger :))
>>
>> The general flow is the same, I just reduced the number of requests
>> required (2 against 3) :)
>> Also new version is more extendable and more compact :)
>>
>> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
>> seba.wag...@gmail.com> wrote:
>>
>>> Swagger you mean. Yeah that is a really good idea. Especially to get a
>>> proper API document out. With Swagger you can embed example request and
>>> responses a lot more easy.
>>>
>>> "Actually everything was changed"
>>> =>I understand the framework and method signatures have changed. But the
>>> logical flow is the same.
>>>
>>> Thanks,
>>> Sebastian
>>>
>>>
>>> 2016-08-19 11:31 GMT+10:00 Maxim Solodovnik :
>>>
 JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut

 On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik >>> > wrote:

> I need help from community to document this
> I have no time to write code otherwise :
>
> Additionally I was thinking about add Swanger to REST 
>
> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
>
>> Actually everything was changed
>>
>> 0) Axis was removed in favor of CXF
>> 1) services were split to multiple groups error, user, group, room
>> recording etc.
>> 2) method signatures were cleaned up
>> 3) REST methods are works with JSON now (and produces both XML and
>> JSON)
>> 4) REST methods uses GET/POST/DELETE (I haven't added PUT)
>>
>>
>> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
>> seba.wag...@gmail.com> wrote:
>>
>>> Has it been reworked to fit into the REST (GET/PUT/POST/DELETE)
>>> specification? Is that the change?
>>>
>>> Cause AFAIK I think the methods/flow are the same, right ?
>>>
>>> Thanks,
>>> Sebastian
>>>
>>> 2016-08-19 11:09 GMT+10:00 Maxim Solodovnik :
>>>
 Hello,

 The API was changed (it was discussed here:
 http://openmeetings.markmail.org/thread/43d5irskmknn3u6u)
 Full API as javadocs available here http://openmeetings.apach
 e.org/openmeetings-webservice/apidocs/index.html
 Short example available here: http://openmeetings.apac
 he.org/RestAPISample.html
 PHP API is here: https://github.com/openm
 eetings/openmeetings-api-plugin

 unfortunately there no t much documentation :(
 I have filed issue against this: https://issues.apache.or
 g/jira/browse/OPENMEETINGS-1451

 suggestions/contributions are welcome :)

 On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil <
 thebhushanpa...@gmail.com> wrote:

> Hello everyone, we have integrated older version of Openmeetings
> with our application. At the time of migration to OM 3.1.2, we 
> realized
> that api are changed. We want to  keep old code as well as write new 
> code
> for newer APIs.
> I am unable to find soap/rest api which let us know version of
> Openmeetings.
> Any suggestions?
>



 --
 WBR
 Maxim aka solomax

>>>
>>>
>>>
>>> --
>>> Sebastian Wagner
>>> https://twitter.com/#!/dead_lock
>>> seba.wag...@gmail.com
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



 --
 WBR
 Maxim aka solomax

>>>
>>>
>>>
>>> --
>>> Sebastian Wagner
>>> https://twitter.com/#!/dead_lock
>>> seba.wag...@gmail.com
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> seba.wag...@gmail.com
>



-- 
WBR
Maxim aka solomax


Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread seba.wag...@gmail.com
Was there a new Moodle plugin issued to be compatible with this API ?

2016-08-19 12:32 GMT+10:00 Maxim Solodovnik :

> yep, Swagger :))
>
> The general flow is the same, I just reduced the number of requests
> required (2 against 3) :)
> Also new version is more extendable and more compact :)
>
> On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
>
>> Swagger you mean. Yeah that is a really good idea. Especially to get a
>> proper API document out. With Swagger you can embed example request and
>> responses a lot more easy.
>>
>> "Actually everything was changed"
>> =>I understand the framework and method signatures have changed. But the
>> logical flow is the same.
>>
>> Thanks,
>> Sebastian
>>
>>
>> 2016-08-19 11:31 GMT+10:00 Maxim Solodovnik :
>>
>>> JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
>>>
>>> On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik 
>>> wrote:
>>>
 I need help from community to document this
 I have no time to write code otherwise :

 Additionally I was thinking about add Swanger to REST 

 On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik >>> > wrote:

> Actually everything was changed
>
> 0) Axis was removed in favor of CXF
> 1) services were split to multiple groups error, user, group, room
> recording etc.
> 2) method signatures were cleaned up
> 3) REST methods are works with JSON now (and produces both XML and
> JSON)
> 4) REST methods uses GET/POST/DELETE (I haven't added PUT)
>
>
> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
>
>> Has it been reworked to fit into the REST (GET/PUT/POST/DELETE)
>> specification? Is that the change?
>>
>> Cause AFAIK I think the methods/flow are the same, right ?
>>
>> Thanks,
>> Sebastian
>>
>> 2016-08-19 11:09 GMT+10:00 Maxim Solodovnik :
>>
>>> Hello,
>>>
>>> The API was changed (it was discussed here: http://openmeetings.mark
>>> mail.org/thread/43d5irskmknn3u6u)
>>> Full API as javadocs available here http://openmeetings.apach
>>> e.org/openmeetings-webservice/apidocs/index.html
>>> Short example available here: http://openmeetings.apac
>>> he.org/RestAPISample.html
>>> PHP API is here: https://github.com/openm
>>> eetings/openmeetings-api-plugin
>>>
>>> unfortunately there no t much documentation :(
>>> I have filed issue against this: https://issues.apache.or
>>> g/jira/browse/OPENMEETINGS-1451
>>>
>>> suggestions/contributions are welcome :)
>>>
>>> On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil <
>>> thebhushanpa...@gmail.com> wrote:
>>>
 Hello everyone, we have integrated older version of Openmeetings
 with our application. At the time of migration to OM 3.1.2, we realized
 that api are changed. We want to  keep old code as well as write new 
 code
 for newer APIs.
 I am unable to find soap/rest api which let us know version of
 Openmeetings.
 Any suggestions?

>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>> Sebastian Wagner
>> https://twitter.com/#!/dead_lock
>> seba.wag...@gmail.com
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



 --
 WBR
 Maxim aka solomax

>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>> Sebastian Wagner
>> https://twitter.com/#!/dead_lock
>> seba.wag...@gmail.com
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
seba.wag...@gmail.com


Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
yep, Swagger :))

The general flow is the same, I just reduced the number of requests
required (2 against 3) :)
Also new version is more extendable and more compact :)

On Fri, Aug 19, 2016 at 9:29 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:

> Swagger you mean. Yeah that is a really good idea. Especially to get a
> proper API document out. With Swagger you can embed example request and
> responses a lot more easy.
>
> "Actually everything was changed"
> =>I understand the framework and method signatures have changed. But the
> logical flow is the same.
>
> Thanks,
> Sebastian
>
>
> 2016-08-19 11:31 GMT+10:00 Maxim Solodovnik :
>
>> JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
>>
>> On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik 
>> wrote:
>>
>>> I need help from community to document this
>>> I have no time to write code otherwise :
>>>
>>> Additionally I was thinking about add Swanger to REST 
>>>
>>> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik 
>>> wrote:
>>>
 Actually everything was changed

 0) Axis was removed in favor of CXF
 1) services were split to multiple groups error, user, group, room
 recording etc.
 2) method signatures were cleaned up
 3) REST methods are works with JSON now (and produces both XML and JSON)
 4) REST methods uses GET/POST/DELETE (I haven't added PUT)


 On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
 seba.wag...@gmail.com> wrote:

> Has it been reworked to fit into the REST (GET/PUT/POST/DELETE)
> specification? Is that the change?
>
> Cause AFAIK I think the methods/flow are the same, right ?
>
> Thanks,
> Sebastian
>
> 2016-08-19 11:09 GMT+10:00 Maxim Solodovnik :
>
>> Hello,
>>
>> The API was changed (it was discussed here: http://openmeetings.mark
>> mail.org/thread/43d5irskmknn3u6u)
>> Full API as javadocs available here http://openmeetings.apach
>> e.org/openmeetings-webservice/apidocs/index.html
>> Short example available here: http://openmeetings.apac
>> he.org/RestAPISample.html
>> PHP API is here: https://github.com/openm
>> eetings/openmeetings-api-plugin
>>
>> unfortunately there no t much documentation :(
>> I have filed issue against this: https://issues.apache.or
>> g/jira/browse/OPENMEETINGS-1451
>>
>> suggestions/contributions are welcome :)
>>
>> On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil <
>> thebhushanpa...@gmail.com> wrote:
>>
>>> Hello everyone, we have integrated older version of Openmeetings
>>> with our application. At the time of migration to OM 3.1.2, we realized
>>> that api are changed. We want to  keep old code as well as write new 
>>> code
>>> for newer APIs.
>>> I am unable to find soap/rest api which let us know version of
>>> Openmeetings.
>>> Any suggestions?
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> seba.wag...@gmail.com
>



 --
 WBR
 Maxim aka solomax

>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> seba.wag...@gmail.com
>



-- 
WBR
Maxim aka solomax


Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread seba.wag...@gmail.com
Swagger you mean. Yeah that is a really good idea. Especially to get a
proper API document out. With Swagger you can embed example request and
responses a lot more easy.

"Actually everything was changed"
=>I understand the framework and method signatures have changed. But the
logical flow is the same.

Thanks,
Sebastian


2016-08-19 11:31 GMT+10:00 Maxim Solodovnik :

> JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut
>
> On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik 
> wrote:
>
>> I need help from community to document this
>> I have no time to write code otherwise :
>>
>> Additionally I was thinking about add Swanger to REST 
>>
>> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik 
>> wrote:
>>
>>> Actually everything was changed
>>>
>>> 0) Axis was removed in favor of CXF
>>> 1) services were split to multiple groups error, user, group, room
>>> recording etc.
>>> 2) method signatures were cleaned up
>>> 3) REST methods are works with JSON now (and produces both XML and JSON)
>>> 4) REST methods uses GET/POST/DELETE (I haven't added PUT)
>>>
>>>
>>> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
>>> seba.wag...@gmail.com> wrote:
>>>
 Has it been reworked to fit into the REST (GET/PUT/POST/DELETE)
 specification? Is that the change?

 Cause AFAIK I think the methods/flow are the same, right ?

 Thanks,
 Sebastian

 2016-08-19 11:09 GMT+10:00 Maxim Solodovnik :

> Hello,
>
> The API was changed (it was discussed here: http://openmeetings.mark
> mail.org/thread/43d5irskmknn3u6u)
> Full API as javadocs available here http://openmeetings.apach
> e.org/openmeetings-webservice/apidocs/index.html
> Short example available here: http://openmeetings.apac
> he.org/RestAPISample.html
> PHP API is here: https://github.com/openm
> eetings/openmeetings-api-plugin
>
> unfortunately there no t much documentation :(
> I have filed issue against this: https://issues.apache.or
> g/jira/browse/OPENMEETINGS-1451
>
> suggestions/contributions are welcome :)
>
> On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil <
> thebhushanpa...@gmail.com> wrote:
>
>> Hello everyone, we have integrated older version of Openmeetings with
>> our application. At the time of migration to OM 3.1.2, we realized that 
>> api
>> are changed. We want to  keep old code as well as write new code for 
>> newer
>> APIs.
>> I am unable to find soap/rest api which let us know version of
>> Openmeetings.
>> Any suggestions?
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



 --
 Sebastian Wagner
 https://twitter.com/#!/dead_lock
 seba.wag...@gmail.com

>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
seba.wag...@gmail.com


RE: AW: Not able to install with backup (3.02 to 3.12) "Enum missing"

2016-08-18 Thread Coscend@OM
Dear Maxim,

 

We were uploading the file in wiki page.  GitHub has blocked it.  We have sent 
a request to GitHub Support.

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com   

--

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages 
from Coscend Communications Solutions' posted at: 
http://www.Coscend.com/Terms_and_Conditions.html 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Thursday, August 18, 2016 11:41 AM
To: Openmeetings user-list ; 
om.insig...@coscend.com
Subject: Re: AW: Not able to install with backup (3.02 to 3.12) "Enum missing"

 

I can see neither wiki modification no PR available :(

So far I have updated OM REST API example: 
http://openmeetings.apache.org/RestAPISample.html

 

please let me know if anything else remain unclear

 

On Thu, Aug 18, 2016 at 11:56 AM, Coscend@OM mailto:om.insig...@coscend.com> > wrote:

Dear Maxim,

 

We will do as you suggested.  Post it on 
https://github.com/openmeetings/openmeetings-api-plugin/wiki  

 

So far, the documentation has the following overview steps.  Please feel free 
to modify these.

 

1. Append the API files to the root directory $RED5_HOME of your product 
portal

 

2. Create config array:  Lib.php

 

3. Get Room Hash for the User to login  

getUser:  Lib.php

getSecureHash:  OmGateway.php

 

Check result:  

Get SID :  

 

4. Create and display a room to enter

Create a room



How to display room:  Create instance of OmGateway:  Renderer.php

 

5. Open or enter OM room using the URL generated

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com   

--

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages 
from Coscend Communications Solutions' posted at: 
http://www.Coscend.com/Terms_and_Conditions.html 

 

 

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com 
 ] 
Sent: Wednesday, August 17, 2016 11:30 PM
To: Openmeetings user-list mailto:user@openmeetings.apache.org> >; om.insig...@coscend.com 
 
Subject: Re: AW: Not able to install with backup (3.02 to 3.12) "Enum missing"

 

>> on OM cWiki page

I would prefer it to be published at 
https://github.com/openmeetings/openmeetings-api-plugin/wiki

 

We can add the link to it to http://openmeetings.apache.org/RestAPISample.html

Additionally I can add some general details to the 
http://openmeetings.apache.org/RestAPISample.html (which is outdated)

 

On Thu, Aug 18, 2016 at 11:27 AM, Coscend@OM mailto:om.insig...@coscend.com> > wrote:

Hello Andre,

Hope you successfully implemented the OM API plugin.  For the benefit of other 
users, we are creating comprehensive documentation on how to implement OM-API 
plugin.  This documentation will be posted on OM cWiki page.  Your learning 
from your live implementation could enhance this documentation.  Would you like 
to jot down the steps you followed and any sample code under each step that you 
have used?

Thank you.

Sincerely,

Hemant K. Sabat

Coscend Communications Solutions
Web site: www.Coscend.com  
--
CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages 
from Coscend Communications Solutions' posted at: 
http://www.Coscend.com/Terms_and_Conditions.html



-Original Message-
From: Andre Wruszczak [mailto:wruszc...@web.de  ]
Sent: Monday, August 15, 2016 8:12 PM
To: user@openmeetings.apache.org  
Subject: AW: AW: Not able to install with backup (3.02 to 3.12) "Enum missing"

Hey Maxim, I found some of the Config files and should be fine with that so far.

Currently I use the OmGateway with the config, to get an ssid, from my default 
user (which has Login/Room/Soap accesss).

But now I am stuck with creating a room and entering it (I want to generate a 
link that goes to the created room.)

I think the problem is in this line of code =

$parameter = [
'name' => urlencode($name),
'type' => 3,
'comment' => '',
'numberOfPartizipants' => 50,
'isPublic' => false,
'appointment' => false,
'moderated' => 1,
'audioOnly' => false,
'allowUserQuestions' => true,
'allowRecording' => true,
'chatHidden' => 1,
'externalType' => true
];

$conf = $this->getOmConfig();
$gateway = new OmGateway($conf);
if($gateway->login()){
$roomId = $gateway->updateRoom($parameter);
return $roomId;
   

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
JFYI: http://cxf.markmail.org/thread/tmarv3xwewgemiut

On Fri, Aug 19, 2016 at 8:24 AM, Maxim Solodovnik 
wrote:

> I need help from community to document this
> I have no time to write code otherwise :
>
> Additionally I was thinking about add Swanger to REST 
>
> On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik 
> wrote:
>
>> Actually everything was changed
>>
>> 0) Axis was removed in favor of CXF
>> 1) services were split to multiple groups error, user, group, room
>> recording etc.
>> 2) method signatures were cleaned up
>> 3) REST methods are works with JSON now (and produces both XML and JSON)
>> 4) REST methods uses GET/POST/DELETE (I haven't added PUT)
>>
>>
>> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
>> seba.wag...@gmail.com> wrote:
>>
>>> Has it been reworked to fit into the REST (GET/PUT/POST/DELETE)
>>> specification? Is that the change?
>>>
>>> Cause AFAIK I think the methods/flow are the same, right ?
>>>
>>> Thanks,
>>> Sebastian
>>>
>>> 2016-08-19 11:09 GMT+10:00 Maxim Solodovnik :
>>>
 Hello,

 The API was changed (it was discussed here: http://openmeetings.mark
 mail.org/thread/43d5irskmknn3u6u)
 Full API as javadocs available here http://openmeetings.apach
 e.org/openmeetings-webservice/apidocs/index.html
 Short example available here: http://openmeetings.apac
 he.org/RestAPISample.html
 PHP API is here: https://github.com/openmeetings/openmeetings-api-plugi
 n

 unfortunately there no t much documentation :(
 I have filed issue against this: https://issues.apache.or
 g/jira/browse/OPENMEETINGS-1451

 suggestions/contributions are welcome :)

 On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil <
 thebhushanpa...@gmail.com> wrote:

> Hello everyone, we have integrated older version of Openmeetings with
> our application. At the time of migration to OM 3.1.2, we realized that 
> api
> are changed. We want to  keep old code as well as write new code for newer
> APIs.
> I am unable to find soap/rest api which let us know version of
> Openmeetings.
> Any suggestions?
>



 --
 WBR
 Maxim aka solomax

>>>
>>>
>>>
>>> --
>>> Sebastian Wagner
>>> https://twitter.com/#!/dead_lock
>>> seba.wag...@gmail.com
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax


Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
I need help from community to document this
I have no time to write code otherwise :

Additionally I was thinking about add Swanger to REST 

On Fri, Aug 19, 2016 at 8:23 AM, Maxim Solodovnik 
wrote:

> Actually everything was changed
>
> 0) Axis was removed in favor of CXF
> 1) services were split to multiple groups error, user, group, room
> recording etc.
> 2) method signatures were cleaned up
> 3) REST methods are works with JSON now (and produces both XML and JSON)
> 4) REST methods uses GET/POST/DELETE (I haven't added PUT)
>
>
> On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
>
>> Has it been reworked to fit into the REST (GET/PUT/POST/DELETE)
>> specification? Is that the change?
>>
>> Cause AFAIK I think the methods/flow are the same, right ?
>>
>> Thanks,
>> Sebastian
>>
>> 2016-08-19 11:09 GMT+10:00 Maxim Solodovnik :
>>
>>> Hello,
>>>
>>> The API was changed (it was discussed here: http://openmeetings.mark
>>> mail.org/thread/43d5irskmknn3u6u)
>>> Full API as javadocs available here http://openmeetings.apach
>>> e.org/openmeetings-webservice/apidocs/index.html
>>> Short example available here: http://openmeetings.apac
>>> he.org/RestAPISample.html
>>> PHP API is here: https://github.com/openmeetings/openmeetings-api-plugin
>>>
>>> unfortunately there no t much documentation :(
>>> I have filed issue against this: https://issues.apache.or
>>> g/jira/browse/OPENMEETINGS-1451
>>>
>>> suggestions/contributions are welcome :)
>>>
>>> On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil <
>>> thebhushanpa...@gmail.com> wrote:
>>>
 Hello everyone, we have integrated older version of Openmeetings with
 our application. At the time of migration to OM 3.1.2, we realized that api
 are changed. We want to  keep old code as well as write new code for newer
 APIs.
 I am unable to find soap/rest api which let us know version of
 Openmeetings.
 Any suggestions?

>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>> Sebastian Wagner
>> https://twitter.com/#!/dead_lock
>> seba.wag...@gmail.com
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax


Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
Actually everything was changed

0) Axis was removed in favor of CXF
1) services were split to multiple groups error, user, group, room
recording etc.
2) method signatures were cleaned up
3) REST methods are works with JSON now (and produces both XML and JSON)
4) REST methods uses GET/POST/DELETE (I haven't added PUT)


On Fri, Aug 19, 2016 at 8:16 AM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:

> Has it been reworked to fit into the REST (GET/PUT/POST/DELETE)
> specification? Is that the change?
>
> Cause AFAIK I think the methods/flow are the same, right ?
>
> Thanks,
> Sebastian
>
> 2016-08-19 11:09 GMT+10:00 Maxim Solodovnik :
>
>> Hello,
>>
>> The API was changed (it was discussed here: http://openmeetings.mark
>> mail.org/thread/43d5irskmknn3u6u)
>> Full API as javadocs available here http://openmeetings.apach
>> e.org/openmeetings-webservice/apidocs/index.html
>> Short example available here: http://openmeetings.apac
>> he.org/RestAPISample.html
>> PHP API is here: https://github.com/openmeetings/openmeetings-api-plugin
>>
>> unfortunately there no t much documentation :(
>> I have filed issue against this: https://issues.apache.or
>> g/jira/browse/OPENMEETINGS-1451
>>
>> suggestions/contributions are welcome :)
>>
>> On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil > > wrote:
>>
>>> Hello everyone, we have integrated older version of Openmeetings with
>>> our application. At the time of migration to OM 3.1.2, we realized that api
>>> are changed. We want to  keep old code as well as write new code for newer
>>> APIs.
>>> I am unable to find soap/rest api which let us know version of
>>> Openmeetings.
>>> Any suggestions?
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> seba.wag...@gmail.com
>



-- 
WBR
Maxim aka solomax


Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread seba.wag...@gmail.com
Has it been reworked to fit into the REST (GET/PUT/POST/DELETE)
specification? Is that the change?

Cause AFAIK I think the methods/flow are the same, right ?

Thanks,
Sebastian

2016-08-19 11:09 GMT+10:00 Maxim Solodovnik :

> Hello,
>
> The API was changed (it was discussed here: http://openmeetings.
> markmail.org/thread/43d5irskmknn3u6u)
> Full API as javadocs available here http://openmeetings.
> apache.org/openmeetings-webservice/apidocs/index.html
> Short example available here: http://openmeetings.
> apache.org/RestAPISample.html
> PHP API is here: https://github.com/openmeetings/openmeetings-api-plugin
>
> unfortunately there no t much documentation :(
> I have filed issue against this: https://issues.apache.
> org/jira/browse/OPENMEETINGS-1451
>
> suggestions/contributions are welcome :)
>
> On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil 
> wrote:
>
>> Hello everyone, we have integrated older version of Openmeetings with our
>> application. At the time of migration to OM 3.1.2, we realized that api are
>> changed. We want to  keep old code as well as write new code for newer APIs.
>> I am unable to find soap/rest api which let us know version of
>> Openmeetings.
>> Any suggestions?
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
seba.wag...@gmail.com


Re: New tutorials Installation OM 3.1.2 on different OS

2016-08-18 Thread Maxim Solodovnik
sure, please let me know what to do :)

On Fri, Aug 19, 2016 at 2:25 AM, Alvaro  wrote:

> Ok, Thanks, Sebastian.
>
> Maxim, will contact with you.
>
> Regards!
>
> Alvaro
>
> ..
>
>
> El jue, 18-08-2016 a las 08:54 +1200, seba.wag...@gmail.com escribió:
> > Hi Alvaro,
> >
> >
> > this all sounds great. Just go ahead!
> >
> >
> > Thanks!
> > Sebastian
> >
> > 2016-08-18 5:21 GMT+12:00 Alvaro :
> > The next monday will upload a new tutorial
> > for OpenMeetings 3.1.2 on Arch Linux. It is
> > tested and work right.
> >
> > Sebastian, could you please decide about
> > reorganize the distribution in the english
> > Wiki tutorials page? The way you like it.
> >
> > Good, Maxim?
> >
> > Alvaro
> >
> > El mar, 16-08-2016 a las 14:54 +0700, Maxim Solodovnik
> > escribió:
> > > OK with me
> > >
> > > On Tue, Aug 16, 2016 at 2:12 PM, Alvaro 
> > wrote:
> > > > Hello Sebastian,
> > > >
> > > > Find ok your suggestion. Would be the
> > > > easier way for the users find the latest
> > > > tutorials writes.
> > > >
> > > > So, if nobody disturb, the block 10 can be
> > > > in the top, as you say, and the block 9 (it is
> > > > only a link) to spanish tutorials page that have
> > > > the latest also, in the second place.
> > > >
> > > > To put more clear the english page tutorials,
> > > > would be good that, when any body make a tutorial
> > > > in any other language different to english, build
> > > > a page in the Apache OpenMeetings wiki in that
> > > > language, where put his tutorials, and a link to
> > > > english tutorials page.
> > > > At this english page, a block exclusive with a link
> > > > to that idiom tutorials page.
> > > >
> > > > So, the english tutorials page will have english tutorials
> > > > only, and one link per block to every different wiki
> > > > page tutorials, like for example for german, spanish,
> > ruse, etc.
> > > >
> > > > WDT?
> > > >
> > > > Alvaro
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > El mar, 16-08-2016 a las 10:43 +1200,
> > seba.wag...@gmail.com escribió:
> > > >> Hi Alvaro,
> > > >>
> > > >>
> > > >> looks very good, some very detailed instruction
> > documents!
> > > >>
> > > >> Maybe we can re-arrange the list of tutorials so that
> > your
> > > >> latest/current one is easier to find ?
> > > >>
> > > >>
> > > >> So maybe put your latest ones on top and then the table
> > with the
> > > >> archive for the previous versions underneath. Or maybe
> > some other way
> > > >> to highlight what is the latest available version to look
> > at.
> > > >>
> > > >>
> > > >> Thanks,
> > > >> Sebastian
> > > >>
> > > >>
> > > >>
> > > >> 2016-08-15 19:27 GMT+12:00 Alvaro :
> > > >> Hello,
> > > >>
> > > >> As told you two days ago, here is the tutorial
> > for
> > > >> OpenMeetings 3.1.2 on PCLinuxOS 2016, called:
> > > >>
> > > >> Installation OpenMeetings 3.1.x on PCLinuxOS 2016
> > > >>
> > > >> You can find it together the other new tutorials,
> > in:
> > > >>
> > > >>
> >  https://cwiki.apache.org/confluence/display/
> OPENMEETINGS/Tutorials+for
> > > >> +installing+OpenMeetings+and+Tools
> > > >>
> > > >> ...block 10.
> > > >>
> > > >> You're welcome, Maxim :)
> > > >>
> > > >> Best Regards,
> > > >>
> > > >> Alvaro
> > > >>
> > > >>
> > > >> El lun, 15-08-2016 a las 09:47 +0700, Maxim
> > Solodovnik
> > > >> escribió:
> > > >> > Thanks a lot Alvaro! :)
> > > >> >
> > > >> > On Sat, Aug 13, 2016 at 5:18 PM, Alvaro
> > 
> > > >> wrote:
> > > >> > > Hello
> > > >> > >
> > > >> > > As you know, yesterday Maxim launched the new
> > stable
> > > >> version
> > > >> > > Apache OpenMeetings 3.1.2.
> > > >> > > This version is highly recommended, by its
> > finish
> > > >> > > bright, to have solved a large number of
> > issues.
> > > >> > >
> > > >> > > Likewise, is accompanied by a certificate
> > signing, for
> > > >

Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Maxim Solodovnik
Hello,

The API was changed (it was discussed here:
http://openmeetings.markmail.org/thread/43d5irskmknn3u6u)
Full API as javadocs available here
http://openmeetings.apache.org/openmeetings-webservice/apidocs/index.html
Short example available here:
http://openmeetings.apache.org/RestAPISample.html
PHP API is here: https://github.com/openmeetings/openmeetings-api-plugin

unfortunately there no t much documentation :(
I have filed issue against this:
https://issues.apache.org/jira/browse/OPENMEETINGS-1451

suggestions/contributions are welcome :)

On Fri, Aug 19, 2016 at 2:45 AM, Bhushan Patil 
wrote:

> Hello everyone, we have integrated older version of Openmeetings with our
> application. At the time of migration to OM 3.1.2, we realized that api are
> changed. We want to  keep old code as well as write new code for newer APIs.
> I am unable to find soap/rest api which let us know version of
> Openmeetings.
> Any suggestions?
>



-- 
WBR
Maxim aka solomax


Re: Get Openmeetings version via SOAP/REST api

2016-08-18 Thread seba.wag...@gmail.com
Hi Bhushan,

I would not be aware that any APIs changed. We never changed actually any
APIs. We sometimes deprecate but we still leave the old API calls to
provide backward compatible versions.

So which API call do you say has changed or does not exist anymore?

Thanks,
Sebastian

2016-08-19 5:45 GMT+10:00 Bhushan Patil :

> Hello everyone, we have integrated older version of Openmeetings with our
> application. At the time of migration to OM 3.1.2, we realized that api are
> changed. We want to  keep old code as well as write new code for newer APIs.
> I am unable to find soap/rest api which let us know version of
> Openmeetings.
> Any suggestions?
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
seba.wag...@gmail.com


Get Openmeetings version via SOAP/REST api

2016-08-18 Thread Bhushan Patil
Hello everyone, we have integrated older version of Openmeetings with our
application. At the time of migration to OM 3.1.2, we realized that api are
changed. We want to  keep old code as well as write new code for newer APIs.
I am unable to find soap/rest api which let us know version of Openmeetings.
Any suggestions?


Re: New tutorials Installation OM 3.1.2 on different OS

2016-08-18 Thread Alvaro
Ok, Thanks, Sebastian.

Maxim, will contact with you.

Regards!

Alvaro

..


El jue, 18-08-2016 a las 08:54 +1200, seba.wag...@gmail.com escribió:
> Hi Alvaro,
> 
> 
> this all sounds great. Just go ahead!
> 
> 
> Thanks!
> Sebastian
> 
> 2016-08-18 5:21 GMT+12:00 Alvaro :
> The next monday will upload a new tutorial
> for OpenMeetings 3.1.2 on Arch Linux. It is
> tested and work right.
> 
> Sebastian, could you please decide about
> reorganize the distribution in the english
> Wiki tutorials page? The way you like it.
> 
> Good, Maxim?
> 
> Alvaro
> 
> El mar, 16-08-2016 a las 14:54 +0700, Maxim Solodovnik
> escribió:
> > OK with me
> >
> > On Tue, Aug 16, 2016 at 2:12 PM, Alvaro 
> wrote:
> > > Hello Sebastian,
> > >
> > > Find ok your suggestion. Would be the
> > > easier way for the users find the latest
> > > tutorials writes.
> > >
> > > So, if nobody disturb, the block 10 can be
> > > in the top, as you say, and the block 9 (it is
> > > only a link) to spanish tutorials page that have
> > > the latest also, in the second place.
> > >
> > > To put more clear the english page tutorials,
> > > would be good that, when any body make a tutorial
> > > in any other language different to english, build
> > > a page in the Apache OpenMeetings wiki in that
> > > language, where put his tutorials, and a link to
> > > english tutorials page.
> > > At this english page, a block exclusive with a link
> > > to that idiom tutorials page.
> > >
> > > So, the english tutorials page will have english tutorials
> > > only, and one link per block to every different wiki
> > > page tutorials, like for example for german, spanish,
> ruse, etc.
> > >
> > > WDT?
> > >
> > > Alvaro
> > >
> > >
> > >
> > >
> > >
> > >
> > > El mar, 16-08-2016 a las 10:43 +1200,
> seba.wag...@gmail.com escribió:
> > >> Hi Alvaro,
> > >>
> > >>
> > >> looks very good, some very detailed instruction
> documents!
> > >>
> > >> Maybe we can re-arrange the list of tutorials so that
> your
> > >> latest/current one is easier to find ?
> > >>
> > >>
> > >> So maybe put your latest ones on top and then the table
> with the
> > >> archive for the previous versions underneath. Or maybe
> some other way
> > >> to highlight what is the latest available version to look
> at.
> > >>
> > >>
> > >> Thanks,
> > >> Sebastian
> > >>
> > >>
> > >>
> > >> 2016-08-15 19:27 GMT+12:00 Alvaro :
> > >> Hello,
> > >>
> > >> As told you two days ago, here is the tutorial
> for
> > >> OpenMeetings 3.1.2 on PCLinuxOS 2016, called:
> > >>
> > >> Installation OpenMeetings 3.1.x on PCLinuxOS 2016
> > >>
> > >> You can find it together the other new tutorials,
> in:
> > >>
> > >>
>  
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for
> > >> +installing+OpenMeetings+and+Tools
> > >>
> > >> ...block 10.
> > >>
> > >> You're welcome, Maxim :)
> > >>
> > >> Best Regards,
> > >>
> > >> Alvaro
> > >>
> > >>
> > >> El lun, 15-08-2016 a las 09:47 +0700, Maxim
> Solodovnik
> > >> escribió:
> > >> > Thanks a lot Alvaro! :)
> > >> >
> > >> > On Sat, Aug 13, 2016 at 5:18 PM, Alvaro
> 
> > >> wrote:
> > >> > > Hello
> > >> > >
> > >> > > As you know, yesterday Maxim launched the new
> stable
> > >> version
> > >> > > Apache OpenMeetings 3.1.2.
> > >> > > This version is highly recommended, by its
> finish
> > >> > > bright, to have solved a large number of
> issues.
> > >> > >
> > >> > > Likewise, is accompanied by a certificate
> signing, for
> > >> > > with Oracle Java, desktop sharing, and
> recording
> > >> > > avoid being blocked.
> > >> > > For these reasons, i congratulate and thank
> to Maxim, and
> > >> > > recommend installing or upgrade, to this new
> version
> > >> 3.1.2.

Re: AW: Not able to install with backup (3.02 to 3.12) "Enum missing"

2016-08-18 Thread Maxim Solodovnik
I can see neither wiki modification no PR available :(
So far I have updated OM REST API example:
http://openmeetings.apache.org/RestAPISample.html

please let me know if anything else remain unclear

On Thu, Aug 18, 2016 at 11:56 AM, Coscend@OM 
wrote:

> Dear Maxim,
>
>
>
> We will do as you suggested.  Post it on https://github.com/
> openmeetings/openmeetings-api-plugin/wiki
>
>
>
> So far, the documentation has the following overview steps.  Please feel
> free to modify these.
>
>
>
> 1. Append the API files to the root directory $RED5_HOME of your
> product portal
>
>
>
> 2. Create config array:  Lib.php
>
>
>
> 3. Get Room Hash for the User to login
>
> getUser:  Lib.php
>
> getSecureHash:  OmGateway.php
>
>
>
> Check result:
>
> Get SID :
>
>
>
> 4. Create and display a room to enter
>
> Create a room
>
>
>
> How to display room:  Create instance of OmGateway:  Renderer.php
>
>
>
> 5. Open or enter OM room using the URL generated
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> Web site: www.Coscend.com 
>
> --
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
> 
>
>
>
>
>
>
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Wednesday, August 17, 2016 11:30 PM
> *To:* Openmeetings user-list ;
> om.insig...@coscend.com
> *Subject:* Re: AW: Not able to install with backup (3.02 to 3.12) "Enum
> missing"
>
>
>
> >> on OM cWiki page
>
> I would prefer it to be published at https://github.com/
> openmeetings/openmeetings-api-plugin/wiki
>
>
>
> We can add the link to it to http://openmeetings.apache.
> org/RestAPISample.html
>
> Additionally I can add some general details to the http://openmeetings.
> apache.org/RestAPISample.html (which is outdated)
>
>
>
> On Thu, Aug 18, 2016 at 11:27 AM, Coscend@OM 
> wrote:
>
> Hello Andre,
>
> Hope you successfully implemented the OM API plugin.  For the benefit of
> other users, we are creating comprehensive documentation on how to
> implement OM-API plugin.  This documentation will be posted on OM cWiki
> page.  Your learning from your live implementation could enhance this
> documentation.  Would you like to jot down the steps you followed and any
> sample code under each step that you have used?
>
> Thank you.
>
> Sincerely,
>
> Hemant K. Sabat
>
> Coscend Communications Solutions
> Web site: www.Coscend.com
> --
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
>
>
>
> -Original Message-
> From: Andre Wruszczak [mailto:wruszc...@web.de]
> Sent: Monday, August 15, 2016 8:12 PM
> To: user@openmeetings.apache.org
> Subject: AW: AW: Not able to install with backup (3.02 to 3.12) "Enum
> missing"
>
> Hey Maxim, I found some of the Config files and should be fine with that
> so far.
>
> Currently I use the OmGateway with the config, to get an ssid, from my
> default user (which has Login/Room/Soap accesss).
>
> But now I am stuck with creating a room and entering it (I want to
> generate a link that goes to the created room.)
>
> I think the problem is in this line of code =
>
> $parameter = [
> 'name' => urlencode($name),
> 'type' => 3,
> 'comment' => '',
> 'numberOfPartizipants' => 50,
> 'isPublic' => false,
> 'appointment' => false,
> 'moderated' => 1,
> 'audioOnly' => false,
> 'allowUserQuestions' => true,
> 'allowRecording' => true,
> 'chatHidden' => 1,
> 'externalType' => true
> ];
>
> $conf = $this->getOmConfig();
> $gateway = new OmGateway($conf);
> if($gateway->login()){
> $roomId = $gateway->updateRoom($parameter);
> return $roomId;
> } else {
> return false;
> }
> And maybe I am generating the link for the moderator wrong as well...
>
>
> $conf = $this->getOmConfig();
> $gateway = new OmGateway($conf);
>
> if($gateway->login()){
> $hash = getOmHash($gateway, array("roomId" => $roomId, "moderator"
> => 1, "allowrecording" => 1));
> $url = $gateway->getUrl() . "/swf?secureHash=" . $hash .
> "&scopeRoomId=" . $roomId . "&language=2";
>
> return $url;
> } else {
> return false;
> }
>
> Help would be great - I think I am pretty much stuck right now.
>
> With lots of regards
> Andre
>
> -Ursprüngliche Nachricht-
> Von: Andre Wruszczak [mailto:wruszc...@web.de]
> Gesendet: Monday