Hi everyone (bonjour Jérôme!), I'll probably be a regular here for the next few months...
I am working on plugging Moodle (2.7) with our SIS: creating courses, groups, enroling teachers and students, sending and receiving grades, etc. All using web services, hopefully. I'm trying to do the Moodle side of it, while others are doing the "other side" (SIS and related systems).
REST web services are working fine, but Visual Studio would like to have a WSDL (or so are my coworkers telling me), to build a "Windows application in VB". The soapfda plugin (as mentioned in MDL-28988 and in this discussion) creates such a file, but only seems to work with SOAP.
My question: is there something similar for REST and VS2013? What changes would be needed to adapt the soapfda plugin to REST? Or is there something obvious I'm missing? I've seen one person create a WSDL by hand, so I guess I could go this route. I read the discussion about WSDL creation (2012). I tried the moodlews plugin from Patrick Pollet (which doesn't seem to "publish" custom web services, if I read the documentation right).