<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Welcome to ShanthaKumar&#039;s Blog, SharePoint and more... &#187; CreateWorkSpace</title>
	<atom:link href="http://www.ktskumar.com/blog/tag/createworkspace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ktskumar.com</link>
	<description>more Points to Share....</description>
	<lastBuildDate>Tue, 13 Dec 2011 17:36:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Creating sub-sites using WebService</title>
		<link>http://www.ktskumar.com/blog/2009/04/webservice-subsites/</link>
		<comments>http://www.ktskumar.com/blog/2009/04/webservice-subsites/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 02:03:45 +0000</pubDate>
		<dc:creator>Shantha Kumar</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WebService]]></category>
		<category><![CDATA[CreateWorkSpace]]></category>
		<category><![CDATA[Meetings.asmx]]></category>
		<category><![CDATA[Sub Sites]]></category>

		<guid isPermaLink="false">http://ktskumar.wordpress.com/?p=162</guid>
		<description><![CDATA[I noticed in MSDN forums, many of them are struggling with creation of sub-sites using webservice in sharepoint. I take a look on that, Because they are all try to use CreatSite method in Admin webservice. But that will help only on creating SiteCollections. Then how we can create a susite? It&#8217;s very easy if you are [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed in MSDN forums, many of them are struggling with creation of sub-sites using webservice in sharepoint.</p>
<p>I take a look on that, Because they are all try to use CreatSite method in Admin webservice. But that will help only on creating SiteCollections.</p>
<p>Then how we can create a susite? It&#8217;s very easy if you are look in to Meetings webservice. This will have a CreateWorkspace method.</p>
<p>URL for Meetings webservice: <span style="color:#333399;">~site/_vti_bin/meetings.asmx</span></p>
<p>Syntax :<br />
 <span style="color:#333399;">CreateWorkspace([Site Title],[Site Template],[LCID],[TimeZone Information]);</span></p>
<p>Sample Code:<br />
<span style="color:#333399;">MeetingWebService.Meetings WMService = new MeetingWebService.Meetings(); MeetingWebService.TimeZoneInf tz = new MeetingWebService.TimeZoneInf(); XmlNode xnode= WMService.CreateWorkspace(&#8220;sitename&#8221;, &#8220;STS#0&#8243;, 1033, tz);</span></p>
<p>:) Cheers guys</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ktskumar.com/blog/2009/04/webservice-subsites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

