<?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: Spring WS Test</title>
	<atom:link href="http://blog.krecan.net/2009/09/02/spring-ws-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.krecan.net/2009/09/02/spring-ws-test/</link>
	<description>Short remarks from Java world</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:44:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Lukáš Křečan</title>
		<link>http://blog.krecan.net/2009/09/02/spring-ws-test/comment-page-1/#comment-8896</link>
		<dc:creator>Lukáš Křečan</dc:creator>
		<pubDate>Thu, 30 Jun 2011 10:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/?p=422#comment-8896</guid>
		<description>Hi Rahul,
  Spring-WS test does not support it out of the box, but you have the following options
1) Do not validate the request.
2) Use XPath validaton
3) Use custom validator (WsMockControl.validate method)</description>
		<content:encoded><![CDATA[<p>Hi Rahul,<br />
  Spring-WS test does not support it out of the box, but you have the following options<br />
1) Do not validate the request.<br />
2) Use XPath validaton<br />
3) Use custom validator (WsMockControl.validate method)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Anand</title>
		<link>http://blog.krecan.net/2009/09/02/spring-ws-test/comment-page-1/#comment-8895</link>
		<dc:creator>Rahul Anand</dc:creator>
		<pubDate>Wed, 29 Jun 2011 14:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/?p=422#comment-8895</guid>
		<description>Hi Lukas,

Thanks a lot for coming up with the idea this certainly eases a gr8 deal of effort we put in terms of simulations which we do for unit testing. However, i&#039;m trying to work out for a solution to resolve similation problem with one of our WS client call. By using WsMockControl is there a way by which i can enable mock engine to ignore few elements in my request payload (as these values are bound change dynamically)

Thanks in advance !

Rahul</description>
		<content:encoded><![CDATA[<p>Hi Lukas,</p>
<p>Thanks a lot for coming up with the idea this certainly eases a gr8 deal of effort we put in terms of simulations which we do for unit testing. However, i'm trying to work out for a solution to resolve similation problem with one of our WS client call. By using WsMockControl is there a way by which i can enable mock engine to ignore few elements in my request payload (as these values are bound change dynamically)</p>
<p>Thanks in advance !</p>
<p>Rahul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shameer</title>
		<link>http://blog.krecan.net/2009/09/02/spring-ws-test/comment-page-1/#comment-1837</link>
		<dc:creator>Shameer</dc:creator>
		<pubDate>Wed, 29 Sep 2010 13:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/?p=422#comment-1837</guid>
		<description>Just wanted to share a related post (with topic, Building a web service with Spring-WS) at 
http://justcompiled.blogspot.com/2010/09/building-web-service-with-spring-ws.html</description>
		<content:encoded><![CDATA[<p>Just wanted to share a related post (with topic, Building a web service with Spring-WS) at<br />
<a href="http://justcompiled.blogspot.com/2010/09/building-web-service-with-spring-ws.html" rel="nofollow">http://justcompiled.blogspot.com/2010/09/building-web-service-with-spring-ws.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukáš Křečan</title>
		<link>http://blog.krecan.net/2009/09/02/spring-ws-test/comment-page-1/#comment-1455</link>
		<dc:creator>Lukáš Křečan</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/?p=422#comment-1455</guid>
		<description>Please, check that spring-ws-test-0.10.jar on in your classpath. If it is, please send me more details to my e-mail address lukas the funny a in the circle krecan dot net.</description>
		<content:encoded><![CDATA[<p>Please, check that spring-ws-test-0.10.jar on in your classpath. If it is, please send me more details to my e-mail address lukas the funny a in the circle krecan dot net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mada</title>
		<link>http://blog.krecan.net/2009/09/02/spring-ws-test/comment-page-1/#comment-1452</link>
		<dc:creator>mada</dc:creator>
		<pubDate>Tue, 23 Feb 2010 08:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/?p=422#comment-1452</guid>
		<description>Im using ttry your spring ws test but the class WsMockControlTestExecutionListener is unknow.
please can you help me .
Regards</description>
		<content:encoded><![CDATA[<p>Im using ttry your spring ws test but the class WsMockControlTestExecutionListener is unknow.<br />
please can you help me .<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://blog.krecan.net/2009/09/02/spring-ws-test/comment-page-1/#comment-1137</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Wed, 16 Sep 2009 19:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/?p=422#comment-1137</guid>
		<description>Lukáš, thank you for the efforts. It looks really interesting. Next time I get back to my Spring WS related code I&#039;ll give it a try for sure. So far I used soapUI and it worked fine, but a more lightweight testing tool should be pretty enough in some cases.</description>
		<content:encoded><![CDATA[<p>Lukáš, thank you for the efforts. It looks really interesting. Next time I get back to my Spring WS related code I'll give it a try for sure. So far I used soapUI and it worked fine, but a more lightweight testing tool should be pretty enough in some cases.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

