add an external web service
by mariam cherif. hi, i have devlopped a list of web services in the domain of elearning and want to add this services to moodle. it's possible to do it and exist a tutorial explain that? please...
View ArticleAdministrator is Manager but cannot call "core_user_create_users"
by GPN Web Developer. Hi,The SOAP response is "Function ("core_user_create_users") is not a valid method for this service" however the user has all capabilities and is in Manager role.I have tried...
View Articlewebservices get_courses
by Derek O Brien. Have my webservices user set up with the correct permissions and roles but when i try to call get_courses() it fails the validate_context() every time.error i get is...
View ArticleCustom webservice function returns invalidparameter null
by Alex Martínez. Hi,I'm trying to create my own custom function for webservice using this tutorial:https://docs.moodle.org/dev/Adding_a_web_service_to_a_pluginBut when i call it it shows this...
View ArticleRe: Custom webservice function returns invalidparameter null
by Alex Martínez. VERSION 2.6
View ArticleGetting the contextid of a user through Web Services API
by Doug Stevens. Hi all, I'm writing a php script to integrate our SIS with Moodle. As part of this I need to be able to lookup the contextid for a user. I can do this with a direct database call of...
View ArticleRe: Using Web Service Test Client (SOAP): not a valid method
by Jaswant Tak. Or delete the old token and generate new one. Use of new token should resolve the issue.CheersJT
View ArticleCreate a token for Administrator
by v k. Can please someone explain, how do I do the next:Create a token for an Admin (or specific user with the same permisions/capabilities ad Admin's) of Moodle site, via which I will then be able...
View ArticleRe: How to create user using web services.
by Izzat Kukhon. Hi Luis de Vasconcelos,Were you able to consume wsdl file in MS Biztalk?I need to consume Moodle web service inside MS Biztalk?Have you succeed to integrate Moodle via Biztalk?I am...
View Articleenrol_manual_enrol_users roleid parameter
by Andrew Solomon. I'm trying to enrol users into a course - as students - using the enrol_manual_enrol_users wsfunction. One of the parameters required is the roleid for role 'student'.I don't see a...
View ArticleSuspend user with core_user_update_users
by Andrew Solomon. I've been using this patch to enable accounts to be suspended using core_user_update_users in my Moodle 2.4...
View ArticleRe: Suspend user with core_user_update_users
by Andrew Solomon. Here's the ticket together with my request for a code review https://tracker.moodle.org/browse/MDL-31465
View ArticleRe: How to create user using web services.
by Luis de Vasconcelos. What Moodle web service do you want to consume?Do you just want to READ Moodle data, or do you want to perform WRITE operations too?In my case it's just a READ operation so I...
View ArticleRe: core_course_get_courses course summary value
by Matt Perkins. I solved this by using some Javascript in my application to strip out the HTML.
View ArticleRe: core_course_get_courses course summary value
by Elie Reformed. Nice, it would be dope if you share it with us?
View ArticleRe: core_course_get_courses course summary value
by Matt Perkins. Sure! I typed up this example in the editor so I can't garuntee they'll work 100%, but the functions below are what I'm using. I can't take credit for the Regex, I think I found it on...
View Articlecore_user_update_users - How to update Institution & Department fields?
by Aaron Henderson. Can anyone tell me if I can update the Institution and Department fields using the built-in web service? I don't see them listed as an option in the docs and I've tried...
View Articlecore_grades_get_grades only returns Course total
by Daniel Eke. Hi guysI'm trying to access grade items with my web application, but I only receive 'Course total' for user grades when using core_grades_get_grades.Currently I only have one test user...
View ArticleRe: enrol_manual_enrol_users roleid parameter
by Juan Leyva. Hi,via get_course_user_profiles you can obtain the list of roles for an existing user including the roleid and roleshortname, this should be help you to find the correct roleid for your...
View Article