Re: 2.8.3 Do we need a special plugin for an API that is built on a SOAP...
by Tim Hunt. Well, you have not yet given us enough information about what the situation is to judge. What is this SOAP API. Is this an API povided by some other system that Moodle needs to call, or...
View ArticleRe: Moodle 2.8 Webservices
by Colin Fraser. There are one of two answers here, depending on the question you are asking, which, by my comment, would suggest it is not clear what it is you are actually asking. 1. Moodle is not a...
View ArticleRe: Moodle 2.8 Webservices
by amit yadav. Hi Barbara,Do you want to integrate authoring tool with Moodle? That is, SCORM courses are directly created in Moodle when they are published in e-learning authoring tool. There is a...
View ArticleRe: Moodle 2.8 Webservices
by Barbara Joe. Thanks Colin and Amit for the response@Colin#1: Yes. Moodle is not SCORM Builder Tool.#2: Yes this is what we always do.Now, I am thinking like integrating tool with Moodle. Where...
View ArticleRe: Moodle 2.8 Webservices
by Colin Fraser. Hi Barbara, I don't think that the api function core_course_create_courses() is for SCORM, though you can use that to generate new courses from the command line or some such, (not...
View ArticleRe: How to create user using web services.
by Daniel Neis Araujo. Hello,if you end up here (like me), trying to integrate Moodle with java webservices you may be interested on these:MDL-28988 - SOAP server should generate WSDL with fully...
View ArticleRe: Getting calendar: events core_calendar_get_calendar_events
by Farhan Karmali. Am stuck here too I am using wsfunction=core_calendar_get_calendar_events&events[courseids][1]=2&moodlewsrestformat=jsonBut I still get empty events, how do I get the site...
View ArticleTrying to make first REST call - getting invalid_parameter_exception
by Carol Griffiths. I'm trying to make a call to the rest webservice. POST...
View ArticleRe: Trying to make first REST call - getting invalid_parameter_exception
by Darko Miletić. You are sending input parameters s JSON. Moodle web services do not support that. You should send parameters as classic POST or GET...
View ArticleCreate webservice token using a webservice
by anoop kumar. Is there any possible webservice in Moodle to create user webservice token for non-admin users by authenticating using admin login or token.
View ArticleRe: Create webservice token using a webservice
by Juan Leyva. Hi,use login/token.php, it requires username, password and service (a service defined in the Moodle site)It will return a JSON object containing the user tokenMore info here:...
View ArticleRe: Create webservice token using a webservice
by anoop kumar. Thanks for your reply Juan. But what I actually need is, not to get the already generated token, but to generate/create token for a particular user using a webservice request from...
View ArticleRe: core_user_update_users returnes nothing and doesnt update user
by lital l. Hi,Did you succeeded find out where you were wrong?I'm having the same problem..Thanx
View Articlecore_course_get_contents not returning all information
by Luca Viggiani. Hi, this is my first experience in using Moodle default web service.I'm already successfully consuming some of the methods (REST format) to get information about learner, its...
View ArticleRe: core_course_get_contents not returning all information
by Luca Viggiani. ...in addition I also to get module contents (SCORM zip file) URL to dowload, but no contents are returned. This happens also in Moodle 2.8 and 2.9RC1.Please note that within Moodle...
View ArticleRe: core_course_get_contents not returning all information
by Juan Leyva. Hi,as far as I know this Web Service is just for getting generic/standard/common information about a module (all the moodle modules has some fields that are mandatory), you are not...
View ArticleRe: 2.8.3 Do we need a special plugin for an API that is built on a SOAP...
by Wendi Turner. OK.It's an API created by a state entity, and it is designed to report the students' information to the state entity, when they pass the test.
View ArticleCalling ASMX Web Service From C++ MFC Project
by Erhan Zeyrek. Hi all,I have a web service that have functions to retrieve data from database. (http://exampledomain.com/webservice/webservice.asmx) It's easy to add a web service in C#...
View ArticleInscrição
by Ricardo Ferreira. Boa tarde,Como faço para me inscrever no forum?Atenciosamente
View ArticleIssue in downloading resources using the moodle webservice
by Abdullah Baaji. Hi,I want to download a course with its resources and use it offline. I am using a restful webservice. So far I am able to download the course schema using core_course_get_contents...
View Article