Generating passwords when creating users
by Ray Hernandez. So I currently use web services to auto-create users within Moodle using the core_user_create_users web service function. I've noticed that if you pass in the create_password option...
View ArticleRe: Calling a REST web service from VisualStudio 2013 ("where is the WSDL...
by Mathieu Petit-Clair. Thanks, we'll do that.Mathieu
View Articleenroll user OKTECH WS
by Nelson Gomez. Hi, i hope they can help me.I need enroll some user in course.Which is the method to use in the plugin OKtech?Some example?I hope answers please...
View ArticleRe: core_user_get_users criteria in .NET
by Nelson Gomez. Hi, i hope you can help me.I need enroll some user in course.Which is the method to use in the plugin OKtech WS?Some example?I'm usign C#.NETI hope your answers please...
View ArticleRe: core_user_get_users criteria in .NET
by Mathieu Petit-Clair. I don't know about the oktechws, but the core moodle webservices provides function enrol_manual_enrol_users
View ArticleGetting class list, student list, etc from a remote javascript app (or any REST)
by John Smith. I have an ember.js app that is currently using hard-coded student/class data. I need to integrate this app with data from a real moodle server. Is there a way to send a GET request to...
View ArticleAuthentication on external website with Moodle user
by d m. Hi all,What I would like to do is allow users in my website to login using their Moodle user. I have read all Moodle documentation on web services and have not found a way to do this.I would...
View Articlecore_user_create_users causes "active database transaction detected during...
by Dan Bennett. Hi,Not entirely sure what the story with this is. The function works fine and there's no problems at all except every time I use it I get this lovely error filling up Apache's error...
View ArticleRe: core_user_get_users criteria in .NET
by Nelson Gomez. Hi @Mathieu,Mathieu, moodle provides of the function as enrol_manual_enrol_users.Do you have same code in .NET in C# .NET for use of the function as protocol REST?I hope that you can...
View ArticleRe: REST Service Create User C# Example [Moodle 2.3.1]
by Nelson Gomez. Hi @Daryl Orwin,Daryl Orwin, moodle provides of the function as enrol_manual_enrol_users.Do you have same code in .NET in C# .NET for use of the function as protocol REST?I hope that...
View ArticleDebugging Mode for Webservices
by Vignesh Gurusamy. Hi,I'm curious to know if there is any option to enable debugging mode only for webservices in Moodle.Thanks in advance
View ArticleAPI to get ALL Moddle courses...
by Miladin Joksic. Hi,I've been assigned with task that require me to make some synchronization process between Moodle entities and entities from our .NET system.I've read Moodle API, created some...
View ArticleHow to get the calendar or the assignments of an User
by Ivan Herrera. We are trying to create a function to add to your example code (The one that worked perfectly getting the courses) to get all the events of an user using...
View ArticleREST Service core_course_create_courses
by Joshua Parker. I am trying to integrate Moodle with my student information system. When a course is created in the SIS, I want to pass the data onto Moodle. Here is my code:function...
View ArticleRe: REST Service core_course_create_courses
by Joshua Parker. Never mind, I got it working. Once I made a change to params: $params = array('courses'=> $MoodleCourses); I could see some other errors that needed to be corrected, and...
View ArticleWeb Services and .Net
by Jonathan Moore. I am working on a project to upgrade a site from customized M1.9 with custom WS library. Trying to move them to core WS API, but they use .Net for development. Any suggestions on...
View ArticleMoodle API to get Course Completion Data
by Major Dads. Hi everyone,I am looking for an API to get the course completed status for a student and the date the course was completed. It there is another way to access this information through a...
View ArticleRe: How to get the calendar or the assignments of an User
by Major Dads. Hi Nik,Do you have a function to get the course completion status of a user, ie the date the course was completed, the time and the status. Thank you.
View ArticleRe: Web Services and .Net
by Tim Hunt. Note that while .Net tools will auto-generate web-service calling code from the WSDL, some people argue that doing that is short-sighted...
View ArticleWeb Services settings disappeared after Upgrading PHP (Remote Login not working)
by kanisious museka. Hi All, I am currently using moodle 5.3, IIS7 and php 5.3; last week i was requested to upgrade to php 5.5 for security reasons. I upgraded to PHP 5.5 successfully however our...
View Article