In this scenario, you want to display the five most current Health Day News articles.
Begin by calling the GetLatestNews Web Service method, passing in a value of “5” for the MaxDocuments parameter. The result of this call is an XML document containing five Document elements corresponding to the most recent news documents, with the most recent at the top.
Transform the result XML into a list of links, and render this in the section of the page you intend to display them in.