Browse by Tags
All Tags »
Web Services (RSS)
Note, this series starts at http://blogs.msdn.com/dwinter/archive/2008/06/28/migrating-wiki-pages-remotely-part-01.aspx Here is the full project from this effort: http://www.codeplex.com/WikiMigrator
Read More...
Note, this series starts at http://blogs.msdn.com/dwinter/archive/2008/06/28/migrating-wiki-pages-remotely-part-01.aspx One of the final touches was to take care of the “but this data here is out of place”, or “this string still has the old server”, etc
Read More...
Note, this series starts at http://blogs.msdn.com/dwinter/archive/2008/06/28/migrating-wiki-pages-remotely-part-01.aspx So there are a lot of little things to think about here. Once you start playing with this—the next one that comes to mind is… what
Read More...
Note, this series starts at http://blogs.msdn.com/dwinter/archive/2008/06/28/migrating-wiki-pages-remotely-part-01.aspx Now let us consider the next potential problem in using copy.asmx. There were some instances where I found that the copy.asmx would
Read More...
Note, this series starts at http://blogs.msdn.com/dwinter/archive/2008/06/28/migrating-wiki-pages-remotely-part-01.aspx Now that that is done, it is time to consider some potential difficulties of this approach. First, when you use the copy.asmx, the
Read More...
Note, this series starts at http://blogs.msdn.com/dwinter/archive/2008/06/28/migrating-wiki-pages-remotely-part-01.aspx Once you have gotten the source data in memory, the next step is to get it into the destination server. This is where most folks run
Read More...
Note, this series starts at http://blogs.msdn.com/dwinter/archive/2008/06/28/migrating-wiki-pages-remotely-part-01.aspx We just looked at using copy.asmx to get WikiField. Now let’s look at getting the field by using just lists.asmx. You may notice that
Read More...
Note, this series starts at http://blogs.msdn.com/dwinter/archive/2008/06/28/migrating-wiki-pages-remotely-part-01.aspx I wrote before about how you could use lists.asmx to get the data out of a Wiki Library just like any other list type. There is one
Read More...
Note, this series starts at http://blogs.msdn.com/dwinter/archive/2008/06/28/migrating-wiki-pages-remotely-part-01.aspx Before we can dig into the data itself, we need to know what is there. I built some simple functionality to enumerate the available
Read More...
I was doing some work recently where I needed to move a large volume (thousands) of Wiki Pages from one server to another. The problem was that while if I begged and pleaded, I probably could have gotten local admin access to the farms, I didn’t really
Read More...
Refer to http://blogs.msdn.com/dwinter/archive/2005/02/15/373076.aspx for setup if you are not familiar with creating a SharePoint OM application. For this entry, you may want to enable the invoke via IE capability discussed in http://blogs.msdn.com/dwinter/archive/2005/02/21/377695.aspx
Read More...
Sometimes you may want to do a quick OM call without actually writing an application. This can on occasion be done using the existing web services. Not every call allows for it--but many do, and you might just find yourself in a situation where you can
Read More...