Monday, January 19

Web services in a SharePoint Site

Following will give you an overview of different Web Services in a SharePoint site.

1. Administration Web Service:Provides methods for managing a deployment of Windows SharePoint Services, such as for creating or deleting sites.

2. Alerts Web Service: Provides methods for working with alerts for list items in a SharePoint site.

3. Authentication Web Service: Provides classes for logging on to a SharePoint site that is using forms-based authentication.

4. Copy Web Service: Provides methods for copying items between locations in Windows SharePoint Services.

5. DocumentWorkspace Web Service: Provides methods for managing Document Workspace sites and the data they contain.

6. Forms Web Service: Provides methods for returning forms used in the user interface when working with the contents of a list.

7. Imaging Web Service: Provides methods that enable you to create and manage picture libraries.

8. ListDataRetrieval Web Service: Provides a method for performing queries against lists in Windows SharePoint Services.

9. Lists Web Service: Provides methods for working with lists and list data.

10. Meetings Web Service: Provides methods that enable you to create and manage Meeting Workspace sites.

11. People Web Service: Provides methods for working with security groups.

12. Permissions Web Service: Provides methods for working with the permissions for a site or list.

13. SharepointDirectoryManagementService Web Service: Provides methods for remotely managing distribution groups.

14. SiteData Web Service: Provides methods that return metadata or list data from sites or lists in Windows SharePoint Services.

15. Sites Web Service: Provides a method for returning information about the site templates for a site collection.

16. SPSearch Web Service: Provides methods for remotely performing searches within a Windows SharePoint Services deployment.

17. UsersGroups Web Service: Provides methods for working with users, site groups, and cross-site groups.

18. Versions Web Service: Provides methods for working with file versions.

19. Views Web Service: Provides methods for working with views of lists.

20. WebPartPages Web Service: Provides methods to send and retrieve Web Part information to and from Web services.

21. Webs Web Service: Provides methods for working with sites and sub sites.

Service Administration (_vti_adm/Admin.asmx) Administrative methods for creating deleting sites and retrieving languages used in the deployment

• CreateSite
• DeleteSite
• GetLanguage
• RefreshConfigCache

Alerts (Alerts.asmx) Methods for working with SharePoint list item alerts

• DeleteAlerts
• GetAlerts

Authentication (Authentication.asmx) Client proxy that provides user authentication for sites that use forms-based authentication

• Login (Used to authenticate)
• Mode (Returns the authentication mode of the current site)

Copy (Copy.asmx) Methods to copy files between or within sites

• CopyIntoItems (Copy document as byte array to location on server)
• CopyIntoItemsLocal (Copy document from one location on the same server to another)
• GetItem (Creates a byte array of a document that can be passed to theCopyIntoItems method)

Document Workspace (Dws.asmx) Methods for managing Document Workspace sites and data

• CanCreateDwsUrl
• CreateDws
• CreateFolder
• FindDwsDoc
• GetDwsData
• GetDwsMetaData
• RemoveDwsUser
• RenameDws
• UpdateDwsData

Forms (Forms.asmx) Methods for returning forms that are used in the user interface when working with the contents of a list

• GetForm
• GetFormCollection

Imaging (Imaging.asmx) Methods to create and manager picture libraries

• CheckSubwebAndList
• CreateNewFolder
• Delete
• Download
• Edit
• GetItemsByIds
• GetItemsXMLData
• GetListItems
• ListPictureLibrary
• Rename
• Upload

List Data Retrieval (DspSts.asmx) Perform queries against sites and list in SharePoint

• Query (Performs queries against SharePoint lists and sites)

Lists (Lists.asmx) Methods for working with Lists and List Data

