<?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/2008/03/26/automated-soap-testing-with-maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2008/03/26/automated-soap-testing-with-maven/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automated-soap-testing-with-maven</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: vinay</title>
		<link>http://technology.amis.nl/2008/03/26/automated-soap-testing-with-maven/#comment-5283</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-5283</guid>
		<description><![CDATA[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/2008/03/26/automated-soap-testing-with-maven/#comment-5282</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-5282</guid>
		<description><![CDATA[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/2008/03/26/automated-soap-testing-with-maven/#comment-5281</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-5281</guid>
		<description><![CDATA[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/2008/03/26/automated-soap-testing-with-maven/#comment-5280</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-5280</guid>
		<description><![CDATA[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/2008/03/26/automated-soap-testing-with-maven/#comment-5279</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-5279</guid>
		<description><![CDATA[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>
