Re: Bug report in core_course_update_courses function.
by Arman Ghazanchyan. Is this issue fixed in the later builds? Or where to find the list of web service updates for each build.Thanks in advance!Arman G.
View ArticleIs core_user_get_users Web Service broken in 2.6 ?
by Bill Stock. Hi,I'm trying to work out whether this should work in 2.6.Using the Java code below to call it using REST. String functionName = "core_user_get_users"; /// XML-RPC CALL String...
View ArticleRe: having trouble with web services in Moodle 2.0
by asha chaparala. Hi sir,I am unable to find how to get user role through webservises.How can i user role for that site through webservises.please tell me how to fix the issue?
View ArticleRe: how do I get the role of user?
by asha chaparala. hi sir,thankyou i fixed that issue problem is webservises is not enabled.i developed one app,i want to allow moodle users also can use it.i have one doubt how to get role of the...
View ArticleRe: Can Moodle users be Web Service users?
by asha chaparala. Hi sir,i am working of moodle webservises.i have one doubt,how can i know the user role for that site when he logged in.for example:for admin(i need response as admin)...
View ArticleLogged in user role
by asha chaparala. Hi,I am searching over internet from two days for the below issuei want to know logged in userrole for the site through webservisesif it is admin page i want to show all options,if...
View ArticleCreate_user will not allow special characters
by Jon Powers. Good Morning, When trying to pass special characters in the username (jon.n.powers@gmail.com) we get an error. I believe I have all of the proper settings to allow special characters....
View ArticleRe: Can Moodle users be Web Service users?
by Malte Reißig. hey asha, while "waiting for a reply" I can recommend you to go through http://docs.moodle.org/27/en/How_to_create_and_enable_a_web_service again.As well have a look at the dialog on...
View ArticleRe: Hardware specifcations
by Usman Asar. Asha,You should have opened another thread for this discussion, as this thread is about hardware requirements. Either ask admin to move to existing thread related to this discussion,...
View ArticleRe: Can Moodle users be Web Service users?
by asha chaparala. Hi Malte Reißig,Thankyou very much for your reply.I am able to create token for user,i completed this step and i created webservise and i added all the webservises functions i...
View Articlehow to access each key value of rest webservice xml response
by Nihar Das. i got xml response from rest webservice in moodle.i want to accesss each key value from xml response.below is the xml response.<?xml version="1.0" encoding="UTF-8"...
View ArticleRe: how to access each key value of rest webservice xml response
by tushar bhatia. <?php$a='<?xml version="1.0" encoding="UTF-8" ?><RESPONSE><SINGLE><KEY name="id"><VALUE>2</VALUE></KEY><KEY...
View ArticleRe: how to access each key value of rest webservice xml response
by Nihar Das. <?php$a='<?xml version="1.0" encoding="UTF-8" ?><RESPONSE><SINGLE><KEY name="id"><VALUE>2</VALUE></KEY><KEY...
View Articlehow to fetch value from rest webservice xml response .
by Nihar Das. to get an array i have passed the xml response in to one function i.e $xml = simplexml_load_string($resp);if i will dump $xml it is giving me an array which...
View ArticleRe: xml-rpc problems
by Antonio Lepore. Hi Jerome, I'm trying to make active the field php_extension. I follow the guide but nothing. How can I solve this problem? The xmlrpc is necessary for vpl plugin. Thanks so much!
View ArticleRe: how to access each key value of rest webservice xml response
by sudhanshu verma. Dear Nihar,You can use the demo webservice client available on https://github.com/moodlehq/sample-ws-clients.Thanks,Sudhanshu VermaBallistic Learning
View ArticleOKTech & M2.6 - How to remove only one role (Teacher) in a course with...
by Aaron Henderson. I can't seem to figure out how to remove a Teacher role from a user who has multiple roles in a course (Teacher and Student). I want to preserve any user data in the course, so I...
View ArticleRe: Get List of courses and roles
by Trinh Nguyen. From the Moodle version 2.5.1 onwards, you can use these following function to get course(s):Get a specific course with ID:$course = get_course($course_id);Get all courses:$courses =...
View ArticleGet News for Course
by Gareth Tucker. Hi All,I need to be able to get the news items for a course using a web service / via api. what web service calls should I be using?Thanks,Gareth
View ArticleGenerate password and notify user
by Manex Etxabe. Is it possible to create a user with the option "Generate password and notify user"?In the Web Service documentation I have not seen this param in 'core_user_create_users'...
View Article