• AddAttachment
• AddDiscussionBoardItem
• AddList
• AddListFromFeature
• ApplyContentTypeToList
• DeleteAttachment
• DeleteContentType
• DeleteContentTypeXmlDocument
• DeleteList
• GetAttachmentCollection
• GetList
• GetListAndView
• GetListCollection
• GetListContentType
• GetListContentTypes
• GetListItemChanges
• GetListItemChangesSinceToken
• GetListItems
• GetVersionCollection
• UndoCheckout
• UpdateContentType
• UpdateContentTypesXmlDocument
• UpdateContentTypeXmlDocument
• UpdateList
• UpdateListItems

Meetings(Meetings.asmx) Create and manage Meeting Workspace Sites

• AddMeeting
• AddMeetingFromICal
• CreateWorkspace
• DeleteWorkspace
• GetMeetingInformation
• GetMeetingWorkspaces
• RemoveMeeting
• RestoreMeeting
• SetAttendeeResponse
• SetWorkspaceTitle
• UpdateMeeting
• UpdateMeetingFromICal

People(People.asmx) Resolve and find Principals

• ResolvePrincipals

Permissions (Permissions.asmx) Methods for working with permissions for a site or list

• AddPermission
• AddPermissionCollection
• GetPermissionCollection
• RemovePermission
• RemovePermissionCollection
• UpdatePermission

Directory Management(sharepointemailws.asmx) Methods for managing Active Directory e-mail distribution groups and their memberships

• ChangeContactsMembershipInDistributionGroup
• ChangeUsersmembershipInDistributionGroup
• CreateContact
• CreateDistributionGroup
• DeleteContact
• DeleteDistributionGroup
• GetJobStatus
• ModifyContact
• ModifyDistributionGroup
• RenameDistributionGroup

Site Data (SiteData.asmx) Methods that return metadata or list data from sites or lists

• EnumerateFolder
• GetAttachments
• GetChanges
• GetContent
• GetList
• GetListCollection
• GetListItems
• GetSite
• GetSiteAndWeb
• GetSiteUrl
• GetURLSegments
• GetWeb

Sites(Sites.asmx) Methods for returning information about the collection or site template

• ExportWeb
• GetSiteTemplates
• GetUpdatedFormDigest
• ImportWeb

Search(spsearch.asmx) Methods for searching via search services

• Query
• QueryEx
• Registration
• Status

Users & Groups(usergroup.asmx) Methods for working with users role definitions and groups

• AddGroup
• AddGroupToRole
• AddRole
• AddRoleDef
• AddUserCollectionToGroup
• AddUserCollectionToRole
• AddUserToGroup
• AddUserToRole
• GetAllUserCollectionFromWeb
• GetGroupCollection
• GetList
• GetListAndView
• GetListCollection
• GetGroupCollectionFromRole
• GetGroupCollectionFromSite
• GetGroupCollectionFromUser
• GetGroupCollectionFromWeb
• GetGroupInfo
• GetRoleCollection
• GetRoleCollectionFromGroup
• GetRoleCollectionFromUser
• GetRoleCollectionFromWeb
• GetRoleInfo
• GetRolesAndPermissionsForCurrentUser
• GetRolesAndPermissionsForSite
• GetUserCollection
• GetUserCollectionFromGroup
• GetUserCollectionFromRole
• GetUserCollectionFromSite
• GetUserCollectionFromWeb
• GetUserInfo
• GetUserLoginFromEmail
• RemoveGroup
• RemoveGroupFromRole
• RemoveRole
• RemoveUserCollectionFromGroup
• RemoveUserCollectionFromRole
• RemoveUserCollectionFromSite
• RemoveUserFromGroup
• RemoveUserFromRole
• RemoveUserFromSite
• RemoveUserFromWeb
• UpdateGroupInfo
• UpdateRoleDefInfo
• UpdateRoleInfo
• UpdateUserInfo

Versions (Versions.asmx) Methods for working with file versions

• DeleteAllVersions
• DeleteVersion
• GetVersions
• RestoreVersion

Views(Views.asmx) Methods for working with list views

• AddView
• DeleteView
• GetViewCollection
• GetViewHtml
• UpdateView
• UpdateViewHtml
• UpdateViewHtml2

