Re: invoke an external web services when an event occurs
by Tim Hunt. Probably best to put code like this into a local plugin. Subscribe to the event, and when received, call the web...
View Article回复: Re: invoke an external web services when an event occurs
by sophie sun. Thanks heaps for replying,Tim. I read through the links you posted and they do make sense. Yay, local plugin!!Thanks again.
View ArticleForum topics - REST protocol
by Alina Eftenoiu. Hi,I need help to get all reply on a forum post using REST protocol. Is this possible ? The API helps to get the main topics and the ids of the first and the last reply, but not the...
View ArticleCalling "core_user_get_users" function using REST API
by Sonam Daultani. I am using Moodle Rest API in java to call core_user_get_users function and it is displaying the following error,<EXCEPTION...
View Articleget logged in users ids (URGENT)
by Majda Majda23. Hi,I need to get the current logged in users ids and i really don't know how to use ws in moodle (i'm not good at ws in general). i tried some code i found on the internet, but it...
View ArticleRe: webservice integration
by Manju Yadav. Hello Kausal, Could you please tell me , how i start with integrating my java app with moodle,like what i need to include in function.
View ArticleRe: Invalid Response Value detected
by Ayesha Nasim. Hey John, Did you have any luck fixing the issue, if yes then can you please tell me howd you do it, I am having the same issue.your help would be very much appreciatedKind Reagrds
View ArticleIntegration with Oracle CRM
by George Lekeas. Dear All,I am running Moodle 2.4.3 on an Apacheserver and I would like to integrate it with Oracle CRM on demand using Web Services. My understanding (please correct me if I am...
View ArticleRe: Integration with Oracle CRM
by Martín Langhoff. Hi George -- give that you want to query the Oracle DB, you want to look at the authentication plugins available. Very likely that the "database" authentication plugin will do what...
View ArticleRe: Integration with Oracle CRM
by George Lekeas. Hi Martin,The problem is that I do not have direct access to the database; I can only query it through web services which is why I am asking the question.Regards,George
View ArticleSoap Login
by rivo ulul ilmy. hi..i have external web service usign soap to login..how do i use this service to login into moodle, so user dont need to make account on moodle. thanks
View ArticleRe: Soap Login
by Ayesha Nasim. Hi Rivo,You will have to insert record in the moodle database table {user} . You can do that by writing this code in the externallib.php in...
View Articlemod_assign_get_grades&assignmentids[0]=1
by arga putra. how to access the value of the task using a web service function mod_assign_get_grades Rest?and why I have included a parameter to be an error?
View ArticleNeed Help with creating my first web service
by Chris Dlrl. Hey folks,I'm experiencing some difficulty writing a new webservice for Moodle 2.5.1.I'm trying to set up a webservice to return some course information along with a list of enrolment...
View ArticleRe: Soap Login
by rivo ulul ilmy. hi Ayesha,thanks for your answers, but i still have problems. users and password on my webservice dont match with moodle standard password, password on my webservice only contains 6...
View ArticleRe: Need Help with creating my first web service
by Chris Dlrl. I figured it out. Thanks anyway.
View Articlenusoap ws
by Majda Majda23. Hi,i'm trying to send the value of the current logged in user's id to wsdl using nusoap but it always returns 0!! however when i send a random value it works just fine so the problem...
View ArticleRe: nusoap ws
by Patrick Pollet. Hello, Within your function getUserId() you must add global $USER;to access tthe global variable setup for you by config.php Cheers edit : when developing for Moodle you should...
View ArticleRe: nusoap ws
by Majda Majda23. Hi Patrick, thks a lot for your fast reply, i did indeed add global to $USER and i still can't send the value of $USER->id to wsdl file (i can read it but i can't send it)!!!do...
View ArticleRe: Uploading files as an assignment via a webservice?
by Jeff Stay. Wondering if there is a solution for this? Would help very much.
View Article