Using enrol_manual_enrol_users via XML-RPC.NET
by Mike Z. Hello all,I need your help with consuming the webservice: enrol_manual_enrol_usersMy client app is in ASP.NET, and I am using the XML-RPC.NET library to make XML-RPC calls to Moodle. I...
View ArticleAdding more functions to the service "My service" (local template)
by Oliver Obermayr. Hi there, recently I've started to use local_wstemplate (via rest protocol), which is called 'My service' and has only local_wstemplate_hello_world function by default. I want to...
View ArticleRe: Get a user token https
por Oliver Obermayr. You need enable https:// in your php.ini file:extension=php_openssl.dll (uncomment it)allow_url_include = On (change to on)then try again with cURL using following...
View Article"Add Functions" link is missing
by Chris C. I have a plugin which works well on several Moodle sites. It has custom functions, and uses core functions such as core_user_create_users. To do this, I login as administrator, and go to...
View ArticleIs this a bug? Add function in Web service
by Jeff Young. Hi there, When I tried Add function in web service of Moodle 2.4, I got this error message as " Coding error detected, it must be fixed by a programmer: Can not find file with external...
View ArticleRe: Login webservice
por Bayu Wicaksono. Hai Jerome, i have a problem here,, hope you can help by using the web-service i got the token,, so that i can access more services,, but in some service that return URL,,why does...
View ArticleRe: Is this a bug? Add function in Web service
by Paul Charsley. Hi Jeff,This can happen when a web service function defined in your Moodle database does not exist in your Moodle code. It may happen if you switch to an older source code branch but...
View ArticleAccessing (export) calendar via web-sevices
by Oliver Obermayr. I'm wondering about exporting of moodle Calendar via web services or by calling some link. For the experiment I've tried to call the calendar via link provided by moodle (Get...
View Articlewhich API to connect two different application
by prashant galagali. i am using two different s/w application one is CMIS(.Net) another one is LMS(Moodle)suppose user data is entered in CMIS (GUI ), API sends the information to LMS and logins...
View ArticleMoodle/PayPal communication issue
by Erik Rosen. Not sure where else to post this (I tried general), so if there is a more appropriate forum, please let me know and I'll be happy to move this.We use Moodle for our non-profit, offering...
View ArticleRe: Is this a bug? Add function in Web service
by Jeff Young. Hi Paul,thanks for your help.I checked the table as advised and found that there is no coresponding code there. I will look into the web service installation later.Cheers,Jeff
View Articlewebservice/upload.php returning zero instead of actual itemid
por Martin Mastny. Hello everyone,I'm using this "webservice" to upload files in moodle, which is fine, but when the json string is retrieved, it has itemid set to 0 (zero).But whe I log in into...
View ArticleRe: REST Service Create User C# Example [Moodle 2.3.1]
por Soh Chee Wei. Is there any example for use with Visual Studio 2008?
View ArticleRe: REST Service Create User C# Example [Moodle 2.3.1]
por prashant galagali. Read through ithttp://forums.asp.net/t/1814455.aspx/1
View ArticleRe: webservice integration
by Vijoi A.M. Hi all, I am creating an e-learning website.I want to create a web service to get contents of my moodle. Could anybody tell me how to do that? Thanks in advance.
View ArticleRe: webservice integration
by Vijoi A.M. Hi All,I am creating an e-learning website.I want to create a web service to get contents of my moodle. Could anybody tell me how to do that? Should i create a token to retrive datas...
View ArticleSSO Login from another system using OkTech
by Raymond Cosgrave. My Moodle Integration Steps using OKTech and Moodle Web Services:Create/Grab User (works)Add User to Course (works) Login User via Web Service (works to an extent, described...
View ArticleRe: webservice/upload.php returning zero instead of actual itemid
by Martin Mastny. Ok, I found a solution myself. Here it is.Itemid = 0 is a basic itemid in database and file gets really uploaded with it. When you need uploaded file, system copies a database entry...
View ArticleMoodle Web Service functions : Can I do this?
by Batiste Roger. Hi,I am a young developper and I currently work on a project that involves a LMS and an external system. I would like to have them work independently (other languages, other...
View ArticleRe: Moodle Web Service functions : Can I do this?
by Hubert Chathi. Yes, it is possible, but as far as I can tell, there isn't an existing function for getting grades, which means that you need to add a new one. You can view the list of existing...
View Article