Web Part Pages(WebPartPages.asmx) Methods for working with Web Part Pages

• AddWebPart
• AddWebPartToZone
• AssociateWorkflowMarkup
• ConvertWebPartFormat
• DeleteWebPart
• ExecuteProxyUpdates
• FetchLegalWorkflowActions
• GetAssemblyMetaData
• GetBindingResourceData
• GetCustomControlList
• GetDataFromDataSourceControl
• GetFormCapabilityFromDataSourceControl
• GetSafeAssemblyInfo
• GetWebPart
• GetWebPart2
• GetWebPartCrossPageCompatibility
• GetWebPartPage
• GetWebPartPageConnectionInfo
• GetWebPartPageDocument
• GetWebPartProperties
• GetWebPartProperties2
• RemoveWorkflowAssociation
• RenderWebPartForEdit
• SaveWebPart
• SaveWebPart2
• ValidateWorkflowMarkupAndCreateSupportObjects

Webs(Webs.asmx) Methods for working with sites and subsites

• CreateContentType
• CustomizeCss
• DeleteContentType
• GetActivatedFeatures
• GetAllSubWebCollection
• GetColumns
• GetContentType
• GetContentTypes
• GetCustomizedPageStatus
• GetListTemplates
• GetWeb
• GetWebCollection
• RemoveContentTypeXmlDocument
• RevertAllFileContentStreams
• RevertCss
• RevertFileContentStream
• UpdateColumns
• UpdateContentType
• UpdateContentTypeXmlDocument
• WebUrlFromPageUrl

MOSS Search (Search.asmx) Methods for searching via MOSS (Microsoft Office SharePoint Server) Search services, which also includes a method to retrieve the managed search properties

• GetSearchMetadata (Search managed properties)
• Query
• QueryEx
• Registration
• Status

55 comments:

Anonymous said...

Today, I went to the beach front with my children. I found a
sea shell and gave it to my 4 year old daughter and said "You can hear the ocean if you put this to your ear." She placed the shell to
her ear and screamed. There was a hermit crab inside and it pinched her ear.
She never wants to go back! LoL I know this is totally off topic but I had to tell someone!


Feel free to visit my blog; ロレックスレプリカ

Anonymous said...

I'm really enjoying the theme/design of your weblog. Do you ever run into any browser compatibility issues? A handful of my blog audience have complained about my website not working correctly in Explorer but looks great in Safari. Do you have any solutions to help fix this problem?

Also visit my page ... rolexコピー

Anonymous said...

hey there and thank you for your information –
I have definitely picked up something new from right here.
I did however expertise several technical issues using this website, since I experienced
to reload the site lots of times previous to I could get it to load properly.

I had been wondering if your hosting is OK?
Not that I'm complaining, but slow loading instances times will often affect your placement in google and could damage your high quality score if ads and marketing with Adwords. Well I am adding this RSS to my e-mail and can look out for much more of your respective intriguing content. Make sure you update this again very soon.

my web blog :: 激安プラダ バッグ

Anonymous said...

Hi friends, fastidious article and pleasant arguments commented at this place, I am genuinely enjoying by these.


Have a look at my weblog :: レイバンサングラス

Anonymous said...

I will right away grasp your rss feed as I can't in finding your e-mail subscription hyperlink or e-newsletter service. Do you have any? Please permit me know so that I may subscribe. Thanks.

my web site 激安レイバン

Anonymous said...

I'd like to thank you for the efforts you've put in
writing this site. I really hope to check out the same
high-grade blog posts by you in the future as well. In truth, your creative writing abilities has inspired me to get my own, personal blog now ;)

Also visit my website ... ロレックスレプリカ

Anonymous said...

Hello I am so grateful I found your site, I really found you by mistake,
while I was looking on Digg for something else, Nonetheless I
am here now and would just like to say thanks a lot for a fantastic post and a all round exciting blog (I
also love the theme/design), I don’t have time to look over it all at the
minute but I have saved it and also included your RSS feeds, so
when I have time I will be back to read a lot more, Please do keep up the excellent b.


