Ready for fall
August 27th, 2008Busy getting ready for the fall semester at the UW. Got just a few projects in the mix that I’m working on right now. For example, we are going to use the open source course management system moodle for a number of courses. We have written a couple plugins now to integrate this with UW systems (timetable and enrollment). These were a bit tied to our systems in Engineering and we want to make them available for other departments on campus to use. So, to get the data out of our systems and in to moodle we will use SOAP (aka web services). I’ve written the inital web services (with the hopes that the central campus group will pick them up to run for campus). I’m now converting the moodle modules to talk to the web service instead of directly to an oracle server. One module is done, the other is in the works (today’s goal). From the looks of things, I’m going to need to write one or two more web service calls to complete this one.