Duration: 16:25 min
Description: This video discusses the use of web services. We start by creating a web service that returns the current date and time on the server using a format specified by the caller. Then we create an HTML page that contains the jQuery code. As the page loads, jQuery will call the web service (using $.ajax() and passing a list of parameters). If the call succeeds that date and time are displayed in the page. Otherwise, the error message details are displayed.