Fatal error: Cannot redeclare class Zend_Exception
by sudipto prodhan. I have setup webservice for the school and it was running ok till the time. I am using moodle 2.1+ and recently I have changed the php version as below....PHP 5.4.9 (cli) (built:...
View ArticleRe: Questions about token.php and database shortname.
by Json Chau. you must install phpMyadmin plugin, and then, login, finally, find mdl_external_service table in the left column.Good look
View ArticleRe: How to use core_course_get_courses?
by Json Chau. core_course_get_contents : get detail a course thought...
View ArticleRe: To get all course topics and forums.
by Json Chau. core_course_get_contents : get detail a course thought...
View ArticleHow to get userid from username
by Json Chau. I would like to call core_user_get_users_by_id serviceAnd here is my url, it...
View ArticleRe: Login with token
by Json Chau. When you log in, you must have username and passwordToken is a key to reference to service which you will call a function.
View ArticleRe: How to get userid from username
by Oliver Obermayr. I would recommend you to use first core_webservice_get_site_info, this function will give you except all information about the moodle site user info as well (including user id),...
View ArticleGetting calendar: events core_calendar_get_calendar_events
by Oliver Obermayr. Hello everyone, after the upgrade of my moodle to 2.5dev version I'm trying to get calendar events using core_calendar_get_calendar_events function in...
View ArticleError while calling core_user_create_user
by David boudreault. Hi,We have Moodle 2.3.When i call the web service core_user_create_users, I have this error :{"exception":"moodle_exception","errorcode":"auth_ldap_noconnect_all","message":"Le...
View ArticleRe: Check if user exists before creating
by David boudreault. I have the same problem.I want to update user when user already exists, but fetch all user using moodle_user_get_users_by_id and then check the response for searched user is non...
View Articleweb services downloading file
by elda belia. I am trying to develop a client for android, i'm use moodle 2.3. but i can't download the files, what should I do or what settings should i doany help is appreciated.
View ArticleRe: Downloadinf File from Moodle
by elda belia. to Jérôme Mouneyrac I also use Moodle 2.3 but I can not download the file, what action should i do..please suggestions
View ArticleRe: How to create a webservice client in moodle 2.0 using php
by Sandhya Mishra. Hello niranjan reddyNice thread you have created. To creating the web service client you should have information about web service provider and protocol codes. RegardsSoftware...
View ArticleError When I add a new token.
by Json Chau. I add a new token throught 2 ways:+ On website : Site addministration-->Plugins-->Web services-->Manage token-->Add.. Choose User. Choose my service : in here, that is...
View ArticleRe: How to create a webservice client in moodle 2.0 using php
by Ritu Singh. For this create the client form on your site and manage it through your admin pannel. Client will come and fill that form and get access for your site. RegardsSEO Company Lucknow
View ArticleParameters not making sense
by Bill Antonia. Hi,Looking at the API for lets say core_course_duplicate_course, there is a list of required parameters but the 'General structure' does not reflect the organisation of those...
View ArticleRe: Consuming Moodle v1.9 web services in Visual Studio 2008
by Andrew Parry. Where your service reference is called MoodleWS Dim s As New MoodleWS.MoodleWSPortTypeClient() Dim lr As MoodleWS.loginReturn = s.login("username", "password") Dim userMoodle As...
View ArticleRe: Web Services get_my_module_grade
by Patrick Pollet. Argh, I suspect there is something wrong in my code ;-(If you have access to source code of wspp/server.class.php, could you try replacing near line 4938 the call to...
View ArticleCreate a user for a webservice automatically
by Pablo Platt. My plugin need to let an external web service talk to moodle. Asking the admin do all the steps manually is a bit cumbersome and much more difficult than just configuring three fields...
View ArticleUpdate user data using web services
by Martí Vallejo Noguer. Hello everyone, I'm using moodle v2.0 and I'm trying to update a concrete user's data using a webservice in php. The main problem is that I've been looking for information...
View Article