<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Comments for page &quot;Testing Web Services with soapUI&quot;</title>
		<link>http://www.peoplesoftwiki.com/testing-web-services-with-soapui/comments/show</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate>Fri, 30 Jul 2010 05:09:17 +0000</lastBuildDate>
		
					<item>
				<guid>http://www.peoplesoftwiki.com/testing-web-services-with-soapui/comments/show#post-784343</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/testing-web-services-with-soapui/comments/show#post-784343</link>
				<description></description>
				<pubDate>Fri, 14 May 2010 23:37:10 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That looks very promising. Thanks for post.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/testing-web-services-with-soapui/comments/show#post-784045</guid>
				<title>Repurposing soapUI tests as load tests and monitor</title>
				<link>http://www.peoplesoftwiki.com/testing-web-services-with-soapui/comments/show#post-784045</link>
				<description></description>
				<pubDate>Fri, 14 May 2010 15:59:38 +0000</pubDate>
				<wikidot:authorName>Frank Cohen</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thanks for the post about soapUI. PushToTest TestMaker is an open source test platform that repurposes soapUI tests to be functional tests, load and performance tests, and business service production monitors. A tutorial on using soapUI in TestMaker is at <a href="http://www.pushtotest.com/tutorials/soapuitutorialfull">http://www.pushtotest.com/tutorials/soapuitutorialfull</a></p> <p>Thanks!</p> <p>-Frank</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/testing-web-services-with-soapui/comments/show#post-776282</guid>
				<title>Re: Excellent work, saved me from Oracle&#039;s JDeveloper</title>
				<link>http://www.peoplesoftwiki.com/testing-web-services-with-soapui/comments/show#post-776282</link>
				<description></description>
				<pubDate>Thu, 06 May 2010 04:08:50 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>By the way you can also do this in the request properties in soapUI. Select the request then look at the bottom left - there should be a bunch of request properties available including Username and Password.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/testing-web-services-with-soapui/comments/show#post-775795</guid>
				<title>Re: Excellent work, saved me from Oracle&#039;s JDeveloper</title>
				<link>http://www.peoplesoftwiki.com/testing-web-services-with-soapui/comments/show#post-775795</link>
				<description></description>
				<pubDate>Wed, 05 May 2010 18:15:31 +0000</pubDate>
				<wikidot:authorName>inba</wikidot:authorName>				<wikidot:authorUserId>479148</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>We are trying to integrate PS with Sharepoint. I have created the CI-Based web services and generated WSDL. The ASP.net team is able to consume the WSDL and can invoke Get/Add/Update methods. Could you please let know how to access the Delete method. I find it difficult to get any reference on this Delete. Im talking in particular about the Delete buttons we have on the PS ESS page - Phone/Email. Thanks</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/testing-web-services-with-soapui/comments/show#post-775364</guid>
				<title>Re: Excellent work, saved me from Oracle&#039;s JDeveloper</title>
				<link>http://www.peoplesoftwiki.com/testing-web-services-with-soapui/comments/show#post-775364</link>
				<description></description>
				<pubDate>Wed, 05 May 2010 05:50:56 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Glad this helped you out.</p> <p>You should be able to pass the (simple) authentication information through the SOAP request header, something like:</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-brackets">&lt;</span><span class="hl-reserved">wsse:Security</span><span class="hl-code"> </span><span class="hl-var">soap:mustUnderstand</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">1</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">xmlns:soap</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">http://schemas.xmlsoap.org/wsdl/soap/</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">xmlns:wsse</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd</span><span class="hl-quotes">"</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">wsse:UsernameToken</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">wsse:Username</span><span class="hl-brackets">&gt;</span><span class="hl-code">PS</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">wsse:Username</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">wsse:Password</span><span class="hl-brackets">&gt;</span><span class="hl-code">PS</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">wsse:Password</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">wsse:UsernameToken</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">wsse:Security</span><span class="hl-brackets">&gt;</span> </pre></div> </div> <p>You can generate the request message with the correct security settings using the generate SOAP template functionality:<br /> PeopleTools &gt; Integration Broker &gt; Service Utilities &gt; Generate SOAP Template</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/testing-web-services-with-soapui/comments/show#post-770362</guid>
				<title>Excellent work, saved me from Oracle&#039;s JDeveloper</title>
				<link>http://www.peoplesoftwiki.com/testing-web-services-with-soapui/comments/show#post-770362</link>
				<description></description>
				<pubDate>Fri, 30 Apr 2010 02:31:29 +0000</pubDate>
				<wikidot:authorName>Jeff Buehrle</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Just wanted to say "Thanks" for posting this. I was looking for a good way to test a Web Service before just dumping on the third-party for testing and the only thing I could find was Oracle's JDeveloper. Then I found this. It was quick and easy to get setup and running. I am still having trouble figuring out the security, where I want the connection to go through as a specific user, not the "default" App Server user or XMLLINK user.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>