<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WSS 3.0 Web Service Quick Reference</title>
	<atom:link href="http://blog.glenc.net/2006/11/24/wss-30-web-service-quick-reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.glenc.net/2006/11/24/wss-30-web-service-quick-reference/</link>
	<description>Treading water in a sea of man-made confusion.</description>
	<lastBuildDate>Thu, 18 Feb 2010 22:55:30 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: serge</title>
		<link>http://blog.glenc.net/2006/11/24/wss-30-web-service-quick-reference/comment-page-1/#comment-33549</link>
		<dc:creator>serge</dc:creator>
		<pubDate>Fri, 30 Oct 2009 12:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2006/11/24/wss-30-web-service-quick-reference/#comment-33549</guid>
		<description>Hi,
Question for you with the SharePoint services
http:///_vti_bin/Alerts.asmx  GetAlerts

I am trying to get all the user alert create from my site.
How can I do that.

When I have to do an implementation from a request from my user in Sarepoint (WESS). If I modify one of the structure of the list all the Alert create by all my users are fire up. And at the list time 1500 email per users was send and I was happy and I had to give a lot of explanation.

Now I am looking to stop the service the hard way but if you have any idea I am ready to ready any good Ideas.

Thanks for your help</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Question for you with the SharePoint services<br />
<a href="http:///_vti_bin/Alerts.asmx" rel="nofollow">http:///_vti_bin/Alerts.asmx</a>  GetAlerts</p>
<p>I am trying to get all the user alert create from my site.<br />
How can I do that.</p>
<p>When I have to do an implementation from a request from my user in Sarepoint (WESS). If I modify one of the structure of the list all the Alert create by all my users are fire up. And at the list time 1500 email per users was send and I was happy and I had to give a lot of explanation.</p>
<p>Now I am looking to stop the service the hard way but if you have any idea I am ready to ready any good Ideas.</p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint Joel's SharePoint Land</title>
		<link>http://blog.glenc.net/2006/11/24/wss-30-web-service-quick-reference/comment-page-1/#comment-33297</link>
		<dc:creator>SharePoint Joel's SharePoint Land</dc:creator>
		<pubDate>Thu, 15 Oct 2009 04:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2006/11/24/wss-30-web-service-quick-reference/#comment-33297</guid>
		<description>&lt;strong&gt;Where is the change log?...&lt;/strong&gt;

