<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: .NET: MTOM Enabled Your Application Using WSE</title>
	<link>http://twit88.com/blog/2008/05/14/net-mtom-enabled-your-application-using-wse/</link>
	<description>Good judgement comes from experience, and experience comes from bad judgement.</description>
	<pubDate>Wed, 07 Jan 2009 17:11:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Leng Keng</title>
		<link>http://twit88.com/blog/2008/05/14/net-mtom-enabled-your-application-using-wse/#comment-20812</link>
		<dc:creator>Leng Keng</dc:creator>
		<pubDate>Sun, 05 Oct 2008 19:31:23 +0000</pubDate>
		<guid>http://twit88.com/blog/2008/05/14/net-mtom-enabled-your-application-using-wse/#comment-20812</guid>
		<description>If you made changes to the proxy classes, you should remove the web reference and start anew.  After the web reference is added back, try to use the one with class name 'xxxWse' to ensure that MTOM is enabled.

If the xxxWse class is still missing, you can click on "view all files" icon in the Solution Explorer, then navigate to the reference.cs file of your web reference.  Manually change both the proxy class definition and method definition to public from abstract.  Finally, change the class to inherit from 'Microsoft.Web.Services3.WebServicesClientProtocol' instead of 'System.Web.Services.Protocols.SoapHttpClientProtocol'.  Hope this helps.</description>
		<content:encoded><![CDATA[<p>If you made changes to the proxy classes, you should remove the web reference and start anew.  After the web reference is added back, try to use the one with class name &#8216;xxxWse&#8217; to ensure that MTOM is enabled.</p>
<p>If the xxxWse class is still missing, you can click on &#8220;view all files&#8221; icon in the Solution Explorer, then navigate to the reference.cs file of your web reference.  Manually change both the proxy class definition and method definition to public from abstract.  Finally, change the class to inherit from &#8216;Microsoft.Web.Services3.WebServicesClientProtocol&#8217; instead of &#8216;System.Web.Services.Protocols.SoapHttpClientProtocol&#8217;.  Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mucahid Uslu</title>
		<link>http://twit88.com/blog/2008/05/14/net-mtom-enabled-your-application-using-wse/#comment-15275</link>
		<dc:creator>Mucahid Uslu</dc:creator>
		<pubDate>Thu, 21 Aug 2008 16:00:54 +0000</pubDate>
		<guid>http://twit88.com/blog/2008/05/14/net-mtom-enabled-your-application-using-wse/#comment-15275</guid>
		<description>After install Microsoft WSE 3.0, you must add to project reference Microsoft.Web.Services3.

Mucahid Uslu</description>
		<content:encoded><![CDATA[<p>After install Microsoft WSE 3.0, you must add to project reference Microsoft.Web.Services3.</p>
<p>Mucahid Uslu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haris</title>
		<link>http://twit88.com/blog/2008/05/14/net-mtom-enabled-your-application-using-wse/#comment-11384</link>
		<dc:creator>Haris</dc:creator>
		<pubDate>Thu, 10 Jul 2008 20:06:28 +0000</pubDate>
		<guid>http://twit88.com/blog/2008/05/14/net-mtom-enabled-your-application-using-wse/#comment-11384</guid>
		<description>"Sometimes the proxy class for WSE is not generated."

I am facing the same problem.

Does this mean that Client is not configured properly or is it have something to do with Web Service???

Please advise.</description>
		<content:encoded><![CDATA[<p>&#8220;Sometimes the proxy class for WSE is not generated.&#8221;</p>
<p>I am facing the same problem.</p>
<p>Does this mean that Client is not configured properly or is it have something to do with Web Service???</p>
<p>Please advise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Losset</title>
		<link>http://twit88.com/blog/2008/05/14/net-mtom-enabled-your-application-using-wse/#comment-9625</link>
		<dc:creator>Keith Losset</dc:creator>
		<pubDate>Fri, 06 Jun 2008 15:18:56 +0000</pubDate>
		<guid>http://twit88.com/blog/2008/05/14/net-mtom-enabled-your-application-using-wse/#comment-9625</guid>
		<description>While not using WSE would certainly be a problem, an exhaustive search of WSE839 errors tells me that there are many people that are using WSE30 properly (with the settings you suggest) that get the same or a similar error.  In fact, based on the web searches, it is not clear that anyone is able to get MTOM interop to work between a NET 2.0/WSE 3.0 client and any Java-based server side implementation.

Your article is by far the most encouraging.  I am curious what success stories or follow-up comments you or your readers might have?</description>
		<content:encoded><![CDATA[<p>While not using WSE would certainly be a problem, an exhaustive search of WSE839 errors tells me that there are many people that are using WSE30 properly (with the settings you suggest) that get the same or a similar error.  In fact, based on the web searches, it is not clear that anyone is able to get MTOM interop to work between a NET 2.0/WSE 3.0 client and any Java-based server side implementation.</p>
<p>Your article is by far the most encouraging.  I am curious what success stories or follow-up comments you or your readers might have?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
