Re: 'mod/webservices/' missing
by john saylor. yes, and the functions work- it's just the moodle logging interface that i'm having trouble with. i can see the errors, but when i click on them, the system is missing files. is there...
View ArticleGetting Started With Web Service
by Robert Seward. Hi Folks, I'm pretty new to Moodle development and had a few questions that I hoped you wouldn't mind answer. The questions are pertaining specifically to WebService and how to...
View ArticleStructure of parameters in POST
by Jackie Smile. Hello, I'm basically hitting the brick wall with this and my other two posts don't get any reply. I can't believe it is that hard. So I'm trying once again with a fresh new start from...
View ArticleRe: Structure of parameters in POST
by Hubert Chathi. Try $params to array('foo' => $foo).
View ArticleRe: Structure of parameters in POST
by Jackie Smile. Thanks for your reply Hubert. Actually it was how I thought it should be. I was just putting the data in another array before and that caused the error. However my real problem is...
View ArticleRe: Structure of parameters in POST
by Jackie Smile. OK I found that one too... where it says: $params ) array( 'users' => $users ); it should instead be $params = array($users); The explanations on the web are really confusing...
View ArticleRe: REST Service Create User C# Example [Moodle 2.3.1]
by Jerome Mouneyrac. Hi Daryl, thank you for sharing your client. If you have some free time, can you make a contribution to https://github.com/moodlehq/sample-ws-clients (create a Moodle Tracker...
View ArticleRe: core_users_get_users_by_username
by Jerome Mouneyrac. Hi Jason, see MDL-29934 Marked as being related is the wish list. Everytime I see a new issue suggesting a new function I add it there. Otherwise the sub tasks are the functions...
View ArticleRe: core_users_get_users_by_username
by Jerome Mouneyrac. Thanks John, we appreciate all web service contribution (follow the doc: http://docs.moodle.org/dev/How_to_contribute_a_web_service_function_to_core). MDL-29938 is the issue you...
View Articleunenroll user form course programmatically
by Tomas Madajevas. is it posible to unenroll user form course programmatically? if yes, can anybody provide me some code how to do so?
View ArticleLogin through webservices using SOAP protocol
by Girish Prajapati. Hello experts! I'm the new to the Moodle development. We have one application developed in Yii for School Management . We want all users (Student/Faculty) can perfrom their task...
View ArticleSimple Web Service Tutorial Request
by Ilias S. Hello, i would like to ask, where can i find a simple tutorial that explains step by step a simple web service for creating users for example... I am a little bit confused about web...
View ArticleRe: Simple Web Service Tutorial Request
by Jerome Mouneyrac. Hi Ilias, If you are requesting on how to create a web service: I think the easiest way to start writing a web service function is to look at the ws template code:...
View ArticleRe: message have several items
by Jerome Mouneyrac. Hi Mario, imo the best way to make web service not confusing: 1) setup a web service in the Moodle admin: http://docs.moodle.org/23/en/How_to_create_and_enable_a_web_service 2)...
View ArticleRe: Simple Web Service Tutorial Request
by Ilias S. Hi Jerome, thanks for immediate response, i will check the resources that you provide... thanks again...!!!!
View ArticleRe: webservices user as site administrator
by Jerome Mouneyrac. Hi John, from what I understand, you created a Moodle user (and so a token) for your client. By principe I would avoid using a token linked to an administrator as much as I can...
View ArticleOptional user field webservice
by Dante Basile. How I can fill a optional user field (for example institution) using webservice. I try: 1) add parameter with key institution but I get error response; 2) with customfield I not have...
View ArticleGet a user token https
by Dante Basile. I read this document: http://docs.moodle.org/dev/Creating_a_web_service_client#How_to_get_a_user_token. When I call this page:...
View Article"enrol_manual_enrol_users" Opposite Function
by Slim Marzouki. Hi People, what is the opposite Function of "enrol_manual_enrol_users" to unenroll a User from a course ? If there is no such a function, Does an alternative way exist to unenroll a...
View ArticleRe: Login through webservices using SOAP protocol
by Girish Prajapati. Hello Everybody, I found solution, We created LDAP server with SSL and configured moodle to use LDAP. Now our all users of Yii application are able to login in Moodle. Hope this...
View Article