SharePoint Web service对应的映射列表

WSS Web   Services Web Reference
Administration   Service http://<server-url:port-number>/_vti_adm/admin.asmx
Alerts   Service http://<server-url>/_vti_bin/alerts.asmx
Document Workspace Service http://<server-url>/_vti_bin/dws.asmx
Forms   Service http://<server-url>/_vti_bin/forms.asmx
Imaging   Service http://<server-url>/_vti_bin/imaging.asmx
List   Data Retrieval Service http://<server-url>/_vti_bin/dspsts.asmx
Lists   Service http://<server-url>/_vti_bin/lists.asmx
Meetings   Service http://<server-url>/_vti_bin/meetings.asmx
Permissions   Service http://<server-url>/_vti_bin/permissions.asmx
Site   Data Service http://<server-url>/_vti_bin/sitedata.asmx
Site   Service http://<server-url>/_vti_bin/sites.asmx
Users   and Groups Service http://<server-url>/_vti_bin/usergroup.asmx
Versions   Service http://<server-url>/_vti_bin/versions.asmx
Views   Service http://<server-url>/_vti_bin/views.asmx
Web   Part Pages Service http://<server-url>/_vti_bin/webpartpages.asmx
Webs   Service http://<server-url>/_vti_bin/webs.asmx

SharePoint 2013

网站模板(Site Template)  代码(Code) 
Team   Site  STS#0 
Blog  BLOG#0 
Developer   Site DEV#0
Project   Site PROJECTSITE#0
Community   Site COMMUNITY#0
Document Center  BDR#0 
eDiscovery   Center EDISC#0
Records   Center  OFFILE#1 
Business   Intelligence Center BICenterSite#0
Enterprise   Search Center SRCHCEN#0
My Site   Host  SPSMSITEHOST#0 
Community   Portal COMMUNITYPORTAL#0
Basic   Search Center SRCHCENTERLITE#0
Visio   Process Repository visprus#0
Publishing   Portal  BLANKINTERNETCONTAINER#0
Enterprise   Wiki ENTERWIKI#0
Product   Catalog PRODUCTCATALOG#0

SharePoint 2010

网站模板(Site   Template)  代码(Code) 
Team   Site  STS#0 
Blank   Site  STS#1 
Document   Workspace  STS#2 
Blog  BLOG#0 
Group   Work Site SGS#0
Visio   Process Repository visprus#0
Basic   Meeting Workspace  MPS#0 
Blank   Meeting Workspace  MPS#1 
Decision   Meeting Workspace  MPS#2 
Social   Meeting Workspace  MPS#3 
Multipage Meeting Workspace  MPS#4 
Document   Center  BDR#0 
Records   Center  OFFILE#1 
Business Intelligence Center BICenterSite#0
Enterprise   Search Center SRCHCEN#0
My Site   Host  SPSMSITEHOST#0 
Basic   Search Center  SRCHCENTERLITE#0 
FAST   Search SRCHCENTERFAST#0
Publishing   Portal  BLANKINTERNETCONTAINER#0
Enterprise   Wiki ENTERWIKI#0

templateID

A 32-bit integer that specifies the list template to use. The following table shows possible values for the ID.

List   Display Name Type
Document   Library 101
Form   Library 115
Wiki   Page Library 119
Picture   Library 109
Links 103
Announcements 104
Contacts 105
Calendar 106
Discussion   Board 108
Promoted   Links 170
Tasks 171
Issue   Tracking 1100
Custom   List 100
Custom   List in Datasheet View 120
External   List 600
Survey 102
Asset   Library 851
Data   Connection Library 130
Report   Library 433

