Re: Issue in fetching the 'Get External' under Room Service

2017-09-11 Thread Maxim Solodovnik
this will NOT work :(
`sid` parameter in 3.3.0 MUST have name `securityCode`
`uid` parameter has no effect

securityCode MUST be be the sid of "Online room user", NOT API sid.

only real person can stream to the room right now
This is currently by design.

This MIGHT be reworked, but most probably not right now
I would like to release 4.0.0. And going to finalize it's features

On Mon, Sep 11, 2017 at 2:17 PM, Alekhya M <m.alek...@globaledgesoft.com> wrote:
> Thank you for the response.
>
> I have an other query that video streaming using command line(i.e., Using
> ffmpeg command) but facing issue in it. Below is the procedure what have
> followed:
> 1. Logged in via SOAP Request and fetched the "sid".
> 2. Using 'Get Room Hash' SOAP Request fetched the "URL".
> In the below command, uid param is must and how to find the "uid" via
> SOAP/REST requests.
>  : ffmpeg -re -i Avengers2.mp4 -vcodec flv -f flv -rtmp_conn "O:1
> NS:sid: NS:uid:  O:0"
> rtmp://localhost:1935/openmeetings//
> Note: OM's Server Version is 3.3.0.
>
> ‌‌Thanks,
> Alekhya
>
> ‍‍- Original Message -
> From: "solomax666" <solomax...@gmail.com>
> To: "Alekhya M" <m.alek...@globaledgesoft.com>
> Cc: "user" <user@openmeetings.apache.org>
> Sent: Friday, September 8, 2017 8:16:30 PM
> Subject: Re: Issue in fetching the 'Get External' under Room Service
>
> ‌Hello,
>
>
> to be fair I never tried SoapUI, I'm using REST in my PHP/Java/C# projects
> Will try to create sample later this week
>
> On Fri, Sep 8, 2017 at 1:49 PM, Alekhya M <m.alek...@globaledgesoft.com>
> wrote:
>> Hi,
>>
>> When I add the Room Service WSDL link to 'SOAP UI' and try to execute the
>> 'get External' SOAP Request, fails with ""
>> 1. SOAP Request Login -> sid (Fetched from Response).
>> 2. In the Get External Request, Which all parameters should give as
>> Request
>> Body (Below is the Actual Request), If any other parameters should pass as
>> Request, How to fetch those details:
>> URL : http://172.16.7.146:5080/openmeetings/services/RoomService
>> Actual Request Body :
>> > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/;
>> xmlns:web="http://webservice.openmeetings.apache.org/;>
>> 
>> 
>> 
>> 
>> ?
>> 
>> ?
>> 
>> ?
>> 
>> ?
>> 
>> 
>> 
>> ?
>> 
>> ?
>> 
>> ?
>> 
>> ?
>> 
>> ?
>> ?
>> 
>> ?
>> ?
>> ?
>> ?
>> 
>> ?
>> 
>> ?
>> 
>> ?
>> 
>> ?
>> ?
>> ?
>> ?
>> ?
>> ?
>> 
>> ?
>> 
>> 
>> 
>> 
>>
>> Executed Request Body :
>> > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/;
>> xmlns:web="http://webservice.openmeetings.apache.org/;>
>> 
>> 
>> 
>> 
>> 5b837eaf-4934-4d39-9502-77ddf003f32b
>> 
>> conference
>> 
>> moodle
>> 
>> 21
>> 
>> 
>>
>> 100
>> true
>>
>> true
>> false
>> 
>> 
>>
>> 
>> ?
>> 
>> ?
>> 
>> ?
>> ?
>> ?
>> ?
>> ?
>> ?
>> 
>> ?
>> 
>> 
>> 
>> 
>>
>> Response :
>> http://schemas.xmlsoap.org/soap/envelope/;>
>> 
>> 
>> soap:Server
>> An error occurred while parsing the query filter "select r
>> from
>> Room as r where r.externalId = :externalId AND c.externalType =
>> :externalType AND r.type = :type AND c.deleted = false". Error message:
>> Attempt to query field "c.externalType" from non-entity variable "c".
>> Perhaps you forgot to prefix the path in question with an identification
>> variable from your FROM clause?
>> 
>> > xmlns:ns1="http://webservice.openmeetings.apache.org/"/>
>> 
>> 
>> 
>> 
>>
>>
>> Please let me know, what all the parameters required and how to fetch
>> those
>> parameter values?
>>
>>
>> Thanks in Advance,
>> Alekhya
>>
>> Disclaimer:This message is intended only for the designated recipient(s).
>> It
>> may contain confidential or proprietary information and may be subject to
>> other confidentiality protections. If you are not a designated recipient,
>> you may not review, copy or distribute this message. Please notify the
>> sender by e-mail and delete this message. GlobalEdge does not accept any
>> liability for virus infected mails.
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>
> Disclaimer:This message is intended only for the designated recipient(s). It
> may contain confidential or proprietary information and may be subject to
> other confidentiality protections. If you are not a designated recipient,
> you may not review, copy or distribute this message. Please notify the
> sender by e-mail and delete this message. GlobalEdge does not accept any
> liability for virus infected mails.
>



-- 
WBR
Maxim aka solomax


Re: Issue in fetching the 'Get External' under Room Service

2017-09-11 Thread Alekhya M
Thank you for the respons e. 

I have an other query that video streaming using command line(i.e., Using 
ffmpeg command) but facing issue in it. Below is the procedure what have 
followed: 
1. Logged in via SOAP Request and fetched the " sid ". 
2. Using ' Get Room Hash ' SOAP Request fetched the " URL ". 
In the below command, uid param is must and how to find the " uid " via 
SOAP/REST requests. 
 : ffmpeg -re -i Avengers2.mp4 -vcodec flv -f flv -rtmp_conn "O:1 
NS:sid: NS:uid: O:0" 
rtmp://localhost:1935/openmeetings// 
Note: OM's Server Version is 3.3.0. 

‌‌Thanks, 
Alekhya 

‍‍- Original Message - 
From: "solomax666" <solomax...@gmail.com> 
To: "Alekhya M" <m.alek...@globaledgesoft.com> 
Cc: "user" <user@openmeetings.apache.org> 
Sent: Friday, September 8, 2017 8:16:30 PM 
Subject: Re: Issue in fetching the 'Get External' under Room Service 

​‌Hello, 

to be fair I never tried SoapUI, I'm using REST in my PHP/Java/C# projects 
Will try to create sample later this week 

On Fri, Sep 8, 2017 at 1:49 PM, Alekhya M <m.alek...@globaledgesoft.com> wrote: 
> Hi, 
> 
> When I add the Room Service WSDL link to 'SOAP UI' and try to execute the 
> 'get External' SOAP Request, fails with "" 
> 1. SOAP Request Login -> sid (Fetched from Response). 
> 2. In the Get External Request, Which all parameters should give as Request 
> Body (Below is the Actual Request), If any other parameters should pass as 
> Request, How to fetch those details: 
> URL : http://172.16.7.146:5080/openmeetings/services/RoomService 
> Actual Request Body : 
> http://schemas.xmlsoap.org/soap/envelope/; 
> xmlns:web="http://webservice.openmeetings.apache.org/;> 
>  
>  
>  
>  
> ? 
>  
> ? 
>  
> ? 
>  
> ? 
>  
>  
>  
> ? 
>  
> ? 
>  
> ? 
>  
> ? 
>  
> ? 
> ? 
>  
> ? 
> ? 
> ? 
> ? 
>  
> ? 
>  
> ? 
>  
> ? 
>  
> ? 
> ? 
> ? 
> ? 
> ? 
> ? 
>  
> ? 
>  
>  
>  
>  
> 
> Executed Request Body : 
> http://schemas.xmlsoap.org/soap/envelope/; 
> xmlns:web="http://webservice.openmeetings.apache.org/;> 
>  
>  
>  
>  
> 5b837eaf-4934-4d39-9502-77ddf003f32b 
>  
> conference 
>  
> moodle 
>  
> 21 
>  
>  
> 
> 100 
> true 
> 
> true 
> false 
>  
>  
> 
>  
> ? 
>  
> ? 
>  
> ? 
> ? 
> ? 
> ? 
> ? 
> ? 
>  
> ? 
>  
>  
>  
>  
> 
> Response : 
> http://schemas.xmlsoap.org/soap/envelope/;> 
>  
>  
> soap:Server 
> An error occurred while parsing the query filter "select r from 
> Room as r where r.externalId = :externalId AND c.externalType = 
> :externalType AND r.type = :type AND c.deleted = false". Error message: 
> Attempt to query field "c.externalType" from non-entity variable "c". 
> Perhaps you forgot to prefix the path in question with an identification 
> variable from your FROM clause? 
>  
>  xmlns:ns1="http://webservice.openmeetings.apache.org/"/> 
>  
>  
>  
>  
> 
> 
> Please let me know, what all the parameters required and how to fetch those 
> parameter values? 
> 
> 
> Thanks in Advance, 
> Alekhya 
> 
> Disclaimer:This message is intended only for the designated recipient(s). It 
> may contain confidential or proprietary information and may be subject to 
> other confidentiality protections. If you are not a designated recipient, 
> you may not review, copy or distribute this message. Please notify the 
> sender by e-mail and delete this message. GlobalEdge does not accept any 
> liability for virus infected mails. 
> 



-- 
WBR 
Maxim aka solomax 

Disclaimer:- The information contained in this electronic message and any 
attachments to this message are intended for the exclusive use of the 
addressee(s) and may contain proprietary, confidential or privileged 
information. If you are not the intended recipient, you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately and 
destroy all copies of this message and any attachments. The views expressed in 
this E-mail message (including the enclosure/(s) or attachment/(s) if any) are 
those of the individual sender, except where the sender expressly, and with 
authority, states them to be the views of GlobalEdge. Before opening any mail 
and attachments please check them for viruses .GlobalEdge does not accept any 
liability for virus infected mails.



Re: Issue in fetching the 'Get External' under Room Service

2017-09-08 Thread Maxim Solodovnik
Hello,

to be fair I never tried SoapUI, I'm using REST in my PHP/Java/C# projects
Will try to create sample later this week

On Fri, Sep 8, 2017 at 1:49 PM, Alekhya M  wrote:
> Hi,
>
> When I add the Room Service WSDL link to 'SOAP UI' and try to execute the
> 'get External' SOAP Request, fails with ""
> 1. SOAP Request Login -> sid (Fetched from Response).
> 2. In the Get External Request, Which all parameters should give as Request
> Body (Below is the Actual Request), If any other parameters should pass as
> Request, How to fetch those details:
> URL :  http://172.16.7.146:5080/openmeetings/services/RoomService
> Actual Request Body :
> http://schemas.xmlsoap.org/soap/envelope/;
> xmlns:web="http://webservice.openmeetings.apache.org/;>
> 
> 
> 
> 
> ?
> 
> ?
> 
> ?
> 
> ?
> 
> 
> 
> ?
> 
> ?
> 
> ?
> 
> ?
> 
> ?
> ?
> 
> ?
> ?
> ?
> ?
> 
> ?
> 
> ?
> 
> ?
> 
> ?
> ?
> ?
> ?
> ?
> ?
> 
> ?
> 
> 
> 
> 
>
> Executed Request Body :
> http://schemas.xmlsoap.org/soap/envelope/;
> xmlns:web="http://webservice.openmeetings.apache.org/;>
> 
> 
> 
> 
> 5b837eaf-4934-4d39-9502-77ddf003f32b
> 
> conference
> 
> moodle
> 
> 21
> 
> 
>
> 100
> true
>
> true
> false
> 
> 
>
> 
> ?
> 
> ?
> 
> ?
> ?
> ?
> ?
> ?
> ?
> 
> ?
> 
> 
> 
> 
>
> Response :
> http://schemas.xmlsoap.org/soap/envelope/;>
> 
> 
> soap:Server
> An error occurred while parsing the query filter "select r from
> Room as r where r.externalId = :externalId AND c.externalType =
> :externalType AND r.type = :type AND c.deleted = false". Error message:
> Attempt to query field "c.externalType" from non-entity variable "c".
> Perhaps you forgot to prefix the path in question with an identification
> variable from your FROM clause?
> 
>  xmlns:ns1="http://webservice.openmeetings.apache.org/"/>
> 
> 
> 
> 
>
>
> Please let me know, what all the parameters required and how to fetch those
> parameter values?
>
>
> Thanks in Advance,
> Alekhya
>
> Disclaimer:This message is intended only for the designated recipient(s). It
> may contain confidential or proprietary information and may be subject to
> other confidentiality protections. If you are not a designated recipient,
> you may not review, copy or distribute this message. Please notify the
> sender by e-mail and delete this message. GlobalEdge does not accept any
> liability for virus infected mails.
>



-- 
WBR
Maxim aka solomax


Issue in fetching the 'Get External' under Room Service

2017-09-08 Thread Alekhya M
Hi, 

When I add the Room Service WSDL link to 'SOAP UI' and try to execute the 'get 
External' SOAP Request, fails with "" 
1. SOAP Request Login -> sid (Fetched from Response). 
2. In the Get External Request, Which all parameters should give as Request 
Body (Below is the Actual Request), If any other parameters should pass as 
Request, How to fetch those details: 
URL : http://172.16.7.146:5080/openmeetings/services/RoomService 
Actual Request Body : 
http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:web="http://webservice.openmeetings.apache.org/;> 
 
 
 
 
? 
 
? 
 
? 
 
? 
 
 
 
? 
 
? 
 
? 
 
? 
 
? 
? 
 
? 
? 
? 
? 
 
? 
 
? 
 
? 
 
? 
? 
? 
? 
? 
? 
 
? 
 
 
 
 

Executed Request Body : 
http://schemas.xmlsoap.org/soap/envelope/ " 
xmlns:web=" http://webservice.openmeetings.apache.org/ "> 
 
 
 
 
5b837eaf-4934-4d39-9502-77ddf003f32b 
 
conference 
 
moodle 
 
21 
 
 

100 
true 

true 
false 
 
 

 
? 
 
? 
 
? 
? 
? 
? 
? 
? 
 
? 
 
 
 
 

Response : 
http://schemas.xmlsoap.org/soap/envelope/ "> 
 
 
soap:Server 
An error occurred while parsing the query filter "select r from 
Room as r where r.externalId = :externalId AND c.externalType = :externalType 
AND r.type = :type AND c.deleted = false". Error message: Attempt to query 
field "c.externalType" from non-entity variable "c". Perhaps you forgot to 
prefix the path in question with an identification variable from your FROM 
clause? 
 
http://webservice.openmeetings.apache.org/ 
"/> 
 
 
 
 


Please let me know, what all the parameters required and how to fetch those 
parameter values? 


Thanks in Advance, 
Alekhya 

Disclaimer:- The information contained in this electronic message and any 
attachments to this message are intended for the exclusive use of the 
addressee(s) and may contain proprietary, confidential or privileged 
information. If you are not the intended recipient, you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately and 
destroy all copies of this message and any attachments. The views expressed in 
this E-mail message (including the enclosure/(s) or attachment/(s) if any) are 
those of the individual sender, except where the sender expressly, and with 
authority, states them to be the views of GlobalEdge. Before opening any mail 
and attachments please check them for viruses .GlobalEdge does not accept any 
liability for virus infected mails.