Return-Path: X-Original-To: apmail-openmeetings-commits-archive@www.apache.org Delivered-To: apmail-openmeetings-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2122D1050C for ; Fri, 3 Jan 2014 04:24:14 +0000 (UTC) Received: (qmail 12067 invoked by uid 500); 3 Jan 2014 04:23:59 -0000 Delivered-To: apmail-openmeetings-commits-archive@openmeetings.apache.org Received: (qmail 12007 invoked by uid 500); 3 Jan 2014 04:23:58 -0000 Mailing-List: contact commits-help@openmeetings.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openmeetings.apache.org Delivered-To: mailing list commits@openmeetings.apache.org Received: (qmail 11921 invoked by uid 99); 3 Jan 2014 04:23:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jan 2014 04:23:52 +0000 Date: Fri, 3 Jan 2014 04:23:52 +0000 (UTC) From: "Yannick Warnier (JIRA)" To: commits@openmeetings.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (OPENMEETINGS-802) Integration with Chamilo LMS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENMEETINGS-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13861192#comment-13861192 ] Yannick Warnier edited comment on OPENMEETINGS-802 at 1/3/14 4:23 AM: ---------------------------------------------------------------------- I'm definitely having issues with the REST services. At the same time, I saw this e-mail from a year ago that suggests to someone to try JabberService::getAvailableRooms instead of RoomService::getRoomsWithCurrentUsersByListAndType. Is there any useful reason behind that? At the moment, I'm doing this: http://video.com:5080/openmeetings/services/RoomService/getRoomsWithCurrentUsersByListAndType?SID=e380f65990f770d28ed5f424b38f7be7&start=1&max=1000&orderby=name&asc=true&externalRoomType=chamilolms Which says: Your call to OpenMeetings Web Services returned an unexpected HTTP status of: 500 And I get no result (but I don't know if that's because there are no results for this particular type, or if that's because it fails). Analysing the XML response, I get: {code:xml} unknown {code} When I try: http://video.com:5080/openmeetings/services/JabberService/getAvailableRooms?SID=e380f65990f770d28ed5f424b38f7be7 (same SID, as you can see) then I get several rooms details as a result. The XML response is obviously much more complete. I don't get the idea of why one webservice was (Author: ywarnier): I'm definitely having issues with the REST services. At the same time, I saw this e-mail from a year ago that suggests to someone to try JabberService::getAvailableRooms instead of RoomService::getRoomsWithCurrentUsersByListAndType. Is there any useful reason behind that? At the moment, I'm doing this: http://video.com:5080/openmeetings/services/RoomService/getRoomsWithCurrentUsersByListAndType?SID=e380f65990f770d28ed5f424b38f7be7&start=1&max=1000&orderby=name&asc=true&externalRoomType=chamilolms Which says: Your call to OpenMeetings Web Services returned an unexpected HTTP status of: 500 And I get no result (but I don't know if that's because there are no results for this particular type, or if that's because it fails). Analysing the XML response, I get: {code} unknown {/code} When I try: http://video.com:5080/openmeetings/services/JabberService/getAvailableRooms?SID=e380f65990f770d28ed5f424b38f7be7 (same SID, as you can see) then I get several rooms details as a result. The XML response is obviously much more complete. I don't get the idea of why one webservice > Integration with Chamilo LMS > ---------------------------- > > Key: OPENMEETINGS-802 > URL: https://issues.apache.org/jira/browse/OPENMEETINGS-802 > Project: Openmeetings > Issue Type: New Feature > Components: SOAP/REST API > Reporter: Yannick Warnier > Priority: Trivial > Labels: plugin > Original Estimate: 168h > Remaining Estimate: 168h > > We (at Chamilo/BeezNest) are currently developing a first plugin for OpenMeetings, to be integrated to Chamilo LMS 1.9.8. > This is just a placeholder so nobody has to dedicate time on this at the same time (or if you do, let me know so I can add you to the team). -- This message was sent by Atlassian JIRA (v6.1.5#6160)