<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : WCF Streaming Files</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : WCF Streaming Files</description>
  <pubDate>Wed, 10 Jun 2026 17:30:03 -700</pubDate>
  <lastBuildDate>Fri, 19 Dec 2008 04:12:06 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1028</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>WCF Streaming Files : Making the call from the client...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1028&amp;PID=3723#3723</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=227" rel="nofollow">Mike U</a><br /><strong>Subject:</strong> 1028<br /><strong>Posted:</strong> 19-Dec-2008 at 4:12am<br /><br />Making the call from the client application sort of misses the point.&nbsp; I need to move files from client to server, so I'd need something on the server side to receive the file for later processing by a server side app.&nbsp; <DIV>&nbsp;</DIV><DIV>Thanks for the interest though.</DIV>]]>
   </description>
   <pubDate>Fri, 19 Dec 2008 04:12:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1028&amp;PID=3723#3723</guid>
  </item> 
  <item>
   <title>WCF Streaming Files : You&amp;#039;re correct that you won&amp;#039;t...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1028&amp;PID=3722#3722</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1028<br /><strong>Posted:</strong> 18-Dec-2008 at 2:29pm<br /><br /><P>You're correct that you won't be able to host your methods in the BOS itself.&nbsp; Making the service contract and implementation extensible is an interesting idea, but probably not something we could pursue any time soon.</P><DIV></DIV><DIV></DIV><DIV>If calling your service methods from the BOS via a method called by InvokeServerMethod isn't feasible - I assume because you still have the issue of collecting the data for a non-stream return object - then you could make the call directly from your client application.&nbsp;&nbsp; Especially since the data you're returning seems a bit out-of-band from your business objects and domain model, this seems like a cleaner design too.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 18 Dec 2008 14:29:14 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1028&amp;PID=3722#3722</guid>
  </item> 
  <item>
   <title>WCF Streaming Files : I&amp;#039;m trying to implement a...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1028&amp;PID=3718#3718</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=227" rel="nofollow">Mike U</a><br /><strong>Subject:</strong> 1028<br /><strong>Posted:</strong> 18-Dec-2008 at 12:59pm<br /><br />I'm trying to implement a file transfer mechanism client&lt;-&gt;server via Wcf.&nbsp; Our first attempt using chunking and InvokeServerMethod() was very slow.&nbsp; After some research, it sounds like a more&nbsp;efficient approach is to use a transferMode="Streaming".<DIV>&nbsp;</DIV><DIV>According to MS <a href="http://msdn.microsoft.com/en-us/library/ms789010.aspx%20" target="_blank">http://msdn.microsoft.com/en-us/library/ms789010.aspx </A>&nbsp;In order to make this work I have to have a &#091;ServiceContract&#093; with a method with one parameter of type Stream.&nbsp; I can get this working in a standalone Wcf application, however I'm affraid I might be stuck trying to get this integrated into our Ideablade application.</DIV><DIV>&nbsp;</DIV><DIV>Since the BOS is only listening for the WcfPersistenceServer, I won't be able to get my methods hosted by the BOS.&nbsp; Is this correct?&nbsp; If so is there anyway arround this other than having my own Service listening?</DIV><DIV>&nbsp;</DIV><DIV>In short here is what I need.&nbsp; The BOS to call my method (eg. SendFile(Stream fileStream)) not through InvokeServerMethod() which would not support a streaming protocol.</DIV><DIV>&nbsp;</DIV><DIV>I know not an easy question.&nbsp; Any Wcf experts want to share?</DIV>]]>
   </description>
   <pubDate>Thu, 18 Dec 2008 12:59:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1028&amp;PID=3718#3718</guid>
  </item> 
 </channel>
</rss>