Re: Wasted over a day and still can't get enrol_manual_enrol_users to work!!!!
by tim shannon. Hi Alex,I have some similar problem, and similar lost days...I see one prerequisite in the documentation, “user must be logged in”For your application, is the user logged in? (assuming...
View ArticleRe: Wasted over a day and still can't get enrol_manual_enrol_users to work!!!!
by A W. Tim,In my test I was first creating test users, then enrolling them in courses, all on a test build so by definition none of them would have ever logged in. I'm not sure where the pre req...
View ArticleRe: Wasted over a day and still can't get enrol_manual_enrol_users to work!!!!
by tim shannon. Alex,The pre req “user must be logged in” is stated in the API documentation.Site Administration, Plugins, Web services, API documentation – enrol_manual_ enrol_users. At the end...
View ArticleRe: Wasted over a day and still can't get enrol_manual_enrol_users to work!!!!
by tim shannon. Using this, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX $wsfunctionname = 'enrol_manual_enrol_users'; $restformat = 'xml'; $enrolment = new...
View ArticleTransform plugin from SOAP to REST protocol
by Sebastian Flores. Hello friends, I downloaded the External webservice authentication plugin that is developed with SOAP protocol.Sadly, I'm not a great developer and I need to change the protocol...
View ArticleRe: Ats: Re: Login webservice
by Muhammad Owais Hassan. Hellow there.....i need some help in moodle integration with asp.net application. currently we have a working asp.net application and we want to extend it with moodle .......
View ArticleIntegrating moodle with a mobile application
by shrenik paras parmar. We have a new business idea for college students and this requires integration of Moodle features into our mobile application. we are using phone gap technology to build our...
View ArticleRe: Integrating moodle with a mobile application
by Olumuyiwa Taiwo. It's tricky to give a reasonably accurate/useful answer without having more details on your intended integration, but going by what's suggested by "integration of Moodle features...
View Articlemoodle REST Web Services optiional fields not work
by Edgar Vargas. I created a service for moodle with the information I found on this page http://www.spanidis.eu/?p=27 but I have a drawback, I need to create the user with the field "department" but...
View ArticleHow do I pass an array to a web service as parameter?
by v k. Hello,I want to test my web service that expects an array as one of the parameters. How do I test it?I have SoapUI and always use it, but it is first time now I need to pass an array, how to...
View ArticleRe: How do I pass an array to a web service as parameter?
by Daniel Tome Fernandez. Hi,How do you tell your web service to expects an array as a parameter?would be helpful
View ArticleRe: How do I pass an array to a web service as parameter?
by v k. Hello,Here https://docs.moodle.org/dev/Adding_a_web_service_to_a_plugin#Write_the_external_function_descriptionscheck 2.5
View ArticleRe: Quiz web services proposal
by Rahul Chakraborty. Is their any update on this api. Is is available or not? I am also looking to fetch all quiz inside course and all questions/answer options inside a quiz. Also the students who...
View ArticleRe: Quiz web services proposal
by Juan Leyva. Hi,Quiz WS API function list is here:https://docs.moodle.org/dev/Web_service_API_functionsRegards, Juan
View ArticleRe: Quiz web services proposal
by Rahul Chakraborty. Yes we already checked that but what about the request and response parameters.I am not able to get the exact result from the api.My case: I am trying to retrieve all quizzes...
View ArticleREST Web services Documentation
by Joscha Zander. Hi moodle community,i am trying to create courses and groups programmatically via the web service api (REST)....Is there any detailed and complete documentation about every function?...
View ArticleCreate assignment in course webservice
by Christos Rodosthenous. Hi everyone, is there a webservice for creating an assignment in a moodle course? I checked the documentation, and i couldn't find any.
View ArticleRe: REST Web services Documentation
by Joscha Zander. So the documentation can be found in Administration block > Plugins > Web services > API Documentation. There is no "offline" documentation?
View ArticleIncorrect access detected [error]
by sabeen javaid. After resetting IP, the following message appears sometimes but not always:Incorrect access detected, this server may be accessed only through "http://192.168.2.2" address, sorry....
View Articleupdate grades via webservices
by Joscha Zander. Hi,i am working on some python scripts to make a moodle course manageable in excel sheets vie REST webservices. I implemented scripts: - add groups to a course - delete those groups...
View Article