Here is my weblog ロレックスコピー

Anonymous said...

I don't know whether it's just me or if perhaps everybody else experiencing issues with your website.
It appears like some of the text on your posts are running off the screen.
Can somebody else please comment and let me know if this is happening to them as well?
This may be a issue with my web browser because I've had this happen previously. Thank you

Here is my blog ... レイバンサングラス

Anonymous said...

Very energetic post, I enjoyed that a lot. Will there be
a part 2?

Feel free to visit my website: レイバンサングラス 激安

Anonymous said...

It's hard to find educated people on this topic, but you seem like you know what you're talking
about! Thanks

Feel free to surf to my web site: ロレックスレプリカ

Anonymous said...

It's nearly impossible to find well-informed people on this topic, but you seem like you know what you're talking about!

Thanks

Also visit my web blog ... ロレックスレプリカ

Anonymous said...

Hi, i think that i noticed you visited my blog so i came to go back the favor?
.I am trying to to find things to improve my site!
I suppose its good enough to use a few of your ideas!
!

My web page; オークリー アウトレット

Anonymous said...

We absolutely love your blog and find a lot of your post's to be exactly what I'm looking for.
Do you offer guest writers to write content for you personally?
I wouldn't mind producing a post or elaborating on most of the subjects you write about here. Again, awesome web site!

Review my web-site :: http://statusnet.bastianhofmann.de/

Anonymous said...

I'm not sure exactly why but this web site is loading very slow for me. Is anyone else having this issue or is it a problem on my end? I'll check back later on and see if the problem
still exists.

Also visit my weblog オークリーメガネ

Anonymous said...

After I initially left a comment I seem to have clicked the -Notify me when new comments
are added- checkbox and from now on each time a comment is added I
get 4 emails with the same comment. Is there a means you can
remove me from that service? Kudos!

Visit my weblog - cheap air max 90

Anonymous said...

This is a topic that is near to my heart... Thank you!
Exactly where are your contact details though?



my web page - オークリーメガネ

Anonymous said...

Thank you for the good writeup. It in fact was a amusement account
it. Look advanced to far added agreeable from you!
However, how can we communicate?

Here is my weblog: cheap air max shoes

Anonymous said...

Today, I went to the beach with my kids. I found a sea shell and gave it to my 4 year old
daughter and said "You can hear the ocean if you put this to your ear." She put the shell to her ear and screamed.
There was a hermit crab inside and it pinched
her ear. She never wants to go back! LoL I know this is entirely off topic
but I had to tell someone!

my blog: www.cassidyshotel.com

Anonymous said...

I was able to find good advice from your blog articles.


my web blog: jeremy scott adidas

Anonymous said...

Heya i'm for the first time here. I came across this board and I find It truly useful & it helped me out a lot. I hope to give something back and aid others like you helped me.

Check out my web-site nike air max 90

Anonymous said...

You could definitely see your enthusiasm within the work you write.
The world hopes for more passionate writers such as you who are not afraid to say
how they believe. Always follow your heart.

Also visit my page; http://www.oakleysale-shop.com

Anonymous said...

Good day! I just would like to give you a huge thumbs up for your great info you've got here on this post. I'll be returning to your
blog for more soon.

My website: レイバンサングラス

Anonymous said...

Today, I went to the beach front with my kids. I found a sea shell and gave it
to my 4 year old daughter and said "You can hear the ocean if you put this to your ear." She
put the shell to her ear and screamed. There was a hermit crab inside and it pinched
her ear. She never wants to go back! LoL I know this is completely
off topic but I had to tell someone!

Also visit my blog: www.christianlouboutinoutletshopx.com

Anonymous said...

What's up, I want to subscribe for this weblog to get most up-to-date updates, therefore where can i do it please help out.

My site www.christianlouboutinoutletshop2013.com

