Hi folks,
I'm currently working on a major project to launch Blackboard in our schools. Part of this project involves taking data from CMIS and loading it into Blackboard.
There's not actually that much data involved - Students, Staff, Parents, Courses and all the relationships these contain. The tricky part is time table details.
I need to be able to produce a simple flat file for the timetable import process in Blackboard and I am planning on using the CMIS API for this. Using the SOAP UI plug-in in Eclipse I can see the methods exist however when I come to writing code to use the API I can't figure out where to get it from. It's a bit of puzzler. I can see that the most suitable approach for me is to get the timetable information for a student or staff member as I get their details.
I was wondering if anyone had used this method yet and if they would be kind enough to share some insights with me.
Many thanks
Nathan