Re: Microsofty Sharepoint dll viewed in Object browser
From: Gary A. Bushey [MVP] (bushey_at_mindspring.com.REMOVETOSEND)
Date: 09/22/04
- Next message: Morten Schmidt: "Creating a WebPart, need different controls on different pages, how ?"
- Previous message: Morten Schmidt: "Creating a WebPart, need different controls on different pages, how ?"
- In reply to: Eric.I.Feurich: "Microsofty Sharepoint dll viewed in Object browser"
- Messages sorted by: [ date ] [ thread ]
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 > >
- Next message: Morten Schmidt: "Creating a WebPart, need different controls on different pages, how ?"
- Previous message: Morten Schmidt: "Creating a WebPart, need different controls on different pages, how ?"
- In reply to: Eric.I.Feurich: "Microsofty Sharepoint dll viewed in Object browser"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|