Re: Using enrol_manual_enrol_users via XML-RPC.NET
by Supriya Seetharam. HI ,I am Novice to XML RPC Moodle integration. I am developing a c# applicationBelow is the code i am working withpublic interface IMoodle : IXmlRpcProxy {...
View ArticleRe: Get user token
by Joseph Pham. Hi NicoThanks for this clear instruction. My team got a weird problem when applying this. We use this API to get user token, we pass in username and password. But regardless of what...
View ArticleRe: Building .NET Client for XML-RPC
by Supriya Seetharam. Hi TonyI am calling the interface method public interface IMoodle : IXmlRpcProxy { [XmlRpcMethod("moodle_file_upload")] CoreFilesUpload_Response CoreFilesUpload(int...
View ArticleMoodle Webservice API dont returns correctly
by Saif Deen. Hi there,I am currently trying two methods of web service API (Moodle 2.6) to call with REST:#1 core_course_get_categories#2 core_course_create_coursesWith both I have the following...
View ArticleRe: Sencha Touch 1.1 client for Moodle - Javascript web service call
by Gabriel Souza. Hi JérômeI am also facing the following errors, not sure if you can help on this:"http://....//umm-master//config.custom.json 404 (Not Found)"Would you be able to help on...
View ArticleGrade API Plugins
by Andy Gaskins. Hi All, I am a novice to moodle and have read over alot of documentation. I was curious if someone could verify some things for me. Background: we are looking to push grades to grade...
View ArticleRestfull webservices - how client access the method remotly
by ranganath Damodar. Usually to call a method in the other server from my client,we need to create a object to that class and call that method.but how it happens with out creating the object for this...
View Articlecore_files_get_files - browse private area
by Laura Celentano. Hi,I'm trying to use core_files_get_files webservice for retrieving files contained in an user's private repository.This is an...
View ArticleOkTech WS Error. Unable to execute test_add_user
by shubham makharia. Warm Regards!To my luck i found OKTech WS Plugin which serves all my primary requirements. Kudos to PP for such a great work, much thanks.I have successfully installed v 1.5.5 on...
View ArticleAdd user to a cohort with webservices
by Timothée Laisne. Hello,I can't find how to add user to cohort with the moodle webservice. In fact, I use this client https://github.com/moodlehq/sample-ws-clients/blob/master/PHP-SOAP/client.php to...
View ArticleRe: Get course details by external idnumber
by Dan McMyler. Absolutely agree. I'm at the very beginning of project to integrate several of my insitutions systems with our new Moodle 2.5 installation, but have fallen at the first hurdle. I...
View ArticleIs it Possible to Return User or Course Details via Web Services on the...
by Dan McMyler. I see a lot of unanswered posts so i'm not holding out much hope but...Is it possible without hacking to return User or Course details via Web Services by searching on the idnumber...
View ArticleRe: Get course details by external idnumber
by Aaron Henderson. The built-in Moodle WS is quite limited. I use a combination of Moodle WS and the OK Tech WS plug-in to accomplish this. OK Tech is compatible with Moodle 2.x and has the...
View ArticleRe: Get course details by external idnumber
by Dan McMyler. Thanks massively for that, I'll check it out now.Strange that functionality isn't included in WS already, it was the first function that I looked for.Cheers again.
View ArticleRe: core_user_get_users criteria in .NET
by Mathieu Petit-Clair. Hi Nelson, Is this using the moodlews from Patrick Pollet or the core moodle web services?A coworker of mine is trying to do something similar in VB, but we can't find a way to...
View ArticleRe: Add user to a cohort with webservices
by Mathieu Petit-Clair. Bonjour Timothée, Moodle will generate documentation for all web services, under http://yourmoodle/admin/webservice/documentation.phpYou might need to enable the ws...
View ArticleCalling a REST web service from VisualStudio 2013 ("where is the WSDL file?")
by Mathieu Petit-Clair. Hi everyone (bonjour Jérôme!), I'll probably be a regular here for the next few months...I am working on plugging Moodle (2.7) with our SIS: creating courses, groups, enroling...
View ArticleRe: Restfull webservices - how client access the method remotly
by Dan McMyler. As above what are you developing in? If it's .net/c# I can help you out, I'm doing something similar myself at the minute.
View ArticleRe: Calling a REST web service from VisualStudio 2013 ("where is the WSDL...
by Jérôme Mouneyrac. Hi Mat,I guess you'll be better doing your own mapping in the client (the json results to VB objects) instead of trying to generate a working WSDL for client generator (if it's...
View ArticleRe: Restfull webservices - how client access the method remotly
by ranganath Damodar. Hi,I am a java developer and using a java program to call the web service using REST.
View Article