<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: MTOM WCF &amp; Legacy Info on WSE 3.0</title>
	<atom:link href="http://team.pushbomb.com/2006/01/13/mtom-and-microsoft-web-service-enhancements-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://team.pushbomb.com/2006/01/13/mtom-and-microsoft-web-service-enhancements-30/</link>
	<description>tv programmed by the collective</description>
	<lastBuildDate>Mon, 08 Mar 2010 23:37:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Sudha</title>
		<link>http://team.pushbomb.com/2006/01/13/mtom-and-microsoft-web-service-enhancements-30/#comment-529</link>
		<dc:creator>Sudha</dc:creator>
		<pubDate>Thu, 26 Mar 2009 10:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://dcarr.wordpress.com/2006/01/13/mtom-and-microsoft-web-service-enhancements-30/#comment-529</guid>
		<description>Hi,

I have a web service server code written in JDev and I am using C# client to invoke that web service. I have enabled WSE3.0 and was able to make web service call for binary data transmission with MTOM enabled. 

What i am looking for is a way to set the threshold value so that files of size lesser than the  must be sent as in-line and not as MIME type. There are various way to do this in java(one way is to set the property MTOM_THRESHOLOD_VALUE) but I wanted to know how to achieve this using .NET C# client. Can some one help me with this.

Thanks,
Sudha.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a web service server code written in JDev and I am using C# client to invoke that web service. I have enabled WSE3.0 and was able to make web service call for binary data transmission with MTOM enabled. </p>
<p>What i am looking for is a way to set the threshold value so that files of size lesser than the  must be sent as in-line and not as MIME type. There are various way to do this in java(one way is to set the property MTOM_THRESHOLOD_VALUE) but I wanted to know how to achieve this using .NET C# client. Can some one help me with this.</p>
<p>Thanks,<br />
Sudha.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damon Carr</title>
		<link>http://team.pushbomb.com/2006/01/13/mtom-and-microsoft-web-service-enhancements-30/#comment-501</link>
		<dc:creator>Damon Carr</dc:creator>
		<pubDate>Thu, 12 Feb 2009 00:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://dcarr.wordpress.com/2006/01/13/mtom-and-microsoft-web-service-enhancements-30/#comment-501</guid>
		<description>What do you mean exactly? As far as I am aware you an accomplish these tasks in WCF. Did you have a very specific case?

Damon</description>
		<content:encoded><![CDATA[<p>What do you mean exactly? As far as I am aware you an accomplish these tasks in WCF. Did you have a very specific case?</p>
<p>Damon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bunty Patni</title>
		<link>http://team.pushbomb.com/2006/01/13/mtom-and-microsoft-web-service-enhancements-30/#comment-500</link>
		<dc:creator>Bunty Patni</dc:creator>
		<pubDate>Thu, 12 Feb 2009 00:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://dcarr.wordpress.com/2006/01/13/mtom-and-microsoft-web-service-enhancements-30/#comment-500</guid>
		<description>I don&#039;t understand, why can&#039;t we do the same thing explained above in WCF.

Please suggest.

Thanks,
Bhupendra</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand, why can&#8217;t we do the same thing explained above in WCF.</p>
<p>Please suggest.</p>
<p>Thanks,<br />
Bhupendra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://team.pushbomb.com/2006/01/13/mtom-and-microsoft-web-service-enhancements-30/#comment-45</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 21 Aug 2006 18:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://dcarr.wordpress.com/2006/01/13/mtom-and-microsoft-web-service-enhancements-30/#comment-45</guid>
		<description>In BinaryDataMTOM example the usage of IXmlSerializable is not an appropriate solution. &lt;br/&gt;First it is serializes entire file in memory, and if it is huge then the OutOfMemory exception will be thrown by service.&lt;br/&gt; The ideal solution would be to write a response while GetFileResponseWrapper is reading the given file w/o any caching.&lt;br/&gt; I guess the Microsoft should come up with little bit better streaming example</description>
		<content:encoded><![CDATA[<p>In BinaryDataMTOM example the usage of IXmlSerializable is not an appropriate solution. <br />First it is serializes entire file in memory, and if it is huge then the OutOfMemory exception will be thrown by service.<br /> The ideal solution would be to write a response while GetFileResponseWrapper is reading the given file w/o any caching.<br /> I guess the Microsoft should come up with little bit better streaming example</p>
]]></content:encoded>
	</item>
</channel>
</rss>
