<?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: soapUI vs. JUnit</title>
	<atom:link href="http://myarch.com/soapui-vs-junit/feed" rel="self" type="application/rss+xml" />
	<link>http://myarch.com/soapui-vs-junit</link>
	<description>Builds and bytes</description>
	<lastBuildDate>Wed, 17 Mar 2010 11:08:26 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sourabha</title>
		<link>http://myarch.com/soapui-vs-junit/comment-page-1#comment-35221</link>
		<dc:creator>Sourabha</dc:creator>
		<pubDate>Tue, 02 Mar 2010 08:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/soapui-vs-junit#comment-35221</guid>
		<description>I have done schema validation for synchronous services using SOAP UI. i tried doing validation of asynchronous services but i could not figure it  out properly. i would also like to know how we do load and stress testing using this tool.</description>
		<content:encoded><![CDATA[<p>I have done schema validation for synchronous services using SOAP UI. i tried doing validation of asynchronous services but i could not figure it  out properly. i would also like to know how we do load and stress testing using this tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://myarch.com/soapui-vs-junit/comment-page-1#comment-35109</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Mon, 30 Nov 2009 07:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/soapui-vs-junit#comment-35109</guid>
		<description>Good Post..I got exactly what I want.  This saved at least an hour for looking around. 
I follow all your posting in SOA section as well..
Many Thanks</description>
		<content:encoded><![CDATA[<p>Good Post..I got exactly what I want.  This saved at least an hour for looking around.<br />
I follow all your posting in SOA section as well..<br />
Many Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna</title>
		<link>http://myarch.com/soapui-vs-junit/comment-page-1#comment-35024</link>
		<dc:creator>Krishna</dc:creator>
		<pubDate>Tue, 04 Aug 2009 06:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/soapui-vs-junit#comment-35024</guid>
		<description>I am new to SOAPUI and want to know how to invoke API from SOAPUI
Can you please let me know, what steps need to be followed to invoke the API?</description>
		<content:encoded><![CDATA[<p>I am new to SOAPUI and want to know how to invoke API from SOAPUI<br />
Can you please let me know, what steps need to be followed to invoke the API?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: July</title>
		<link>http://myarch.com/soapui-vs-junit/comment-page-1#comment-34975</link>
		<dc:creator>July</dc:creator>
		<pubDate>Thu, 04 Jun 2009 17:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/soapui-vs-junit#comment-34975</guid>
		<description>Hello,
I need your help............. I am trying to connect a web service, but it doesn&#039;t work using JAX-WS API, but when I test it with the soapUI tool it works, so I want to know how soapUI works...............it is very important, please is someone can help me?

Thanks in advance,
July</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I need your help&#8230;&#8230;&#8230;&#8230;. I am trying to connect a web service, but it doesn&#8217;t work using JAX-WS API, but when I test it with the soapUI tool it works, so I want to know how soapUI works&#8230;&#8230;&#8230;&#8230;&#8230;it is very important, please is someone can help me?</p>
<p>Thanks in advance,<br />
July</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sure</title>
		<link>http://myarch.com/soapui-vs-junit/comment-page-1#comment-26119</link>
		<dc:creator>sure</dc:creator>
		<pubDate>Thu, 17 Apr 2008 05:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/soapui-vs-junit#comment-26119</guid>
		<description>Hi,

     I am new to this tool, Can any one help me how to test webservice using this tool,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>     I am new to this tool, Can any one help me how to test webservice using this tool,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Ananiev</title>
		<link>http://myarch.com/soapui-vs-junit/comment-page-1#comment-7904</link>
		<dc:creator>Alexander Ananiev</dc:creator>
		<pubDate>Wed, 02 May 2007 14:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/soapui-vs-junit#comment-7904</guid>
		<description>Ole, I agree with you on #2 in that typically service consumers would be using different types of Web services platforms, not just JAX-WS (otherwise, what would be the point of using Web services in the first place). However, from my experience, in a corporate environment (Internet is a totally different matter) these technologies are limited to mostly different flavors of Java and .NET and so there are not that many permutations that would have to be tested using XUnit approach. 

On #3, I actually think that generating JUnit stubs from soapUI would somewhat defeat the purpose of developing JUnit classes, which is to allow service providers to perform all the steps that service consumers would have to go through in order to consume a service. And I&#039;m pretty sure that you already have enough on your plate with all the other work on soapUI :)

Thanks for the great tool, 
Alexander</description>
		<content:encoded><![CDATA[<p>Ole, I agree with you on #2 in that typically service consumers would be using different types of Web services platforms, not just JAX-WS (otherwise, what would be the point of using Web services in the first place). However, from my experience, in a corporate environment (Internet is a totally different matter) these technologies are limited to mostly different flavors of Java and .NET and so there are not that many permutations that would have to be tested using XUnit approach. </p>
<p>On #3, I actually think that generating JUnit stubs from soapUI would somewhat defeat the purpose of developing JUnit classes, which is to allow service providers to perform all the steps that service consumers would have to go through in order to consume a service. And I&#8217;m pretty sure that you already have enough on your plate with all the other work on soapUI :)</p>
<p>Thanks for the great tool,<br />
Alexander</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Matzura</title>
		<link>http://myarch.com/soapui-vs-junit/comment-page-1#comment-7892</link>
		<dc:creator>Ole Matzura</dc:creator>
		<pubDate>Tue, 01 May 2007 11:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/soapui-vs-junit#comment-7892</guid>
		<description>Hi,

nice post! I would like to add some more twists:

1) Using a tool like soapUI is mainly for testing the actual server-side web service implementation, and does give some possibilities that are not available (or at least not easy) in JAX-WS; 
- sending of invalid messages (both syntactically and structurally) which is usefull for testing server-side error handling,  
- sending of messages using standards not supported by JAX-WS (much of the WS-XXX soup)
 
2) Often when developing web services, you have little control of the actual client technology used on &quot;the other side&quot;, thus providing examples based on JUnit/JAX-WS could be rather limited as there are so many more technologies in use for accessing web services (but of course its better than no examples at all). 
-&gt; We have actually had several soapUI users that provide comprehensive soapUI projects together with their web services, since it is a great way of giving a &quot;platform-neutral&quot; example of how the web service is supposed to work. Sometimes they also include a complete Mock Implementation of the web service in soapUI, which allows their client to build/test client code without having access to the actual live service

3)  Anyhow, using JUnit as you describe is a great complement and as you say gives an insight in how the web service may be &quot;perceived&quot; by the client. Maybe we could add support for generating stubs for these kinds of JUnit testcases for JAX-WS from within soapUI? 

rock on!

kind regards,

/Ole
eviware.com</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>nice post! I would like to add some more twists:</p>
<p>1) Using a tool like soapUI is mainly for testing the actual server-side web service implementation, and does give some possibilities that are not available (or at least not easy) in JAX-WS;<br />
- sending of invalid messages (both syntactically and structurally) which is usefull for testing server-side error handling,<br />
- sending of messages using standards not supported by JAX-WS (much of the WS-XXX soup)</p>
<p>2) Often when developing web services, you have little control of the actual client technology used on &#8220;the other side&#8221;, thus providing examples based on JUnit/JAX-WS could be rather limited as there are so many more technologies in use for accessing web services (but of course its better than no examples at all).<br />
-&gt; We have actually had several soapUI users that provide comprehensive soapUI projects together with their web services, since it is a great way of giving a &#8220;platform-neutral&#8221; example of how the web service is supposed to work. Sometimes they also include a complete Mock Implementation of the web service in soapUI, which allows their client to build/test client code without having access to the actual live service</p>
<p>3)  Anyhow, using JUnit as you describe is a great complement and as you say gives an insight in how the web service may be &#8220;perceived&#8221; by the client. Maybe we could add support for generating stubs for these kinds of JUnit testcases for JAX-WS from within soapUI? </p>
<p>rock on!</p>
<p>kind regards,</p>
<p>/Ole<br />
eviware.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://myarch.com/soapui-vs-junit/comment-page-1#comment-7879</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Mon, 30 Apr 2007 18:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/soapui-vs-junit#comment-7879</guid>
		<description>Excellent points!  I enjoy your blog immensely.  Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Excellent points!  I enjoy your blog immensely.  Keep up the great work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
