Re: Having trouble with web services in Moodle 2.9
by Luke Gerhardt. I'm having this same issue on a new Moodle server running 2.9. I've enabled all the same things, followed all the steps you listed as well, and also the recommendation by Leo.Has...
View Articlesession data refresh after grade post
by Abhi puri. Hi, we've written a web service using the Grade API, to send a grade update to moodle from an external system via a web service call. Everything is working fine from the perspective of...
View Articlesynchronize student info with another web app via web service
by saadat rahimi. Hi I'm developing moodle for an institute. This institute has a separate student registration application. Now they want to synchronize users on moodle with the users in their...
View ArticleSCORM content & web service
by pratik patel. Hi All,I have moodle installed and added SCORM content to course.Now i want to get that SCORM content to another website using web service. Can anybody tell how it will be done? Is it...
View ArticleRe: SCORM content & web service
by Juan Leyva. Hi,SCORM web services are under development, they will be integrated for 3.0https://tracker.moodle.org/browse/MDL-29934 here you have a list of the SCORMS, they are all developed...
View ArticleRe: SCORM content & web service
by pratik patel. Hi Juan,Thanks for the reply and information.If it is not available yet so i need to redirect user to moodle course page.For this can you please tell me can i make user login using...
View ArticleWeb services test client Error
by Silambhu govind. hai friends,pls help me i have to implement web services concept in my localhost moodle.when test web service i got this error, pls help me ..Your assistance highly appreciated.
View ArticleRe: SCORM content & web service
by Juan Leyva. Hi,unfortunately you can't do SSO via Web Services, but if the user is already logged in a browser if you redirect the user to Moodle in the same browser it will be logged (since the...
View ArticleRe: SCORM content & web service
by pratik patel. Hi Juan,Thanks for the reply.Then my requirement is not fulfilled by web service. User does not know how to handle Moodle how can i redirect to moodle??Also webservice not giving...
View ArticleSOAP wsdl create new user with custom fields
by Roberto Martínez. Hi dear moodle-gurus:I am recently trying to crate users using a SOAP call and a wsdl, but the thing is that I can't figure out how to create a new user with custom fields. If I...
View Article[help]how to use the webservice api:core_files_upload
by json king. Hi,i want to use the api:core_files_upload.but when i use it,moodle throw a execption as follow; <EXCEPTION class="moodle_exception"><ERRORCODE>nofile</ERRORCODE>I use...
View Articlehow to use the webservice api to get the instance id?
by json king. I am use the webservice api function(core_files_upload)to upload file.It has a filename "instanceid".which is the user id in mysql.Now i want to know is the webservice offer a api to get...
View ArticleRe: [help]how to use the webservice api:core_files_upload
by Howard Miller. Moving to web services...
View ArticleRe: how to use the webservice api to get the instance id?
by Howard Miller. Moving to web services forum...
View Articlecreate user via webservice with two custom fields
by Roberto Martínez. Ive been trying to upload users via web service using core_users_create_users but I can't upload more than one custom field any suggestions please? This works but when I add...
View ArticleAre almost all Web Services very difficult for an individual to get a...
by Ryan Atwood. Hi community,In a day or 2 of research, I am finding that there are a lot of Web Services and REST services out there for many things like Kelley Blue Book, Amazon, etc. Probably more...
View ArticleMoodle login after remote authentication
by Jess Portnoy. Hello all,I have my own SSO system which I'd like to connect to Moodle.The flow I am interested in is:0. user authenticates via SSO1. user is automatically signed in to MoodleI have...
View ArticleForum and assignemtn for course gives accessexception error
by Mac Shah. Hi, i follow as above all steps and its working for me , but while test with below webservice i got permission error i have added function to all required capability but i am not able to...
View ArticleRe: Moodle login after remote authentication
by Nathan Mcilree. I am not sure if the Web Services provide authentication services - I did a quick search through the functions under for "auth" or "log" and came back with nothing.I guess the...
View ArticleGet assignments for all students for all courses with webservice
by William Bustos. Hi,I need get information for assignments with grades for all students for all courses through a webservice with REST, Is there any some plugin or API of this module or i have to...
View Article