Re: So no one will go down a road that leads no where ...
by ryan sanders. if SSL certificate expires. the user should get a pop-up in any browser, denoting SSL certificate issues. and noting something about it has expired. it has been some time since i had...
View ArticleRe: So no one will go down a road that leads no where ...
by Ken Task. Yes, a users using a browser do get a notification and option to accept a self-signed certificate. But, evidently, webservices on the client end cannot make such exceptions. Have to...
View ArticleRe: Example of using Web services
by Jocelyn Ireson-Paine. I've just realised, when replying to someone's question about my postings, that I didn't explain where the value of the $token variable came from. The values in my demo are...
View ArticleRe: Removing deprecated web services
by David Monllaó. Hi,After considering the number of affected users we decided to change the issue's purpose and defer the final deprecation (where the functions are removed) to Moodle 3.0 (MDL-49414...
View ArticleRe: Removing deprecated web services
by Praveen Pendyala. Thanks for the update David. This buys enough time for client developers.Best,Praveenhttps://github.com/praveendath92
View ArticleConsume JSON data in moodle web services
by Sundaramoorthy Balakrishnan. Hi All,I am going to send user profile information from third party application to moodle system using web services. Thirt party system sends data only in JSON format,...
View Article2.8.3 I need an API
by Wendi Turner. I know they don't like us to ask for this on this forum, but I am having no luck on Odesk. I have an API that is built by the company that needs me to send them the student...
View ArticleRe: 2.8.3 I need an API
by Just H. Hi Wendi, sadly this is way outside my abilities but just a thought. For something like this when it's obviously urgent and you're willing to pay you could always put an ad in the jobs...
View ArticleRest WS Java: core_user_create_users()
by Antonio Ruso Amieva. Hi guys, I'm trying to integrate my Java App with Moodle 2.8.I was testing some typical issues like create categories, courses and users when I found some problems. For...
View Article2.8.3 Do we need a special plugin for an API that is built on a SOAP format?
by Wendi Turner. In discussion with a developer, he thinks we may need a special plugin for an API that is written in the SOAP format, but I thought I saw SOAP as one of the accepted formats on...
View ArticleWeb service Moodle 2.7 for web Application
by Pralad Dessai. core_cohort_create_cohort function :list of ( object {categorytype object {type string //the name of the field: id (numeric value of course category id) or idnumber (alphanumeric...
View Articlecreate_assignment function is not in web service of moodle
by Ravi Koshti. Hi...I want to use create_assignment function of moodle for integrating it with openerp.But in Site Administration->Plugins->Web Service->External Services->Add...
View ArticleRe: 2.8.3 Do we need a special plugin for an API that is built on a SOAP...
by Wendi Turner. Does anyone have an answer for this? It seems we would not need it, as it seems to be part of the program, but a programmer who works with moodle thinks it might be necessary.
View ArticleRe: 2.8.3 Do we need a special plugin for an API that is built on a SOAP...
by Damyon Wiese. SOAP is supported out of the box - but if there is no webservice function in Moodle that does what ever it is you need to do, then you will need to write a new webservice function...
View ArticleRe: 2.8.3 Do we need a special plugin for an API that is built on a SOAP...
by Wendi Turner. I already have the code built. What I mean to ask is this: do I need to make some special plugin to attach my SOAP API to my moodle site?
View ArticleRe: 2.8.3 Do we need a special plugin for an API that is built on a SOAP...
by Damyon Wiese. Sorry, your question does not contain enough information for me to understand exactly what you are trying to do. Your best bet is to read all the webservice...
View ArticleRe: 2.8.3 Do we need a special plugin for an API that is built on a SOAP...
by Wendi Turner. Oh dear... the problem is that I really am ignorant about this sort of thing. I have an API that is already built. It is built in a SOAP format. I assume I just need to install...
View ArticleRe: 2.8.3 Do we need a special plugin for an API that is built on a SOAP...
by Tim Hunt. Why does this developer think that? Why does he not come here himself to discuss it with us himself? What previous Moodle experience does he have?
View ArticleRe: 2.8.3 Do we need a special plugin for an API that is built on a SOAP...
by Wendi Turner. Well, I told him I would ask to see if we needed it. I would not automatically assume he is up to no good. I am just trying to find out if we need a special plugin to integrate a...
View Article