Re: Create Custom Web Service Functions
by Frank Troglauer. Thanks, that was exactly what I was looking for.
View ArticleRe: Newbie Question: File not found when accessing WSDL File
by Tim Hunt. That error is what happens when a web browser tries to show an XML file that is not well-formed. (And WSDL is a type of XML).I suspect what is going on is that there is a Moodle error...
View ArticleRe: core_user_get_users function doesn't return the user data?
by Mohammed Essaid MEZERREG. Strangely, it's working now, without me changing anything to either the code or the configuration, I added the get user by field but I deleted it immediately when I find...
View ArticleStatus codes and headers returned
by jerrett fowler. Can you return a status code of 301 or something to instead of returning a payload of data, rather just redirect a user?
View ArticleCourse Return null
by farihul rouf. hei i m using moodle 2.7I have enable webservice but i get return null.how can i resolve it...
View ArticleRe: core_enrol_get_course_enrolment_methods method returns nothing
by farihul rouf. i have get same problem...
View ArticleCan not create Token: The user hasn't the required capability
by Paul Murray. Dear AllI am attempting to follow the workflow as outlined here:http://www.joomdle.com/wiki/Preparing_Moodle_20#Activate_Moodle.27s_Network_AuthenticationIt all starts essentiay with...
View ArticleRe: Mobile web service quiz documentation
by Jan Philipp Weber. I have a question regarding to the get quiz and save quiz.To get the quiz content,I call "mod_quiz_get_attempt_data", all right here. But on the view, if I change the answer for...
View ArticleRe: Can not create Token: The user hasn't the required capability
by Paul Murray. This here saved me at the end of the day:moodle.org/mod/forum/discuss.php?d=229427 Integration now working
View ArticleRe: Mobile web service quiz documentation
by Jan Philipp Weber. I solved question one, I forget to save "sequencecheck".
View ArticleRe: Mobile web service quiz documentation
by Jan Philipp Weber. Hello Daniel,thanks for your suggestion, I have implemented it, but the link is the same in...
View ArticleRe: Mobile web service quiz documentation
by Daniel Palou. Hi Jan Philipp,I checked the WebService response and I'm receiving the URLs without the webservice folder too. I guess this is because the WebService uses the same rendering functions...
View ArticleCannot assign role to user using web service
by Crazy Coder. I am trying to assign a role using webservice. I have tried the below code to assign the role.$user_id= 35;$context_id=1;$role_id=5;$assignment = array( 'roleid' => $role_id,...
View ArticleRe: Cannot assign role to user using web service
by Crazy Coder. It worked after I added the roles to 'Allow role assignments' option in edit role page.
View ArticleUse email based self registration in webservice
by Crazy Coder. I am trying to register a user using webservice and was successful in creating the user. Now I want to use the email based self registration as auth plugin. By default 'manual'...
View ArticleRe: Mobile web service quiz documentation
by Jan Philipp Weber. Hi Daniel,thanks, I implemented it and it worked, nice is something elseBut this cannot be the final solution, because it is practicallyabug by the WebService? Normally, if I...
View ArticleRe: Mobile web service quiz documentation
by Juan Leyva. Hi Jan,in this case the rendering of the quiz questions is done by the question API that is not aware that the request is coming from Moodle Web or the Web Service server.We are aware...
View ArticleAPI Gateways & Moodle REST API
by James McLean. We're investigating implementing an Api Gateway product, like WSO2, into our corporate environment.I have WSO2 up and running on a local VM to test it out and it is working with other...
View ArticleRemove slashes from webservice
by Crazy Coder. I am trying to develop a webservice in moodle using the template given at https://github.com/moodlehq/moodle-local_wstemplate. I have successfully created the webservice and returned...
View ArticleСбросить(Обнуление) результаты теста
by Nickolay Sergeev. Добрый день!Прошу помощи.Столкнулся с проблемой. Когда у теста задано количество попыток(например, 1) и пользователь использовал попытку, то снятие с курса и повторное назначение...
View Article