Import course and duplicate course functions
by Dave Arnold. I'm having a lot of trouble getting core_course_import_course or core_course_duplicate_course working.No matter what I try for parameters I always get the fault string "Calling...
View ArticleRe: Calling "core_user_get_users" function using REST API
by Bill Antonia. Here is an...
View ArticleRe: webservices for Assignment
by Laura Celentano. Anyone can give me some advice? I just would like to understand if I have to give up on these functions and try to create my own webservices.Thanks.
View ArticleRe: web services downloading file
by Julian Corrêa. I'm using REST getting course data and after the files references, like...
View ArticleRe: Calling "core_user_get_users" function using REST API
by Julian Corrêa. Bill,inmy databaseusernamefield is populatedonlywith numbersbecause it comes fromanother system.The fact that thedatain the fieldisnumericUSERNAMEhas nothing todo withthe error that...
View ArticleRe: Import course and duplicate course functions
by Dave Arnold. In case anyone else runs into this. I was able to get the function working using the REST client. I've submitted a bug for the xmlrpc service.https://tracker.moodle.org/browse/MDL-45397
View Articlejava.lang.RuntimeException: Failed : HTTP error code : 415
by manjunath shenoy. hi all i am trying to develop REST webservice. I am using the code from...
View ArticleManual enrollment plugin instance doesn't exist or is disabled for the course
by Dave Arnold. I'm working on an application that will use the api in Moodle 2.6.2 to create a course, create a user, then enroll that new user in the new course.I've gotten all the pieces working...
View ArticleRe: Manual enrollment plugin instance doesn't exist or is disabled for the...
by Dave Arnold. I've gotten my application to work using the duplicate course function instead of create course. But it's still an interesting problem and possibly a bug.
View ArticleConsuming Moodle2 Web services in MS Sharepoint 2010, 2013: Experiences wanted
by Michael O'Brien. I was wondering what the communities experiences have been consuming moodle web services into Microsoft sharepoint server 2010 or 2013 and if there were any particular problems...
View Articlemethod used for enroll students in course with oktech
by Nelson Gomez. Hello, i hope can they help me in my question.What method in webservices oktech i can use for enroll students in course moodle.I am developing in php and c#More or less, how i can...
View ArticleGet user token in SSO environment
by Johan Reinalda. I am working on creating an addon for a 3rd party app, which will show enrolled courses, and their assignments etc. to the user from a portal web app. With a wstoken for a moodle...
View ArticleRe: webservices for Assignment
by Laura Celentano. This is how I'm using the functions above:First upload the file draft using core_files_upload, something like:...
View ArticleWeb Services UI expected behaviour: Allow external system to control moodle...
by Michael O'Brien. Can I expect the table outlining the steps to allow an external system to control Moodle using web services to start showing the user, capability etc as I complete the steps or is...
View ArticleHelp storing user accomplishments that can be accessed using web services
by Michael O'Brien. Can anyone recommend the best activity or method of storing individual user accomplishments on moodle so that they can be queried using the web services by external...
View ArticleAdd Mjpeg video player into a topic
by Hugo Leite. Hi all!Is ther a way to add Mjpeg video into a Topic?Thanks in advanceBulle
View ArticleRe: how do I get the user id of a token?
by asha chaparala. Hi,i am developing one app,i want moodle users also can use my app,i want to access all his courses,profile details and all data related to that user to show in my app(how can i...
View ArticleRe: how do I get the user id of a token?
by Malte Reißig. Hi i!- Add the "core_webservice_get_site_info" function call to your "ExternalService"-Configuration- Ask the "core_webservice_get_site_info" with a wstoken and the response will get...
View ArticleRe: how do I get the user id of a token?
by asha chaparala. HI,Thankyou very much for your reply,i would like to know how can i add more function to external servise already created with out creating custom servise.i cant see this option...
View ArticleRe: how do I get the user id of a token?
by Malte Reißig. Hi, no problem, yesterday I just had some spare minutes to spent on this. But sorry, sure I don't know the reasons why you can not "Manage Services" as an "admin", have you checked if...
View Article