Creating users using core_user_create_users WS
by Amit Gairola. Hi, I am trying to create a new user through the core_user_create_users web services through SOAP protocol (I am new to webservices ). I am using Moodle 2.9.I am getting the...
View ArticleRe: using web service from one moodle to another moodle
by Daniel Neis Araujo. Hello,here is a brief explanation of how to install the "Moodle Provas" or "Exam Moodle" infrastructure: You will have to install a plugin called "local-exam_remote" in each...
View ArticleRe: Creating users using core_user_create_users WS
by Dallas Ray Smetter. Convert your usernames to lowercase. Change 'TestUser' to 'testuser' and I think you might be in business
View ArticleMoodle mobile app themes
by wanjiru josphat. I have created a new the theme for moodle mobile app check it out http://greengoldventures.com/css.css
View ArticleMoodle user login with external API
by Tom Stallings. Hi all, need a little guidance or where to look for some information to get some things to work. Basically what I need to happen is when a user logins, they are authentication to an...
View ArticleRe: Moodle user login with external API
by Olumuyiwa Taiwo. Hi Tom,You could start by looking at https://docs.moodle.org/dev/Authentication_plugins and https://docs.moodle.org/29/en/Authentication. You may also want to read the code of one...
View ArticleRe: Moodle user login with external API
by Daniel Neis Araujo. Hello,you may be interested in https://github.com/danielneis/moodle-auth_ws/It currently work only with SOAP, but may be trivial to adapt it to support REST too (pull requests...
View ArticleRe: External services - unable to add functions
by David Monllaó. Hi Gentle,local_mobile is a non-core plugin that you installed separately, the cause might be there (or in other plugins if you have more) I will ping Juan Leyva (the plugin...
View ArticleRe: External services - unable to add functions
by Juan Leyva. Hi Gentle,how do you see the error you mentioned?, clicking in any of the Functions list links in the external services section or just in your custom service?This error usually happens...
View ArticleRe: External services - unable to add functions
by Gentle Mark. Hi David & Juan,Thanks for your response.Somehow it works now. And I don't know how. I did not do anything.When I encountered the error, I was using the Firefox browser in Windows...
View ArticleRe: Web services test client Error
by David Monllaó. Hi Silambhu,Ensure that the service you created contains that function.You could use https://github.com/moodlehq/sample-ws-clients for SOAP web services testing.
View ArticleAMF protocol to contrib
by David Monllaó. Hi all,We would be interested in knowing how many people is using AMF protocol.We are thinking of moving it to contrib. It has not been actively maintained for some releases, but we...
View ArticleUsing angular-js with moodle for frontend.
by Joey Andres. Before I get started. I vomited at the sight of Moodle's OUTPUT API. I'm sorry, but those conditionals are too many states for my tiny brain to keep track of.Now that I've stated my...
View ArticleREST Web service - Missing required key in single structure: groups
by Alex Legg. So the following is a REST call to sever.php, It successfully uses the token and calls the external...
View ArticleRe: AMF protocol to contrib
by Matt Bury. Hi David,I maintain the SWF Activity Module: https://moodle.org/plugins/view.php?plugin=mod_swfIn Moodle 1.9, I couldn't get the Zend AMF library to work and so used amfPHP (...
View ArticleRe: Using angular-js with moodle for frontend.
by Juan Leyva. Hi,you can call Web Services via AJAX using an special endpoint, see https://docs.moodle.org/dev/AJAXRegards, Juan
View ArticleRe: Using angular-js with moodle for frontend.
by Joey Andres. Thanks. But we are still in 2.8. Either way, we made the decision to stick with Slim for now to do the routing.
View ArticleRe: REST Web service - Missing required key in single structure: groups
by Alex Legg. Plugin permissions were incorrect.
View ArticleRe: How to get all assignments for a course.
by Ryan VanAlstine. Has anyone found a solution for this yet? I'm running into the same issue.
View ArticleRe: Web services test client Error
by Elano yo. Hello All @David I am trying to use https://github.com/moodlehq/sample-ws-clients/tree/master/PHP-SOAP could you give me clue why the following error is displayed? Thank you Warning:...
View Article