<?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: Automated SOAP testing with maven and the SoapUI plugin</title>
	<atom:link href="http://technology.amis.nl/blog/3061/automated-soap-testing-with-maven/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/3061/automated-soap-testing-with-maven</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vinay</title>
		<link>http://technology.amis.nl/blog/3061/automated-soap-testing-with-maven/comment-page-1#comment-450231</link>
		<dc:creator>vinay</dc:creator>
		<pubDate>Mon, 28 Feb 2011 10:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3061#comment-450231</guid>
		<description>Soapui plugin unable to load the Classes defined in external groovy  file. I have copied that script file into soupui script folder
I am getting below error.
 
15:45:02,306 ERROR [SoapUI] An error occured [startup failed: Script1.groovy: 1: unable to resolve class &lt;class&gt;</description>
		<content:encoded><![CDATA[<p>Soapui plugin unable to load the Classes defined in external groovy  file. I have copied that script file into soupui script folder<br />
I am getting below error.<br />
 <br />
15:45:02,306 ERROR [SoapUI] An error occured [startup failed: Script1.groovy: 1: unable to resolve class &lt;class&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbrecht van Amerongen</title>
		<link>http://technology.amis.nl/blog/3061/automated-soap-testing-with-maven/comment-page-1#comment-360489</link>
		<dc:creator>Robbrecht van Amerongen</dc:creator>
		<pubDate>Sun, 07 Mar 2010 19:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3061#comment-360489</guid>
		<description>The soapui-settings.xml file needs to be placed in your project root. Same location as your pom.xml.
Alternatively you can add &lt;settingsFile&gt; to your soapui-plugin configuration.
Have a look at &lt;a href=&quot;http://www.soapui.org/plugin/maven2/properties.html&quot; rel=&quot;nofollow&quot;&gt;http://www.soapui.org/plugin/maven2/properties.html &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>The soapui-settings.xml file needs to be placed in your project root. Same location as your pom.xml.<br />
Alternatively you can add &lt;settingsFile&gt; to your soapui-plugin configuration.<br />
Have a look at <a href="http://www.soapui.org/plugin/maven2/properties.html" rel="nofollow"></a><a href="http://www.soapui.org/plugin/maven2/properties.html" rel="nofollow">http://www.soapui.org/plugin/maven2/properties.html</a> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://technology.amis.nl/blog/3061/automated-soap-testing-with-maven/comment-page-1#comment-358818</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Tue, 02 Mar 2010 20:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3061#comment-358818</guid>
		<description>Good article!
Is there a requirement that soapui-settings.xml file and the &lt;code&gt;&lt;projectFile&gt; should be at the same level (directory)? And should the project file name end with soapui-project.xml?&lt;/code&gt;
&lt;code&gt;when i have the projectFile in src/test/soapui folder, i am getting an error that the projectFile  cannot be found. 
&lt;/code&gt;
&lt;code&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Good article!<br />
Is there a requirement that soapui-settings.xml file and the <code>&lt;projectFile&gt; should be at the same level (directory)? And should the project file name end with soapui-project.xml?</code><br />
<code>when i have the projectFile in src/test/soapui folder, i am getting an error that the projectFile  cannot be found.<br />
</code><br />
<code><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbrecht van Amerongen</title>
		<link>http://technology.amis.nl/blog/3061/automated-soap-testing-with-maven/comment-page-1#comment-358244</link>
		<dc:creator>Robbrecht van Amerongen</dc:creator>
		<pubDate>Fri, 26 Feb 2010 15:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3061#comment-358244</guid>
		<description>The difference between these tools and the Oracle Specific tools: 


- They are independent (not Oracle specific);
- SoapUI has a user interface that is easy to use, especially for non-oracle schooled testers;
- You can run and schedule your test independent of the Oracle infrastructure and make them part of your integrated build-infrastrucure;
- Soap-UI can simulate a proxy so you are able to test your ESB interface without “the other side” (not sure FTP has this);
- There are no costs involved. I do not know the exact licence structure of the Oracle tool. 
- Reporting is more accessible for end-users. 
 
 
 

 
 
 
 


</description>
		<content:encoded><![CDATA[<p>The difference between these tools and the Oracle Specific tools: </p>
<p>- They are independent (not Oracle specific);<br />
- SoapUI has a user interface that is easy to use, especially for non-oracle schooled testers;<br />
- You can run and schedule your test independent of the Oracle infrastructure and make them part of your integrated build-infrastrucure;<br />
- Soap-UI can simulate a proxy so you are able to test your ESB interface without “the other side” (not sure FTP has this);<br />
- There are no costs involved. I do not know the exact licence structure of the Oracle tool.<br />
- Reporting is more accessible for end-users.<br />
 <br />
 <br />
 </p>
<p> <br />
 <br />
 <br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://technology.amis.nl/blog/3061/automated-soap-testing-with-maven/comment-page-1#comment-357995</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3061#comment-357995</guid>
		<description>Is there any real  benefit difference in using these tools as opposed to using the file transport protocol and reporting feature of OSB itself?  Each can achieve automated testing?</description>
		<content:encoded><![CDATA[<p>Is there any real  benefit difference in using these tools as opposed to using the file transport protocol and reporting feature of OSB itself?  Each can achieve automated testing?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

