Re: Microsofty Sharepoint dll viewed in Object browser

From: Gary A. Bushey [MVP] (bushey_at_mindspring.com.REMOVETOSEND)
Date: 09/22/04


Date: Wed, 22 Sep 2004 06:38:30 -0400

You *CANNOT* use the DLL to interact with SPS UNLESS you are on the server.
The web services are available from the server. Here is a quick list of
what they are and how to access them:

Administration Provides methods for managing a deployment ofWindows
SharePoint Services, such as for creating or deleting sites.
http: //Server_Name:Port_Number/_vti_adm/Admin.asmx

Alerts Provides methods for working with alerts for list items in a
SharePoint site.
http: //Server_Name/[sites/][Site_Name/]_vti_bin/Alerts.asmx

Area service Provides an area interface for remote clients.
http: //server_name/_vti_bin/areaservice.asmx

Document Workspace Exposes the Document Workspace Web service and its
eleven methods for managing Document Workspace sites and the data they
contain.
http: //Server_Name/_vti_bin/Dws.asmx

Forms Provides methods for returning forms used in the user interface when
working with the contents of a list.
http: //Server_Name/[sites/][Site_Name/]_vti_bin/Forms.asmx

Imaging Provides methods that enable you to create and manage picture
libraries.
http: //Server_Name/[sites/][Site_Name/]_vti_bin/Imaging.asmx

List Data Retrieval Provides a method for performing queries against lists
in Microsoft Windows SharePoint Services.
http: //Server_Name/[sites/][Site_Name/]_vti_bin/DspSts.asmx

Lists Provides methods for working with lists and list data.
http: //Server_Name/[sites/][Site_Name/]_vti_bin/Lists.asmx

Meetings Provides methods that enable you to create and manage Meeting
Workspace sites.
http: //Server_Name/[sites/][Site_Name/]_vti_bin/Meetings.asmx

Permissions Provides methods for working with the permissions for a site or
list.
http: //Server_Name/[sites/][Site_Name/]_vti_bin/Permissions.asmx

Site Data Provides methods that return metadata or list data from sites or
lists in Microsoft Windows SharePoint Services.
http: //Server_Name/[sites/][Site_Name/]_vti_bin/SiteData.asmx

Sites Provides a method for returning information about the site templates
for a site collection.
http: //Server_Name/[sites/][Site_Name/]_vti_bin/Sites.asmx

SPS Query service - Provides a query interface for remote clients.
http: //server_name/_vti_bin/search.asmx

UserProfile service - Provides a user profile interface for remote
clients.
http: //server_name/_vti_bin/UserProfileService.asmx

Users and Groups - Provides methods for working with users, site groups,
and cross-site groups.
http: //Server_Name/[sites/][Site_Name/]_vti_bin/UserGroup.asmx

Versions - Provides methods for working with file versions.
http: //Server_Name/[sites/][Site_Name/]_vti_bin/Versions.asmx

Views - Provides methods for working with views of lists.
http: //Server_Name/[sites/][Site_Name/]_vti_bin/Views.asmx

Web Part Pages - Provides the methods to send information to and retrieve
information from XML Web services.
http: //Server_Name[sites/][Site_Name/]/_vti_bin/WebPartPages.asmx

Webs - Provides methods for working with sites and subsites.
http: //Server_Name/[sites/][Site_Name/]_vti_bin/Webs.asmx

-- 
Gary A. Bushey
SPS MVP
bushey@mindspring.com
"Eric.I.Feurich" <e.feurich@indocs.nl> wrote in message 
news:e3thewIoEHA.3968@TK2MSFTNGP11.phx.gbl...
>
> Hi there,
>
> I'm having a problem with the referencing of the Sharepoint DLL.
> The fact is that I'm trying to connect to a sharepoint site through the
> Microsoft.Sharepoint.dll
> But a have an error that the Microsoft.sharepoint.library or one of it's
> dependencies wasn't found.
> When I look to de sharepoint.dll I see that the library node is 
> empty....is
> this normal.?
> It's is obvious the reference is missing because it isn't there.
>
> I also have read a lot of post already and they al say that you are not 
> able
> to use the Sharepoint Object Model to write a Forms application that
> interacts with a sharepoint site. They say you have to use Sharepoint Web
> Services...my question now is, is this a dll or do you already have that
> when you have Office2003 installed. Because there is already interaction
> from my computer to sharepoint through Office 2003.
>
> All information is welcome here.
>
> Best regards,
>
> Eric
>
> 


Relevant Pages

  • Re: Getting the Id of a new item
    ... that accesses Sharepoint via the built in Web Services. ... > A virtually undocumented limitation that I've found is that the Sharepoint ... > lists web service requires that the calling user have Administrator rights ... >> I am restricted to client-side code, the sharepoint server is shared by ...
    (microsoft.public.sharepoint.windowsservices)
  • Re: Programatic uploads, but NOT from server
    ... I'm presuming you mean using the Sharepoint Object Model. ... You'll see a list of the web services available - you want the lists based ...
    (microsoft.public.sharepoint.portalserver.development)
  • RE: Excel SharePoint 2003 Integration
    ... I was using SharePoint 2 and now I upgraded to SharePoint 3. ... Synchronize an Excel list with the SharePoint site ... Unlink the lists ...
    (microsoft.public.excel.misc)
  • Re: Persist user information using only out-of-the-box web parts
    ... Custom lists and the Data View Web Part will do everything you need -- In fact, your example is one that's taught in the SharePoint Bootcamp (link in my ... I wanted to have each user only change the XML portion of the web part, ... Can't create a custom web part (real easy to retrieve the user information in the tool pane). ...
    (microsoft.public.sharepoint.windowsservices)
  • Re: Problem with Access and linked List in Sharepoint
    ... Thanks for information Albert. ... I get the message that the Sharepoint version of the database is no ... except the additional columns added to the Lists. ... The simple solution here is to build a query with the only the columns you ...
    (microsoft.public.access.externaldata)