<?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/"
		>
<channel>
	<title>Comments on: Building webservices with Spring.Net</title>
	<atom:link href="http://blog.bennymichielsen.be/2008/07/21/building-webservices-with-spring-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bennymichielsen.be/2008/07/21/building-webservices-with-spring-net/</link>
	<description>.net developer with a touch of Cocoa</description>
	<lastBuildDate>Sat, 03 Dec 2011 15:56:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Benny Michielsen</title>
		<link>http://blog.bennymichielsen.be/2008/07/21/building-webservices-with-spring-net/#comment-25</link>
		<dc:creator>Benny Michielsen</dc:creator>
		<pubDate>Wed, 14 Oct 2009 19:14:55 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/07/21/Building-webservices-with-SpringNet.aspx#comment-25</guid>
		<description>Thanks for the heads up!</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Baia</title>
		<link>http://blog.bennymichielsen.be/2008/07/21/building-webservices-with-spring-net/#comment-24</link>
		<dc:creator>Bruno Baia</dc:creator>
		<pubDate>Wed, 14 Oct 2009 17:10:41 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/07/21/Building-webservices-with-SpringNet.aspx#comment-24</guid>
		<description>Hi,

This is a .NET Framework bug, not related to Spring.NET.
http://forum.springframework.net/showthread.php?p=15390

Cheers,
Bruno Baia</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is a .NET Framework bug, not related to Spring.NET.<br />
<a href="http://forum.springframework.net/showthread.php?p=15390" rel="nofollow">http://forum.springframework.net/showthread.php?p=15390</a></p>
<p>Cheers,<br />
Bruno Baia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angga Lingga</title>
		<link>http://blog.bennymichielsen.be/2008/07/21/building-webservices-with-spring-net/#comment-23</link>
		<dc:creator>Angga Lingga</dc:creator>
		<pubDate>Wed, 10 Jun 2009 10:36:51 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/07/21/Building-webservices-with-SpringNet.aspx#comment-23</guid>
		<description>Thanks for the explanation for creating webservice with spring .net. It has helped me to finished my job. Thank you very much ... :D</description>
		<content:encoded><![CDATA[<p>Thanks for the explanation for creating webservice with spring .net. It has helped me to finished my job. Thank you very much &#8230; <img src='http://blog.bennymichielsen.be/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TBRays</title>
		<link>http://blog.bennymichielsen.be/2008/07/21/building-webservices-with-spring-net/#comment-22</link>
		<dc:creator>TBRays</dc:creator>
		<pubDate>Thu, 16 Apr 2009 14:20:20 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/07/21/Building-webservices-with-SpringNet.aspx#comment-22</guid>
		<description>Thanks for taking your time to look into this. I will follow the the thread on the forum.

</description>
		<content:encoded><![CDATA[<p>Thanks for taking your time to look into this. I will follow the the thread on the forum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny Michielsen</title>
		<link>http://blog.bennymichielsen.be/2008/07/21/building-webservices-with-spring-net/#comment-21</link>
		<dc:creator>Benny Michielsen</dc:creator>
		<pubDate>Wed, 15 Apr 2009 20:36:49 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/07/21/Building-webservices-with-SpringNet.aspx#comment-21</guid>
		<description>Created a topic, http://forum.springframework.net/showthread.php?p=15390#post15390 best to follow there.</description>
		<content:encoded><![CDATA[<p>Created a topic, <a href="http://forum.springframework.net/showthread.php?p=15390#post15390" rel="nofollow">http://forum.springframework.net/showthread.php?p=15390#post15390</a> best to follow there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny Michielsen</title>
		<link>http://blog.bennymichielsen.be/2008/07/21/building-webservices-with-spring-net/#comment-20</link>
		<dc:creator>Benny Michielsen</dc:creator>
		<pubDate>Wed, 15 Apr 2009 20:23:56 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/07/21/Building-webservices-with-SpringNet.aspx#comment-20</guid>
		<description>Odd indeed, I was able to reproduce this immediately on my virtual machine. Very strange because I&#039;ve developed several applications over the past years using this approach and never ran into this.

While I&#039;ve been able to reproduce the exception I haven&#039;t found a solution yet. I&#039;ve update my VM to SP1, set the host for 3.5, introduced classes, moved them around, deleted temp asp.net stuff, etc etc . The problem remains.

What is even more bizarre is that if you add a parameter to one of the methods in the sample there&#039;s no problem. Remove that parameter, no problem. Introduce a new method, no problem. Change that method, no problem. Remove the new method, no problem.

In the end, somehow, I did get the service to work when changing the parameter on one of the original methods but I was unable to trace my steps back. I&#039;m going to create a topic on the Spring forum and will post the link here.</description>
		<content:encoded><![CDATA[<p>Odd indeed, I was able to reproduce this immediately on my virtual machine. Very strange because I&#8217;ve developed several applications over the past years using this approach and never ran into this.</p>
<p>While I&#8217;ve been able to reproduce the exception I haven&#8217;t found a solution yet. I&#8217;ve update my VM to SP1, set the host for 3.5, introduced classes, moved them around, deleted temp asp.net stuff, etc etc . The problem remains.</p>
<p>What is even more bizarre is that if you add a parameter to one of the methods in the sample there&#8217;s no problem. Remove that parameter, no problem. Introduce a new method, no problem. Change that method, no problem. Remove the new method, no problem.</p>
<p>In the end, somehow, I did get the service to work when changing the parameter on one of the original methods but I was unable to trace my steps back. I&#8217;m going to create a topic on the Spring forum and will post the link here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TBRays</title>
		<link>http://blog.bennymichielsen.be/2008/07/21/building-webservices-with-spring-net/#comment-19</link>
		<dc:creator>TBRays</dc:creator>
		<pubDate>Wed, 15 Apr 2009 15:48:12 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/07/21/Building-webservices-with-SpringNet.aspx#comment-19</guid>
		<description> First thanks for posting this example it has been very helpful. 

 There is one bit of oddity that maybe you can clear up though. While goofing around with your example I noticed that any change to method signatures or even adding a new method to the service causes problems even if the changes build correctly.

For example let&#039;s say we change the SearchProductsResponse method to accept a string as the parameter. All reference are updated as well and we also restart the web server to be thorough.

Without fail we get:
&quot;The XML element &#039;SearchProductsResponse&#039; from namespace &#039;http://Just/testing&#039; references a method and a type. Change the method&#039;s message name using WebMethodAttribute or change the type&#039;s root element using the XmlRootAttribute.&quot;

Our research indicates this comes from a generated WSDL that is out of sync with the service changes. Kinda odd when there is no wsdl hanging around. Do you have any insight on what could be going on here?

Thanks</description>
		<content:encoded><![CDATA[<p>First thanks for posting this example it has been very helpful. </p>
<p> There is one bit of oddity that maybe you can clear up though. While goofing around with your example I noticed that any change to method signatures or even adding a new method to the service causes problems even if the changes build correctly.</p>
<p>For example let&#8217;s say we change the SearchProductsResponse method to accept a string as the parameter. All reference are updated as well and we also restart the web server to be thorough.</p>
<p>Without fail we get:<br />
&#8220;The XML element &#8216;SearchProductsResponse&#8217; from namespace &#8216;<a href="http://Just/testing" rel="nofollow">http://Just/testing</a>&#8216; references a method and a type. Change the method&#8217;s message name using WebMethodAttribute or change the type&#8217;s root element using the XmlRootAttribute.&#8221;</p>
<p>Our research indicates this comes from a generated WSDL that is out of sync with the service changes. Kinda odd when there is no wsdl hanging around. Do you have any insight on what could be going on here?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

