Re: SOAP API Plugin in Java

2016-09-14 Thread Maxim Solodovnik
good to know :) Thanks On Wed, Sep 14, 2016 at 3:08 PM, Bhushan Patil wrote: > Hi Maxim and Hemant, > > I have just finished last part(generating hash of recording). Soon I will > merge this to > https://github.com/openmeetings/openmeetings-api-plugin/wiki/3.-SOAP--REST-API-(in-Java) > > On Tue,

Re: SOAP API Plugin in Java

2016-09-14 Thread Bhushan Patil
Hi Maxim and Hemant, I have just finished last part(generating hash of recording). Soon I will merge this to https://github.com/openmeetings/openmeetings-api-plugin/wiki/3.-SOAP--REST-API-(in-Java) On Tue, Sep 13, 2016 at 11:28 AM, Maxim Solodovnik wrote: > sure, please add it :) > I guess you

Re: SOAP API Plugin in Java

2016-09-12 Thread Maxim Solodovnik
sure, please add it :) I guess you might be also interested in our Java tests as Java WebService* examples: https://github.com/apache/openmeetings/tree/3.1.x/openmeetings-web/src/test/java/org/apache/openmeetings/test/webservice to simplify coding I can try to add openmeetings-webservice package t

SOAP API Plugin in Java

2016-09-12 Thread Coscend@OM
Dear Maxim and Sebastian, Bhushan Patil, a user of OpenMeetings, has provided a guide and code on how to create SOAP / REST client by using wsdl2java utility of CXF [1] and use it to call OM's basic APIs [2]. (Getting hash of recording is a work in progress.) I encouraged him for this contributi