SharePoint Web service and template
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的更多相关文章
- Get item by sharepoint web service jquery
对于sp2010,在ie浏览器中这个代码无法生效,只有chrome可以生效. //获取附件id function GetAttachments(listName) { var soapEnv = '& ...
- 如何使用Web Service新建和更新Wiki页面的内容
公司内部有很多部门都创建了Wiki库,来做知识共享.公司是Hosting的SharePoint环境,不能写服务器端代码,要操作Wiki只能通过Web Service来完成,所以,碰到两个情况: 1)W ...
- 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 ...
- 在SharePoint中无代码开发InfoPath应用: 一个测试Web Service的工具
这是这个系列的第一篇,介绍一个小工具,主要是用在Web Service测试的. 因为为了用一点高级的东西,就免不了和web service打交道. 你可以使用按照KB819267来修改web.conf ...
- SharePoint excel service web part 连接到 filter web part
本文讲述SharePoint excel service web part 连接到 filter web part的一个简单应用场景. SharePoint excel service web par ...
- SharePoint 2013 APP 开发示例 (六)服务端跨域访问 Web Service (REST API)
上个示例(SharePoint 2013 APP 开发示例 (五)跨域访问 Web Service (REST API))是基于JavaScript,运行在web browser内去访问REST AP ...
- SharePoint 2013 APP 开发示例 (五)跨域访问 Web Service (REST API)
虽然 JQuery 也能通过授权header实现跨域, 但SharePoint 提供了更简单的方法,它被实现在SP.RequestExecutor里 .它能访问跨域的服务包括REST AP ...
- sharepoint 2010 创建自定义的ASP.NET Web Service (上)
项目背景 根据客户需求在SharePoint 2010 中创建自定义的ASP.NET Web Service可以分为3种方式(我所知道的).废话少说,下面一一列举: 创建方式 MSDN 官方博客自己的 ...
- 走进云背后:微软Azure web 项目通过web service部署web site
探索云那不为人知的故事(一):Web Services部署web site 前奏:Windows Azure是微软基于云计算的操作系统,现在更名为“Microsoft Azure”,和Azure Se ...
随机推荐
- Spring 框架 详解 (二)
Spring的入门的程序: 1.1.1 下载Spring的开发包: spring-framework-3.2.0.RELEASE-dist.zip ---Spring开发包 * docs :sprin ...
- Android 进度条
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android=&quo ...
- Eclipse中没有andriod问题解决方法
按照网上教程<andriod+环境搭建_图文版>进行安装android,结果,在eclipse中window->preference下找不到"Android"选项 ...
- STORM_0006_第二个storm_topology:WordCountTopology的代码与运行
我先试试这个Open Live Writer能不能用. 再在ScribeFire中修改一下已经发布的文章试试看. 这两个写博客的地方都没有原始的编辑器方便,可以插入代码,选择文章的分类.所以以后还有这 ...
- ubuntu 安装JDK
下载JDK6安装包,我的为32位系统所以选择jdk-6u35-linux-i586.bin 下载地址:http://www.oracle.com/technetwork/java/javase/dow ...
- MyEclipse启动Tomcat服务器时老是跳到Debug调试上
window->preferences->Myeclipse->Servers->Tomcat 然后找到你的相应的Tomcat服务器的版本, 选中然后展开其下面的子菜单会发现有 ...
- 2013 Multi-University Training Contest 6
HDU-4655 Cut Pieces 题意:有N个格子能够被涂色,每个格子能够涂1-ai 种颜色,当N=6,涂色方案:112233 认为方案中共有3个颜色块:涂色方案:121212 认为方案中共有6 ...
- 2013 Multi-University Training Contest 1
HDU-4605 Magic Ball Game 题意:给定一颗以1为根的数,每个节点要么有两个孩子节点,要么没有孩子,每个节点有一个重量,现在从节点1往下放置一个小球,根据小球和节点的重量的不同球落 ...
- 管道寄售库存MRKO结算后,冲销问题
管道寄售库存MRKO结算后,冲销问题 1.通常使用MIRO对采购订单进行发票校验后,若发现校验错误,直接使用MR8M取消发票校验,同时手工F-03对借发票校验借方GRIR和取消发票校验的贷方GRIR进 ...
- Linux_常用命令_04_挂载
1. mount [-t vfstype] [-o options] device dir ZC: -o 后面跟多个option的话,用逗号隔开.(例如:"mount -o rw,remou ...