you could parse the xml response, and then use SPServices to push the data
into a SharePoint list. But the best approach would be to use the SharePoint
Object Model, and create a solution that would handle the parsing of the
response, and creating of the list items. I don't know of any code that you
copy to do this, but a search would turn up the information for creating
list items.