Ajax, Web Services & XML Part II
Ajax, Web Services & XML Part II Last time we created an Ajax application that wrapped an XML request in a SOAP envelope and called a web service. The web service returned another SOAP stream with a listing of theaters, movies and show times. We settled for showing the data in a textarea. In this installment we’ll go the final yard and parse the XML into tabular data to be displayed in the browser. If you look at file ajax2b.html you’ll see that the “updateMe()” method has been updated to…
Read More