Integrating with the Service
We'll cover the following...
Calling the web-service
We have one unfinished piece of work in the Airport
class—the fetchData()
function is pending implementation. We need to replace the exception in that function with code to talk to the web service. Since it needs a network ...