Quantcast
Channel: Web services
Browsing all 2361 articles
Browse latest View live

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 Article


Forum 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 Article

Calling "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 Article

get 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 Article


Re: 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 Article

Re: 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 Article

Integration 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 Article


Re: 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 Article


Re: 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 Article

Soap 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 Article

Re: 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 Article

mod_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 Article


Need 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 Article

Re: 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 Article


Re: Need Help with creating my first web service

by Chris Dlrl.  I figured it out. Thanks anyway.

View Article

Image may be NSFW.
Clik here to view.

nusoap 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 Article


Image may be NSFW.
Clik here to view.

Re: 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 Article

Re: 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 Article

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 Article
Browsing all 2361 articles
Browse latest View live