Moodle integration

vijay152
Kilo Expert

Hi All,

Did any one come across the Moodle Integration with Servicenow.

I would like to know how the Moodle can interact with SN, I have tried doing some research but could not find any.

any though / suggestions would help.

Thanks,

Vijay P

1 ACCEPTED SOLUTION

Mateen
Giga Guru

Vijay,



As Pamela said., We can integrate moodle with ServiceNow using REST protocol. Documentation seems to be off for Moodle API functions. But getting hold of correct function is key to your requirement. I have tried below REST url in ServiceNow to receive a successful response.



GET http://demo.moodle.net/webservice/rest/simpleserver.php?wsusername=admin&wspassword=sandbox&wsfuncti...


View solution in original post

5 REPLIES 5

Pamela22
ServiceNow Employee
ServiceNow Employee

Moodle interacts and integrates very well with ServiceNow. It depends on what you would like to achieve. We have had some teams within ServiceNow successfully implement and manage the process. Thanks to Chuck Tomasi confirming my thought that we have a team that has implemented successfully on the Platform. Which is the SC portal (sc.service-now.com). What you want to implement will determine who will be most suitable to provide further information on this. But I hope this answers your initial question about whether ServiceNow integrates with Moodle .


Thanks Pamela for you conformation.



I am doing REST call to Moodle to get the user information.



http://demo.moodle.net/webservice/rest/simpleserver.php?wsusername=admin&wspassword=sandbox&wsfuncti...


link works fine directly when i use that, but when i use the same in the REST message and pass the query parameters as attached:


REST - Get.PNG




I get the below error response once i click TEST:


<?xml version="1.0" encoding="UTF-8" ?>


<EXCEPTION class="invalid_parameter_exception">


<ERRORCODE>invalidparameter</ERRORCODE>


<MESSAGE>Invalid parameter value detected</MESSAGE>


<DEBUGINFO>Missing required key in single structure: userids</DEBUGINFO>


</EXCEPTION>




++++++++++++++++



I am not sure how we can pass the Userid of Moodle to SN.



Any update from you will be much appreciated.



Thanks,


Vijay P


Mateen
Giga Guru

Vijay,



As Pamela said., We can integrate moodle with ServiceNow using REST protocol. Documentation seems to be off for Moodle API functions. But getting hold of correct function is key to your requirement. I have tried below REST url in ServiceNow to receive a successful response.



GET http://demo.moodle.net/webservice/rest/simpleserver.php?wsusername=admin&wspassword=sandbox&wsfuncti...