Enable web services for mobile devices
by Amanda Hayes. I am trying to enable this in my moodle. But when I save changes, the check mark disappears. Why? How can I fix this? I am trying to set up simple push notifications to our clients...
View ArticleEnable Web services for mobile devices
by Amanda Hayes. I am trying to enable this in my moodle. But when I save changes, the check mark disappears. Why? How can I fix this? I am trying to set up simple push notifications to our clients...
View ArticleRe: Debugging web services - How ?
by Cristian Blanquer. I have a little trick to do a var_dump:Function example xxx- In xxx_parameters we do not have to do anything- In xxx will put a var_dump($something);die;- In xxx_returns will put...
View ArticleQuiz: review attempts
by Ricardo Flores Cabal. Hi guysI'm developing an webapp using angularjs and phonegap. A few days ago, I started to work with quiz services, when I process the quiz, I'm using this...
View ArticleI can't enable webservices
by Johannes Bucka. I am trying to enable webservices. But when I save changes, the check mark disappears. In Database moodle_config the value shows 1, but in my moodle the webservices are not enabled.
View ArticleRe: Debugging web services - How ?
by Suraj Kumar. I would like to add one point here that I got going through the moodle tracker regarding calling web service function through xml-rpc client. If we are using moodle version < 3.1 ,...
View ArticleRe: Debugging web services - How ?
by Suraj Kumar. I would like to add one point here that I got going through the Moodle Tracker regarding calling web service function through xml-rpc client. If we are using moodle version < 3.1 ,...
View ArticleEnable Web services for mobile devices
by Amanda Hayes. I am trying to enable this in my moodle. But when I save changes, the check mark disappears. Why? How can I fix this? I am trying to set up simple push notifications to our clients...
View ArticleWeb service to upload files (Diplomas) to the area of Private Files of users
by Agustin Viera. Hello to the whole community, The question is the following to see if anyone knows or done something similar: is it possible, using the Moodle web services, upload files (pdf...
View Articleerror in using REST service to upload file in moodle
by fazel faraji. I want to use moodle's REST api to apload a file to moodle.this is my code in java script: var domainname = 'http://192.168.1.75/moodle'; var token =...
View ArticleHow To implement Private / Public Key Certificate ready for both Acuity and...
by JAGADEESH G G. How To implement Private / Public Key Certificate ready for both Acuity and IBIS Server.
View ArticleHow To make the system/ Application with an integration to WS-security Axis 2...
by JAGADEESH G G. How To make the system/ Application with an integration to WS-security Axis 2 Ready
View ArticleHow To implement SOAP content encrypt / decrypt by using x.509 certificate...
by JAGADEESH G G. How To implement SOAP content encrypt / decrypt by using x.509 certificate Cryptography.
View Articlecore_course_search_courses Invalid parameter value detected
by Sanjay Singh. Hi, I am trying to consume the service core_course_search_courses, which was working well for version 3.0 but not working as per my expecting for version 3.2. $function_name =...
View Articleuse web services to upload a file and get it
by fazel faraji. i want to use moodle services to upload a file and use it later .what should i do?
View Articlecore_user_create_users
by tim shannon. Greetings,I have a web service that creates new users - with the core_user_create_users function. It creates the users, it returns the info as per the docs, with user number...
View Articlecore_course_get_courses by categoryid
by Tony C. Batista. I want get a list of courses from one category, because i have a lot of courses (10000+).It's possible using function core_course_get_courses or another?Something like this:...
View ArticleManual grade item names
by Zoe Bogner. I'm attempting to extract some user grade information using web services. The grades are a mix of activities and manual items. I have been able to extract the grades using...
View ArticleGetting redirected to login page when using REST Web Service
by Agustín Rodríguez. Hi! The Context:I have a Moodle 3.x installation and right now I'm trying to integrate an external system to it. This system needs to fetch users and courses so I want to provide...
View ArticleRe: Manual grade item names
by Zoe Bogner. I've created a tracker item to put forward the idea of adding itemname to the gradereport_user_get_grade_items output: https://tracker.moodle.org/browse/MDL-57999
View Article