The Mobile EBC Servlet provides support for HTTP calls from the Blackberry-side application. Note in the examples below "K" is the Context Root, which may will be changed before deployment.
http://diamond.ipfw.edu:8080/mobileEcb/mecb?action=LOGIN&username=student@ipfw.edu&password=test
- Returns 1,2, or 3 if the username and password are correct (based on authentication level); "0" otherwise.
http://diamond.ipfw.edu:8080/mobileEcb/mecb?action=LIST_COURSES&username=student@ipfw.edu
- Returns a list of courses for the specified student. For example:
<courselist> <course id="NUR 115" name="Nursing I (Introduction to Nursing)" sectionid="227" usersection="2714" /> <course id="NUR 115" name="Nursing I (Introduction to Nursing)" sectionid="162" usersection="2628" /> <course id="NUR 115" name="Nursing I (Introduction to Nursing)" sectionid="207" usersection="2634" /> ... </courselist>
- Returns a list of courses for the specified student. For example: