List all users or verify user existance by username
by Pedro Laginha. Hi,Using SOAP web service, I want to list all users or, if it is not possible, verify the user existence by username in moodle. Anyone knows how to do it?Thank's in advance.Pedro L.
View Article"core_course_get_courses" for Mobile App based on PhoneGap
by Oliver Obermayr. Hi to everyone,I'm implementing an e-leatning app for mobile devices based on PhoneGap, learning materials I'm going to get from moodle system via xml-rpc, where all needed...
View ArticleRe: "core_course_get_courses" for Mobile App based on PhoneGap
by roc mehra. Hi Oliver,Recently i have used core_course_get_contents for the learning app on mobile with rest protocol. You can go through this linkhttp://docs.moodle.org/22/en/Using_web_services
View ArticleRe: To get all course topics and forums.
by Bayu Wicaksono. Hai,, Please,,i also need answer for this problem,,any body can help. thankz
View ArticleRe: "core_course_get_courses" for Mobile App based on PhoneGap
by Oliver Obermayr. Hi Roc,Thanks for your advice. I've tried this: http://docs.moodle.org/dev/Creating_a_web_service_client and after some experience got a set of information in form of xml. So by...
View ArticleRe: "core_course_get_courses" for Mobile App based on PhoneGap
by roc mehra. From the response there will be a fileurlhttp://<yourmoodlesite>/webservice/pluginfile.php/14598/mod_resource/content/7/HLR%20ppt.htm?forcedownload=1You can download the file with...
View ArticleRe: How to use core_course_get_courses?
by Joshua Johnston. Hi Nico,I am new to moodle and experimenting with the web services api from a rest standpoint. When I try to call core_course_get_courses I get an access control exception and when...
View ArticleRe: How to use core_course_get_courses?
by roc mehra. Hi All,How i can get some information from external application using web service in moodle.
View ArticleRe: "core_course_get_courses" for Mobile App based on PhoneGap
by Oliver Obermayr. Maybe I was not clear last time... regarding course articles (topics), I was created them (not uploaded html files) via moodle system, Add activities and resources -> RESOURCES...
View ArticleWeb service test client problem
by Emilio de la Torre. Hello there,I have a moodle 2.4 running with a PostgreSQL DB, both in localhost. when i try to run the test client, it returns the URL and nothing more, and doesnt write any...
View Articleweb service error when passing wstoken and wsfunction in http
by Paul Nolan. Hi,I have only a gentleman's knowledge of Moodle and am trying to try out basic web service functionality.I am using Moodle 2.4 and think I have set up all permissions in plugins for...
View ArticleRe: web service error when passing wstoken and wsfunction in http
by Joshua Johnston. Hi Paul,I'm not familiar with the XML-RPC implementation in Moodle but usually you cannot make a browser request to an XML-RPC server because it expects the request body to contain...
View ArticleRe: web service error when passing wstoken and wsfunction in http
by Paul Nolan. Hi Joshua,This was VERY useful. It worked immediately based on your suggestions. I mistakengly thought the XMLRPC would automatically reyurn XML as did the suggested RESTThis was my...
View ArticleHow to retrieve a users name, course, e-mail?
by Huntington Mark. Will I need to refer to the database for this? Can I at least get their username and course if they are logged in and actively in the course?Basically, when a student clicks a link...
View ArticleWeb service to create Notes under a selected course
by Dominic John. Hi All,Can somebody help by telling the web service to be used to create a Note for a course.I tried using "core_notes_create_notes" and it gives me the following...
View ArticleRe: Web service to create Notes under a selected course
by Joshua Johnston. I am by no means an expert but when I ran across an access control exception it is because I forgot to add the method to the service I created
View ArticleEnhancement to core_group_get_groupings
by Paul Charsley. Hi Everyone,We are proposing an enhancement to the web service function core_group_get_groupings and have started work on this in MDL-36541. The enhancement will allow the groups...
View ArticleRe: local_wstemplate_hello_world Error: "You cannot view the profile of this...
by Oliver Obermayr. ... go to Site Administration > Users > Permissions > Define Roles, then double click your web services role,...@Chris C, just wanted to clarify, what do you mean by "web...
View ArticleRe: local_wstemplate_hello_world Error: "You cannot view the profile of this...
by john saylor. you have to create this role.the webservices role is assigned to the webservices account used to run any of the functions. it has unique permissions because of the special nature of...
View ArticleRe: OKTech Web Services
by Mike Churchward. I don't believe that code has ever been updated to work with Moodle 2. Moodle 2 has web services as part of its native code base, but they are not the same.mike
View Article