﻿<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developers.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Invoking of ExcelServices within WCF</title><link />http://developers.de/blogs/damir_dobric/archive/2007/11/17/invoking-of-excelservices-within-wcf.aspx<description>The MOSS ExcelServices provides the web service which can be easily integrated in any .NET base client application. The URI of the ExcelServices is in general: http://yourmosshost/_vti_bin/excelservice.asmx./ As you see it is obvious that the ExcelServices</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>re: Invoking of ExcelServices within WCF</title><link />http://developers.de/blogs/damir_dobric/archive/2007/11/17/invoking-of-excelservices-within-wcf.aspx#4719<pubdate>Tue, 31 Mar 2009 22:57:08 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:4719</guid><dc:creator>Roy</dc:creator><description>&lt;p&gt;Using this same scenario, call Excel Services using WCF, how can we make the following call:&lt;/p&gt;
&lt;p&gt;List&amp;lt;object&amp;gt; range = client.GetRange(sessionId, &amp;quot;sheet1&amp;quot;, rc, false, out status);&lt;/p&gt;
&lt;p&gt;where rc was defined as a new RangeCoordinates() class.&lt;/p&gt;
&lt;p&gt;When I call GetRange, i get an XMLSerialization error where &amp;quot;ArrayOfAnyType&amp;quot; is unknown to the serializer.&lt;/p&gt;
&lt;p&gt;What am I missing?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=4719" width="1" height="1"&gt;</description></item></channel></rss>