SharePoint Web service and template的更多相关文章

  1. Get item by sharepoint web service jquery

    对于sp2010,在ie浏览器中这个代码无法生效,只有chrome可以生效. //获取附件id function GetAttachments(listName) { var soapEnv = '& ...

  2. 如何使用Web Service新建和更新Wiki页面的内容

    公司内部有很多部门都创建了Wiki库,来做知识共享.公司是Hosting的SharePoint环境,不能写服务器端代码,要操作Wiki只能通过Web Service来完成,所以,碰到两个情况: 1)W ...

  3. Customize the SharePoint 2013 search experience with a Content Enrichment web service

    Did you ever wish you had more control over how your content is indexed and presented as search resu ...

  4. 在SharePoint中无代码开发InfoPath应用: 一个测试Web Service的工具

    这是这个系列的第一篇,介绍一个小工具,主要是用在Web Service测试的. 因为为了用一点高级的东西,就免不了和web service打交道. 你可以使用按照KB819267来修改web.conf ...

  5. SharePoint excel service web part 连接到 filter web part

    本文讲述SharePoint excel service web part 连接到 filter web part的一个简单应用场景. SharePoint excel service web par ...

  6. SharePoint 2013 APP 开发示例 (六)服务端跨域访问 Web Service (REST API)

    上个示例(SharePoint 2013 APP 开发示例 (五)跨域访问 Web Service (REST API))是基于JavaScript,运行在web browser内去访问REST AP ...

  7. SharePoint 2013 APP 开发示例 (五)跨域访问 Web Service (REST API)

          虽然 JQuery 也能通过授权header实现跨域, 但SharePoint 提供了更简单的方法,它被实现在SP.RequestExecutor里 .它能访问跨域的服务包括REST AP ...

  8. sharepoint 2010 创建自定义的ASP.NET Web Service (上)

    项目背景 根据客户需求在SharePoint 2010 中创建自定义的ASP.NET Web Service可以分为3种方式(我所知道的).废话少说,下面一一列举: 创建方式 MSDN 官方博客自己的 ...

  9. 走进云背后:微软Azure web 项目通过web service部署web site

    探索云那不为人知的故事(一):Web Services部署web site 前奏:Windows Azure是微软基于云计算的操作系统,现在更名为“Microsoft Azure”,和Azure Se ...

随机推荐

  1. acdream1197 Points In Cuboid(hash树状数组)

    题目链接:http://acdream.info/problem?pid=1197 题意:给出三维空间n个点,m个查询,每次查询某个立方体内的点的个数. 思路:按照一维排序,根据查询插入,其他两位用二 ...

  2. Java_你应该知道的26种设计模式

    四. 模板方法模式 Definition: Define the skeleton of an algorithm in an operation, deferring some steps to s ...

  3. [HDOJ3714]Error Curves(三分)

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3714 题意:求n个二次函数在[0,1000]的最小值. 三分枚举. #include <bits ...

  4. hdu 1086(计算几何入门题——计算线段交点个数)

    链接:http://acm.hdu.edu.cn/showproblem.php?pid=1086 You can Solve a Geometry Problem too Time Limit: 2 ...

  5. 二叉树hdu1710

    学习二叉树,看了两天也不明白,唉!acm之路让我体验到要付出巨大的努力,废话不多说,看我网上找到的代码: 此题题意很明确,给你先序遍历,中序遍历,求后序遍历.但代码就让我找不到东西了. http:// ...

  6. hibernate缓存说明

    hibernate缓存说明: 1.一级缓存(session级别缓存)     一级缓存,不是用来提升性能,是用来处理事务的 2.二级缓存(sessionFactory级别缓存):     二级缓存,对 ...

  7. phpcms 内容——>评论管理 中添加 打开文章链接的 功能

    需要实现的功能:在后台管理系统中的 内容 下的——>评论管理  中添加 打开文章链接的 功能 1.数据库表是 v9_comment和v9_comment_data_1. v9_comment是被 ...

  8. read 隐藏用户输入

    有时会需要脚本用户进行输入,但不希望输入的数据显示在监视器上,典型的例子就是输入密码,当然还有很多其它类型的数据需要隐藏.-s选项就能够使read命令中输入的数据不现实在监视器上(实际上,数据是显示的 ...

  9. iOS - OC SQLite 数据库存储

    前言 采用 SQLite 数据库来存储数据.SQLite 作为一中小型数据库,应用 iOS 中,跟前三种保存方式相比,相对比较复杂一些. 注意:写入数据库,字符串可以采用 char 方式,而从数据库中 ...

  10. mysql概要(十五)存储过程

    1.定义: 2.查看所有存储过程: show procedure status; 3.创建存储过程: create procedure 存储过程名字(参数) begin s1l语句; end$     ...