Skip to main content

Posts

Showing posts from March, 2018

Default Web Services in SharePoint

By default, SharePoint has multiple web services that are given below. http://ServerName:99999/_vti_adm/Admin.asmx – used for creating and deleting sites, change 99999 with your administrative port number http://ServerName/_vti_bin/Alerts.asmx – used for working with alerts http://ServerName/_vti_bin/DspSts.asmx – used for retrieving schemas and data http://ServerName/_vti_bin/DWS.asmx – used for working with Document Workspaces http://ServerName/_vti_bin/Forms.asmx – used for working with user interface forms http://ServerName/_vti_bin/Imaging.asmx – used for working with picture libraries http://ServerName/_vti_bin/Lists.asmx – used for working with lists http://ServerName/_vti_bin/Meetings.asmx – used for working with Meeting Workspaces http://ServerName/_vti_bin/Permissions.asmx – used for working with SharePoint Services security http://ServerName/_vti_bin/SiteData.asmx – used by Windows SharePoint Portal ServerName http://ServerName/_vti_bin/Sites.asmx – used to ret...

Fetch Data From Multiple SharePoint Lists

                                                Fetch Data From Multiple SharePoint Lists Today, we have a very interesting Topic  that is "Fetch Data From Multiple SharePoint Lists" to discussion.  there are many ideas by which it can be happened. here we have three methods which are following- 1- By using CQWP- this is totally depends on search service application. it can be implemented by SharePoint administrator by using User interface.  you only needed a query to fetch data from search. here search service application is playing a important role so it also has an impact on your CQWP which is added in web part zone on .aspx page. 2- By using Linked Data Source- This can be done by using SharePoint Designer. Linked data source is configured for multiple SharePoint lists through SharePoint designer. after Configuration of linked data source, Jus...