Access a web service without token
by Vishwas Painuly. I am beginner for web service. I am writing a web service in Moodle.Can we access a web service without passing a token?For eg: I want to create a forgot password web service, so i...
View ArticleRe: error when adding external functions to a web service.
by Rohit Panchal. Hi Rama,Two files are mandatory for adding web service in our plugin.1. db/services.php2. externallib.phpplease refer below link, it might solve your...
View ArticleRe: error when adding external functions to a web service.
by Rama Bodapati. Thank you Rohit for the suggestion. I was trying to connect my WP site to Moodle and faced this issue.I used the brute force technique of cleaning up all my plugins which were not...
View ArticleRe: error when adding external functions to a web service.
by Rohit Panchal. Great...ThanksRohit Panchal
View ArticleRe: Create web Service Token with SAML
by Ori Wallenstein. Hi Shaun,I'm facing the same problem. Did you ever figure how this can be done?Thanks,Ori
View ArticleRe: Create web Service Token with SAML
by Ken Task. In the Moodle 'Store', there are two plugins for saml2:https://moodle.org/plugins/?q=saml2which one are you using?As far as tokens ... in a 3.3.highest and probably...
View ArticleRe: Create web Service Token with SAML
by Ori Wallenstein. Hi Ken,I'm looking to make calls to the core_user_add_user_device webservice in order to register users' mobile apps. Unless I misunderstood how this API works, in order to add a...
View ArticleRe: Calling auth_userkey_request_login_url function using REST API
by Ester Rodríguez Mayorga. Try this:$params = Array('user' => Array('idnumber' => $idnumber) );It works for me with the username, but with idnumber must to works.Ester
View ArticleGetting list of attempts for a given quiz
by Daniel Slatkin. Hi all,I am trying to use the core web service functions (without writing a custom function) to be able to access the list of attempts and each attempt's final grade for a given...
View ArticleMoodle SSL chain issues
by Christian Kristiansen. Dear moodle forumReally missing your help !I'm still a little new in moodle and we have put a wild certificate on our moodle 3.2 running on an ubuntu 16.04 everything looks...
View ArticleRe: Moodle SSL chain issues
by Ken Task. Don't claim to be an expert at this, just have had some experience with different CA's and server flavors (linux not Windows).A 'wildcard' cert is a little different than one for a...
View ArticleRe: Create web Service Token with SAML
by Sebastian Beetschen. Hi,I ran in the same question. How I understand it, to get a token, you have to call the (e.g. Shibboleth) unprotected...
View ArticleRe: Myddleware and Magento
by Eric Messick. Hi Stéphane.I thought I'd check to see if I could help with the Moodle connector. I'm not a developer. I taught myself how to use Unix, Moodle, and set up a server. So I might not be...
View ArticleRe: Myddleware and Magento
by Stéphane Faure. Hi Eric,Thanks for using Myddleware.The file to add fields in Magento is src\Myddleware\RegleBundle\Solutions\magento.phpThe function to be changed is get_module_fieldsHowever, the...
View ArticleC# core_moodle_create_user
by Mantas Šedys. Hello guys, could someone help me with customfields in webservice. I'm using C#.How to add custom profile fields in web-service?My code:...
View ArticleCan't access mindbugs.mrooms.net
by Norman Hawkins. Good Morning, When we access the http://mindbugs.mrooms.netWe get the following error:Sorry, but your IP number seems to have changed from when you first logged in. This security...
View ArticleRe: core_user_create_users and core_user_update_users are missing some core...
by Adam M. I'm also having this issue. I have a customer with Moodle 3.2.x and I can't add phone1 or institution using core_user_create_users. I don't understand why I can update idnumber but not...
View ArticleRe: Can't access mindbugs.mrooms.net
by Matteo Scaramuccia. Hi Norman,this is the Moodle Community providing free support for the product running behind that site, but not involved in supporting what hosted there.BTW, it looks like...
View ArticleRe: core_user_create_users and core_user_update_users are missing some core...
by Dorel Manolescu. @biboy atienzaLooking in the code there is support for custom fields in the web-service:###// Custom fields.if (!empty($user['customfields'])) { foreach ($user['customfields'] as...
View Article