Hi: I'm starting to learn web services. What is the difference between writing
javascript to access information on a website and accessing this information
by a web service ? For example, I can insert a Google Map having a specific address,
using an .aspx file and calling GMap() or through a webservice, using GoogleMapService().
What are the differences ? Which is better ?
Thanks !