Does anybody know if/how it is possible to retrieve a SharePoint site's Welcome Page via the built-in Web Services? This is for both 2007/2010.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
The only web services that run on both SharePoint 2007 and 2010 are the ASMX soap-based web services. The only web service that might have supported this to my knowledge was the Webs.asmx, but I took a look and the GetWeb() method returns the url (without default page). I don't believe any of the ASMX web services will provide this value. |
||||
|
|
|
It really depends on what you are trying to do. If you simply want to grab the home page for a site, you can use jQuery's AJAX function to request it by simply passing in the URL of the site. |
|||
|
|