Anonymous said...

Emu Boots sale as much as 50%, and in case you pay for just two couples of uk uggs, many surplus treats is going to be offered. 5L models with the "Iridescence" allowance box, in spite of well-designed counterfeit bright Jiuzun base, so that the cut apparent just appropriate bright reflects "Iridescence" the cradle of the neon, for that account of Hennessy cheap ugg boots Salon goes towards the a great deal of admirable style. And utilization with the preserving stratum inside knock-off might be a easy preventative pelage - not the actual authenticated guy who are able to conflict users; the production is her toes when her vernacular users of sea boots check inside the U.

my web-site: コーチ 財布 公式

Anonymous said...

Thanks for some other informative web site. Where else may I get that kind of information written in such a perfect approach?
I have a mission that I'm just now operating on, and I have been on the glance out for such information.

Look into my blog post - 激安レイバン

Anonymous said...

Hello there, I discovered your blog by way of Google while looking for a
related subject, your website got here up, it seems great.
I've bookmarked it in my google bookmarks.
Hi there, simply was alert to your weblog through Google, and found that it is really informative. I am gonna be careful for brussels. I'll appreciate if
you continue this in future. Lots of other folks might be benefited
from your writing. Cheers!

My site :: chinasky.cc

Anonymous said...

Awesome! Its actually awesome article, I have got much clear idea on the topic of
from this piece of writing.

Also visit my webpage ... http://southernfriedchildren.blogspot.com/

Anonymous said...

This design is incredible! You certainly know how to keep a
reader entertained. Between your wit and your videos,
I was almost moved to start my own blog (well,
almost...HaHa!) Fantastic job. I really enjoyed what you
had to say, and more than that, how you presented it. Too cool!


Also visit my blog - Christian louboutin

Anonymous said...

Very descriptive blog, I liked that a lot. Will there be
a part 2?

Also visit my website pas cher nike air max

Anonymous said...

Most of females would like to pick Nike Air Max ninety
sneakers to be their functioning footwear. The nike sneakers just meet up with these specifications.


my blog post ... cheap air max 90

Anonymous said...

また、良い治療のためフィートこれらによって撮影靴新株予約権拍手します。リラクゼーションの世界全体としてそれらが好きですたくさんとしてオーストラリアを行う。ウール 来る に、プライム コンポーネント 靴の 場所 それ を満たす、革ベース。
2 モデル 本当に価値がある 調べること、タスマン海とアスコットは、出ています。

my page http://www.ruivitontsuuhan.com

Anonymous said...

Hurrah, that's what I was seeking for, what a material! existing here at this website, thanks admin of this web site.

Feel free to surf to my blog; アバクロンビー

Anonymous said...

I am in fact happy to read this weblog posts which consists of
plenty of helpful information, thanks for providing such statistics.


My site :: rayban サングラス

Anonymous said...

Excellent post. I was checking constantly this blog and I am impressed!
Very helpful information specifically the last part :) I care for such information a lot.
I was seeking this certain info for a long time. Thank you and good
luck.

My web blog - プラダ トートバッグ

Anonymous said...

I'm really enjoying the design and layout of your website. It's a very easy on the eyes which makes it much more pleasant for me to come here and visit more
often. Did you hire out a designer to create your theme?
Great work!

Here is my page; monster ヘッドホン

Anonymous said...

It's not my first time to go to see this web page, i am visiting this web page dailly and take good information from here every day.

my web blog :: クロエ アウトレット

Anonymous said...

I'm amazed, I must say. Rarely do I encounter a blog that's both educative
and engaging, and without a doubt, you've hit the nail on the head. The issue is an issue that too few folks are speaking intelligently about. I am very happy that I stumbled across this in my search for something concerning this.

Here is my homepage; オークリー

Anonymous said...

Hello, its nice paragraph regarding media print, we all know media is a great source of data.


My web-site; www.crs-holdings.com

Anonymous said...

