Re: Create Web service for android
by miss ness. trying to do the same for my site here
View ArticleRe: lightwork setup problems (no functions) Help! moodle 2.4
by Paul Charsley. Hi Lewis,The web service functions that would allow you to use Lightwork with the new assignment type are still under development and so Lightwork cannot yet be used with the new...
View ArticleErrorcode setting_locked_by_permission when calling core_course_duplicate_course
by Jocelyn Ireson-Paine. Hi. I'm back after an absence of about a year and a half, now working with Moodle 2.5. I'm trying to copy a course using the core_course_duplicate_course Web service, but am...
View ArticleRe: Uploading files as an assignment via a webservice?
by Mac Shah. Hi,Some how i found solition viahttp://docs.moodle.org/dev/Web_services_files_handling but this upload at private files not at assignment , do anyone have any idea how to upload file in...
View ArticleIs enrol_manual_unenrol_users() in Moodle 2.5?
by Jocelyn Ireson-Paine. Is enrol_manual_unenrol_users() in Moodle 2.5? I worked out some code for it which I posted in my Wny are there enrolment plugins instead of a function for enrolment and a...
View ArticleRe: Error while calling core_user_create_user
by Tim Marwick. I've got the same issue. Definitely a bug for those who would like to use CAS and Web Services without configuring LDAP.Any update? Did you manage to solve the issue? What did you...
View ArticleWebex
by Mahdiye M. Nobody can answer me???????I cant install Webex in Moodle...I really need it!
View ArticleRe: Error while calling core_user_create_user
by David Jorm. I think I have found the cause of this problem, and I have filed a bug with a proposed solution:https://tracker.moodle.org/browse/MDL-41293
View ArticleInvalid-parameter errorr from apparenly valid user and group IDs passed to...
by Jocelyn Ireson-Paine. I'm trying to call the core_group_add_group_members Web service, but getting an invalid-parameters message for apparently valid user and group IDs.I'll show the program at the...
View ArticleRe: Quiz web services available as local plugin
by Binoj D. Hey, any plans of contributing the quiz api plugin?We would love to look at the code and make improvements (and also use it )!
View ArticleLocal Web Service
by Andy Byers. I've created a local web service based on core_enrol_get_enrolled_users. It works almost perfectly, for some reason the Username field shows up as:<KEY name="username">...
View ArticleRe: Local Web Service
by Andy Byers. If I grant the WSUSER account site admin priveleges this starts working, take it away and it shows the above. Not sure what permission I'm missing because the user has all the perms...
View ArticleRe: Errorcode setting_locked_by_permission when calling...
by Engr. Nayab Engr. Nayab. Dear @ Jocelyn Ireson-PaineI am not have many years experience in Moodle.But my working with same web service. As per my experience, You need to assign role from...
View Articlecore_course_duplicate_course (Web Service)
by Engr. Nayab Engr. Nayab. Dear members and seniorsMay you all live in peace!Today, while working with core_course_duplicate_course (web service). I am error given below."Notice: Array to string...
View ArticleWhat software is a good fit with Moodle to stream content
by Mr. Marc. What software is a good fit with Moodle to stream teaching content(Mp3 and Mp4) that we currently have and anything new we would like to added. What can you recommend either free or pay...
View ArticleRe: Enrol Teacher to a course
by Amit Bhatnagar. This was very helpful.How can I check if a user is already enrolled into a course so that I don't call the affect_user_to_course again?
View ArticleWebservice- functions for mobile application
by Sandeep Nair. Hi All,I am trying to create a mobile application for Moodle. I am able to get the courses and course details using the functions core_course_get_courses and...
View ArticleLimitation of SOAP Connections
by Andreas Österreicher. Hi,I'm using a PHP Script to create Courses and add/remove Users to Moodle 2.4 trough the SOAP Webservice.It works great for a small amount of Courses, but breaks if there are...
View ArticleRe: Create a web service for a block type plugin
by kushal mehta. Yes you can. You can use moodle default web services as base and overwrite them according to your need.It just passing web service token from moodle to our code.
View Article