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

Thanks Mateen,



As i see the Link, its a different wsfunction that was used. But for the wsfunction - core_user_get_users we might need to add criteria(ID, Username) to get the reponse.



As said, REST call from SN to Moodle is working.



Regards,


Vijay p