What is a web service, and how do you use one? | ||
What is the difference between the acImportSharePointList and acLinkSharePointList parameters when using the TransferSharePointList method? | ||
Under what circumstances would you want to link to a SharePoint list by creating a TableDef object? |
Answers
A web service is an HTTP-based method for communicating with other applications. To consume a web service, you must create a reference to it, and then you can use it as you would any other object. |
|
The acImportSharePointList actually imports the table and severs the link, whereas acLinkSharePointList creates a linked table. |
|
You would use this method when you needed to connect only briefly and then needed to disconnect from the SharePoint instance. |