I am working with moodle, and I want to use moodle's default web service.
With a user with required parameters, all services are working fine.
But it doesn’t work properly for mobile application trying to get Course module details.
I get course title detail through core_course_get_contents
default web service but not getting details of any course modules (wiki,lesson,quiz,..).
I'm referring to the documentation at Web services Roadmap, but I am unable to get much information.