After checking out a handful of the blog posts on your web
site, I seriously appreciate your way of writing a blog.
I book marked it to my bookmark webpage list and will be checking back soon.
Take a look at my web site too and let me know how you feel.


My site - モンスター イヤホン

Anonymous said...

Hi there would you mind sharing which blog platform you're working with? I'm
going to start my own blog soon but I'm having a tough time choosing between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your design and style seems different then most blogs and I'm looking for something unique.
P.S Apologies for being off-topic but I had to ask!



My weblog - アバクロンビーフィッチシャツ

Anonymous said...

I've been browsing online greater than 3 hours today, but I never discovered any attention-grabbing article like yours. It's pretty
value enough for me. In my view, if all web owners and bloggers made good content material as you did, the
internet will be a lot more helpful than ever before.

Have a look at my web site :: lymeblog.com

Anonymous said...

Everything is very open with a precise explanation of the challenges.
It was truly informative. Your website is very helpful.
Thank you for sharing!

My homepage クロエバッグ

Anonymous said...

Many customers have stated that after they have ordered these counterfeit,
fake, imitation UGG's, they will arrive in the plain, brown box that looked battered. ì (IE: sand, chestnut, chocolate, black) UGG boots. Regardless products your first choice is, UGG Classic Short you can discover in the UGG boot.

Review my blog post: http://mcdipper.com/

Anonymous said...

Emu Boots sale up to 50%, and in the event you pay for just two couples of uk ugg boot, many surplus treats will probably be offered.
Buy cheap UGG boots visit: When it comes to purchasing for the reason that, world-wide-web retailers offer them lower prices than others
from local sellers. So you will find that shoes, clothes, even bags for the kids has become more exquisite than before.


Review my web-site ... プラダ

Anonymous said...

Just as the name implies, these uggs are from Australia, that are crafted from twin-tier merino wool.
ì (IE: sand, chestnut, chocolate, black) UGG boots.

And utilization of the preserving stratum in the knock-off is oftentimes a
easy preventative pelage - not the genuine authenticated
guy who can conflict users; the fabrication is her toes when her
vernacular users of sea boots check within the U.


Here is my homepage: コーチ バッグ 激安

Anonymous said...

There are various online auction sites that you just can check out from time
to time if you wanted to find the best prices on your uggs.
People of every class and level can easily get these because their prices are of every range.

In addition, when you seem on the labels to the manufacturing
site, you need to bear in mind that the labels which exhibit "Manufactured in China" are
authentic, and several others are counterfeits.

Here is my blog post - ルイヴィトン 長財布

Anonymous said...

UGG Australia has produced some unique and fun types in boots for girls - Classic Stripe UGG
Boots actually are a perfect illustration of this. When it comes to probably the most styling
infant, dress your toddler in uggs. Nevertheless, with super delicate ease and convenience, increased desire, and winter months season approaching, you are
able to still discover some great provides.

Feel free to visit my site ルイヴィトン 財布

Anonymous said...

Very nice post. I simply stumbled upon your weblog and wanted to say that I have really loved surfing around your weblog posts.
In any case I'll be subscribing on your feed and I am hoping you write again very soon!

Also visit my blog ... ルブタン靴

Anonymous said...

Your way of explaining all in this piece of writing is really fastidious, all be able to simply
know it, Thanks a lot.

Feel free to surf to my webpage :: エアジョーダン 1

Anonymous said...

I just could not go away your website before
suggesting that I really enjoyed the standard info an individual supply to
your visitors? Is gonna be again ceaselessly in order to check up on new posts

my blog ... アバクロ tシャツ

Anonymous said...

Thanks very nice blog!

Feel free to surf to my page - ヴィトン 長財布

Anonymous said...

I have read so many content on the topic
of the blogger lovers but this paragraph is really a good paragraph,
keep it up.

my page; レイバン

Unknown said...
This comment has been removed by the author.
Unknown said...

This is great and nice post. Thank you.
Cybergraphix