Shane today in class was looking for where the SharePoint ch ......</description>
		<content:encoded><![CDATA[<p><strong>Where is the change log?&#8230;</strong></p>
<p>Shane today in class was looking for where the SharePoint ch &#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali raza</title>
		<link>http://blog.glenc.net/2006/11/24/wss-30-web-service-quick-reference/comment-page-1/#comment-29476</link>
		<dc:creator>Ali raza</dc:creator>
		<pubDate>Wed, 24 Jun 2009 17:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2006/11/24/wss-30-web-service-quick-reference/#comment-29476</guid>
		<description>Hi All,

Thanks in advance, i am using GetAttachmentCollection method to take attachements from list, it works fine with intranet application, but when i publish the site on internet, GetAttachementCollection method works but shows old path like http://localpath/lists.....
not the publish path like this https://www.ddd.com/lists/...

im stuck in this issue, please help me out how to fix that, i tried to put javascript replace method to replace the path,but it does not work alternate access mapping change the path.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>Thanks in advance, i am using GetAttachmentCollection method to take attachements from list, it works fine with intranet application, but when i publish the site on internet, GetAttachementCollection method works but shows old path like <a href="http://localpath/lists...." rel="nofollow">http://localpath/lists&#8230;.</a>.<br />
not the publish path like this <a href="https://www.ddd.com/lists/.." rel="nofollow">https://www.ddd.com/lists/..</a>.</p>
<p>im stuck in this issue, please help me out how to fix that, i tried to put javascript replace method to replace the path,but it does not work alternate access mapping change the path.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh k. Tripathi</title>
		<link>http://blog.glenc.net/2006/11/24/wss-30-web-service-quick-reference/comment-page-1/#comment-14532</link>
		<dc:creator>Saurabh k. Tripathi</dc:creator>
		<pubDate>Tue, 25 Nov 2008 04:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2006/11/24/wss-30-web-service-quick-reference/#comment-14532</guid>
		<description>Hi srinivas,
put your coad in try catch block(see the code below)...that&#039;ll give you exact error.
try
        {
            user.AddUserToRole(roleName, &quot;saurabh_kunapalli2.mi&quot;, &quot;RED001\\saurabh_kunapalli2.micr&quot;, &quot;saurabh@kunapalli2.microsoftonline.com&quot;, &quot;Some Notes&quot;);
            txt_AddUserToRole.Text = &quot;user added successfully&quot;;
            
        }
        catch(System.Web.Services.Protocols.SoapException ex)
        {
           txt_AddUserToRole.Text = ex.Detail.OuterXml;
        }</description>
		<content:encoded><![CDATA[<p>Hi srinivas,<br />
put your coad in try catch block(see the code below)&#8230;that&#8217;ll give you exact error.<br />
try<br />
        {<br />
            user.AddUserToRole(roleName, &#8220;saurabh_kunapalli2.mi&#8221;, &#8220;RED001\\saurabh_kunapalli2.micr&#8221;, &#8220;saurabh@kunapalli2.microsoftonline.com&#8221;, &#8220;Some Notes&#8221;);<br />
            txt_AddUserToRole.Text = &#8220;user added successfully&#8221;;</p>
<p>        }<br />
        catch(System.Web.Services.Protocols.SoapException ex)<br />
        {<br />
           txt_AddUserToRole.Text = ex.Detail.OuterXml;<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srinivas reddy</title>
		<link>http://blog.glenc.net/2006/11/24/wss-30-web-service-quick-reference/comment-page-1/#comment-12713</link>
		<dc:creator>srinivas reddy</dc:creator>
		<pubDate>Thu, 06 Nov 2008 12:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2006/11/24/wss-30-web-service-quick-reference/#comment-12713</guid>
		<description>iam trying to add a user to a list using addRoleToUser() method in usergroup.asmx.
group.AddUserToRole(roleName, &quot;Amarnath&quot;, vertex\srinivas.t, &quot;&quot;, userNotes);

Here iam getting the Soap Server Exception. Guide me in this issue.</description>
		<content:encoded><![CDATA[<p>iam trying to add a user to a list using addRoleToUser() method in usergroup.asmx.<br />
group.AddUserToRole(roleName, &#8220;Amarnath&#8221;, vertex\srinivas.t, &#8220;&#8221;, userNotes);</p>
<p>Here iam getting the Soap Server Exception. Guide me in this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gala</title>
		<link>http://blog.glenc.net/2006/11/24/wss-30-web-service-quick-reference/comment-page-1/#comment-101</link>
		<dc:creator>Gala</dc:creator>
		<pubDate>Thu, 24 May 2007 12:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2006/11/24/wss-30-web-service-quick-reference/#comment-101</guid>
		<description>I am trying to make AddPermission method of Permissions web service to work. My code creates Document Workspace (using DWS web service) and then it has to give permissions to two groups that exists on parent site. I am using masks that are marked on msdn as obsolete, maybe that&#039;s why my code is working, but group appears with strange permission that says &quot;Auto-generated ...&quot; and group&#039;s users don&#039;t have access to it.
Have you worked with permissin web service? or possible know how to force document workspace created with DWS service to have inherited from parent site permissions.</description>
		<content:encoded><![CDATA[<p>I am trying to make AddPermission method of Permissions web service to work. My code creates Document Workspace (using DWS web service) and then it has to give permissions to two groups that exists on parent site. I am using masks that are marked on msdn as obsolete, maybe that&#8217;s why my code is working, but group appears with strange permission that says &#8220;Auto-generated &#8230;&#8221; and group&#8217;s users don&#8217;t have access to it.<br />
Have you worked with permissin web service? or possible know how to force document workspace created with DWS service to have inherited from parent site permissions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.glenc.net/2006/11/24/wss-30-web-service-quick-reference/comment-page-1/#comment-100</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 13 Apr 2007 01:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2006/11/24/wss-30-web-service-quick-reference/#comment-100</guid>
		<description>Hi,

(WSS 3.0)

I&#039;m trying to use the Document Workslace.CreateFolder service.

When I attempt to add a web reference to this in VS.NET 2005, I see the following error:
The document at the url http://localhost:48386/_vti_bin/DWS.asmx was not recognized as a known document type.
The error message from each known type may help you fix the problem:
- Report from &#039;DISCO Document&#039; is &#039;Root element is missing.&#039;.
- Report from &#039;http://localhost:48386/_vti_bin/DWS.asmx&#039; is &#039;The document format is not recognized (the content type is &#039;text/html; charset=utf-8&#039;).&#039;.
- Report from &#039;WSDL Document&#039; is &#039;The document format is not recognized (the content type is &#039;text/html; charset=utf-8&#039;).&#039;.
- Report from &#039;XML Schema&#039; is &#039;The document format is not recognized (the content type is &#039;text/html; charset=utf-8&#039;).&#039;.

Any idea how to make this behave?

I&#039;m expecting to be able to add the web reference then use it as described in the SDK:
string strResult = &quot;&quot;;
                strResult =
                    dwsWebService.CreateFolder(&quot;http://servername:34399/sites/S1/ERPODocs/RL34567&quot;);
                if (IsDwsErrorResult(strResult))
                {
                    int intErrorID = 0;
                    string strErrorMsg = &quot;&quot;;
                    ParseDwsErrorResult(strResult, out intErrorID, out strErrorMsg);
                    MessageBox.Show
                        (&quot;A document workspace error occurred.\r\n&quot; +
                        &quot;Error number: &quot; + intErrorID.ToString() + &quot;\r\n&quot; +
                        &quot;Error description: &quot; + strErrorMsg,
                        &quot;DWS Error&quot;, MessageBoxButtons.OK, MessageBoxIcon.Error);
                }
                else
                {
                    MessageBox.Show
                        (&quot;The folder was successfully created.&quot;,
                        &quot;Create Folder&quot;, MessageBoxButtons.OK,
                        MessageBoxIcon.Information);
                }
            }
            catch (Exception exc)
            {
                MessageBox.Show(&quot;An exception occurred.\r\n&quot; +
                    &quot;Description: &quot; + exc.Message,
                    &quot;Exception&quot;, MessageBoxButtons.OK, MessageBoxIcon.Error);
            }

THanks in  advance for any assistance,
Paul</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>(WSS 3.0)</p>
<p>I&#8217;m trying to use the Document Workslace.CreateFolder service.</p>
<p>When I attempt to add a web reference to this in VS.NET 2005, I see the following error:<br />
The document at the url <a href="http://localhost:48386/_vti_bin/DWS.asmx" rel="nofollow">http://localhost:48386/_vti_bin/DWS.asmx</a> was not recognized as a known document type.<br />
The error message from each known type may help you fix the problem:<br />
- Report from &#8216;DISCO Document&#8217; is &#8216;Root element is missing.&#8217;.<br />
- Report from &#8216;http://localhost:48386/_vti_bin/DWS.asmx&#8217; is &#8216;The document format is not recognized (the content type is &#8216;text/html; charset=utf-8&#8242;).&#8217;.<br />
- Report from &#8216;WSDL Document&#8217; is &#8216;The document format is not recognized (the content type is &#8216;text/html; charset=utf-8&#8242;).&#8217;.<br />
- Report from &#8216;XML Schema&#8217; is &#8216;The document format is not recognized (the content type is &#8216;text/html; charset=utf-8&#8242;).&#8217;.</p>
<p>Any idea how to make this behave?</p>
<p>I&#8217;m expecting to be able to add the web reference then use it as described in the SDK:<br />
string strResult = &#8220;&#8221;;<br />
                strResult =<br />
                    dwsWebService.CreateFolder(&#8221;http://servername:34399/sites/S1/ERPODocs/RL34567&#8243;);<br />
                if (IsDwsErrorResult(strResult))<br />
                {<br />
                    int intErrorID = 0;<br />
                    string strErrorMsg = &#8220;&#8221;;<br />
                    ParseDwsErrorResult(strResult, out intErrorID, out strErrorMsg);<br />
                    MessageBox.Show<br />
                        (&#8221;A document workspace error occurred.\r\n&#8221; +<br />
                        &#8220;Error number: &#8221; + intErrorID.ToString() + &#8220;\r\n&#8221; +<br />
                        &#8220;Error description: &#8221; + strErrorMsg,<br />
                        &#8220;DWS Error&#8221;, MessageBoxButtons.OK, MessageBoxIcon.Error);<br />
                }<br />
                else<br />
                {<br />
                    MessageBox.Show<br />
                        (&#8221;The folder was successfully created.&#8221;,<br />
                        &#8220;Create Folder&#8221;, MessageBoxButtons.OK,<br />
                        MessageBoxIcon.Information);<br />
                }<br />
            }<br />
            catch (Exception exc)<br />
            {<br />
                MessageBox.Show(&#8221;An exception occurred.\r\n&#8221; +<br />
                    &#8220;Description: &#8221; + exc.Message,<br />
                    &#8220;Exception&#8221;, MessageBoxButtons.OK, MessageBoxIcon.Error);<br />
            }</p>
<p>THanks in  advance for any assistance,<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WSS 3.0 Web Service Reference Guide &#171; CJ</title>
		<link>http://blog.glenc.net/2006/11/24/wss-30-web-service-quick-reference/comment-page-1/#comment-96</link>
		<dc:creator>WSS 3.0 Web Service Reference Guide &#171; CJ</dc:creator>
		<pubDate>Mon, 19 Feb 2007 12:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2006/11/24/wss-30-web-service-quick-reference/#comment-96</guid>
		<description>[...] 3.0 Web Service Reference&#160;Guide Filed under: Office 12 &#8212; CJ @ 9:31 pm   I found this on Glen&#8217;s site. Kudos to [...]</description>
		<content:encoded><![CDATA[<p>[...] 3.0 Web Service Reference&nbsp;Guide Filed under: Office 12 &#8212; CJ @ 9:31 pm   I found this on Glen&#8217;s site. Kudos to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WSS 3.0 Web Service References &#171; CJ</title>
		<link>http://blog.glenc.net/2006/11/24/wss-30-web-service-quick-reference/comment-page-1/#comment-95</link>
		<dc:creator>WSS 3.0 Web Service References &#171; CJ</dc:creator>
		<pubDate>Mon, 19 Feb 2007 11:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2006/11/24/wss-30-web-service-quick-reference/#comment-95</guid>
		<description>[...] 3.0 Web Service&#160;References Filed under: Office 12 &#8212; CJ @ 9:31 pm   I found this on Glen&#8217;s site. Kudos to [...]</description>
		<content:encoded><![CDATA[<p>[...] 3.0 Web Service&nbsp;References Filed under: Office 12 &#8212; CJ @ 9:31 pm   I found this on Glen&#8217;s site. Kudos to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://blog.glenc.net/2006/11/24/wss-30-web-service-quick-reference/comment-page-1/#comment-99</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Wed, 24 Jan 2007 14:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2006/11/24/wss-30-web-service-quick-reference/#comment-99</guid>
		<description>i discovered the problem that there is no access to the permissions of items/folders. Any ideas to this topic?</description>
		<content:encoded><![CDATA[<p>i discovered the problem that there is no access to the permissions of items/folders. Any ideas to this topic?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
