K.P.Kannan wrote:
1. Can we connect to Sharepoint using its WebServices?
So, I ponder about the question a little bit. The answer is: absolutely. You can directly access the Web Services via the URL, for example: http://your-sharepoint-server:adminport/_vti_adm/Admin.asmx Some of the standard WebServices for SharePoint: _vti_adm/Admin.asmx - Administrative methods such as creating and deleting sites _vti_bin/Alerts.asmx - Methods for working with alerts _vti_bin/Copy.asmx - Methods for copying to and from SharePoint sites _vti_bin/DspSts.asmx - Methods for retrieving schemas and data _vti_bin/DWS.asmx - Methods for working with Document Workspaces _vti_bin/Forms.asmx - Methods for working with user interface forms _vti_bin/Imaging.asmx - Methods for working with picture libraries _vti_bin/Lists.asmx - Methods for working with lists _vti_bin/Permissions.asmx - Methods for working with SharePoint Services security _vti_bin/SiteData.asmx - Methods used by Windows SharePoint Portal Server _vti_bin/Sites.asmx - Contains a single method to retrieve site templates _vti_bin/UserGroup.asmx - Methods for working with users and groups _vti_bin/Views.asmx - Methods for working with views of lists _vti_bin/WebPartPages.asmx - Methods for working with Web Parts _vti_bin/Webs.asmx - Methods for working with sites and subsites
------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.