Re: Uploading files as an assignment via a webservice?
by Jeff Stay. Wondering if there is a solution for this? Would help very much.
View ArticleIs it possible to change the exception behavior of XML-RPC web services call?
by CP Lau. We make different XML-RPC web services calls to perform different tasks, e.g. calling moodle_user_create_users to create user accounts in Moodle.Assuming we are going to create 100 user...
View Articlecore_notes_delete_notes problem
by Francois J. Hello,As stated in the tracker MDL-30072, I have an issue with the core_notes_delete_notes WS function.See my comment:...
View ArticleHow to use web services externally using CURL ?
by Santosh Kr. Hi Guys,I am new for web services in moodle, I have tried many ways but not getting appropriate result.I have created External service, added desired functions and Added authorised...
View ArticleRe: How to use web services externally using CURL ?
by Ayesha Nasim. please get help from here.https://github.com/moodlehq/sample-ws-clientsyou have to download the webservice client with respect to your web service protocol.include it in the same...
View ArticleRe: How to use web services externally using CURL ?
by Santosh Kr. Well I am doing same as per your instruction, download PHP-REST/client.php and curl.php.I have Moodle in other server with domain : '/server1/moodleLocally I am accessing with :...
View ArticleRe: How to get all discussion in the forum via webservice
by Mac Shah. i think this URl is helpfull to youhttp://docs.moodle.org/dev/Web_services_Roadmapyou can get list of forum and its discussion...
View ArticleRe: To get all course topics and forums.
by Mac Shah. i think this URl is helpfull to youhttp://docs.moodle.org/dev/Web_services_Roadmapyou can get list of forum and its discussion...
View ArticleProblem for downhoad file (CVS,etc)
by Emanuele M. [ENGLISH]As describedin attachments,upgrading from version2.2to version 2.5+I foundthis issue.The firstfileshows how istheservernow, that ison production.Thesecond fileshows the status...
View ArticleRe: To get all course topics and forums.
by Santosh Kr. http://localhost/webservice/rest/server.php?wstoken=28953b51167c5fbc30b3333ac2d2ff55&wsfunction=core_course_get_contents&courseid=2I am trying above code and getting result...
View ArticleRe: core_notes_delete_notes problem
by Francois J. Up!Did somebody have the same problem as me? Thanks,François
View ArticleRe: core_notes_delete_notes problem
by Jérôme Mouneyrac. Hi Francois, thanks for the report. Note that when a issue is closed you should create a new one if you detect a problem. Otherwise nobody will ever look at it.I created one for...
View Articlehow to get rid of "IWAB0488E Location of Axis deployment file is not set in...
by karthik tadepalli. While trying to develop a webservice using eclipse with axis2 using top-down approach, I am getting below error while last step of the wizard.IWAB0488E Location of Axis...
View ArticleMoodle XML-RPC Web Service and C#
by Barry Herbert. Hi folksI'm new to the forum but not too Moodle and am stuck in a bit of a jam with my web service atm. I use Moodle to generate and populate a dynamic virtual world I've been...
View ArticleRe: Getting calendar: events core_calendar_get_calendar_events
by Pat Moss. Hello Oliver,I am experiencing the same problem. Did you solve it?
View ArticleNetsuite integration
by Rucha Shukla. Hello -I'm new to the Moodle development. How can i integrate NetSuite webservice in wamp server and what kind of details i need for that ? is the cron job run on wamp server?Thank you
View ArticleRe: To get all course topics and forums.
by George Dorn. Creating a token is not enough to enable access to web services. You must also create an external service, enable a protocol (e.g. REST) and add the function...
View ArticleHow to get all assignments for a course.
by George Dorn. I'm working on a REST client to do some student analytics. I can get a list of all of the courses via core_course_get_courses, and I can get a list of all of the users in each course...
View ArticleRe: lightwork setup problems (no functions) Help! moodle 2.4
by Lewis Hamilton. I also got stuck on this part. I also have moodle 2.4 and when I reached Administration and Configuration, I don't see the lightwork functions they are talking about. And when I try...
View Article