#32 [xhtml]

Example Web Service - BART Schedule

We want to send a simple request of start and end station with a departing time to get a train schedule:

  1. We'll receive an XML document with the necessary information.

  2. We'll need to post that information to the bart website.

  3. Process the XHTML that comes back to get the schedule results.

  4. Return that schedule as XML.