I want to access sharepoint webservices behind a windows based authentication/ ISA server so that I can getallitems of a list.
I been looking for a tutorial to do this or come up with my own logic but no success. However I found this tutorial which does what I want, but for forms authentication:
Form Based authentication tutorial
I actually want to build a Windows 7 gadget, so all I can use is:
- HTML
- Script
- SOAP/XML/XHR
Here's a blog post that does the same thing, but with no authentication at all:
