<?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/forum/t-204429/testing-web-services-with-soapui</link>
		<description>Posts in the discussion thread &quot;Testing Web Services with soapUI&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 08 Feb 2012 21:21:32 +0000</lastBuildDate>
		
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-204429#post-1244028</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#post-1244028</link>
				<description></description>
				<pubDate>Mon, 29 Aug 2011 22:56:10 +0000</pubDate>
				<wikidot:authorName>Frank Staheli</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>As suggested above, I add the following to my SOAP request header</p> <p>&lt;wsse:Security soap:mustUnderstand=&quot;1&quot;<br /> xmlns:soap=&quot;<a href="http://schemas.xmlsoap.org/wsdl/soap/">http://schemas.xmlsoap.org/wsdl/soap/</a>&quot;<br /> xmlns:wsse=&quot;<a href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd</a>&quot;&gt;<br /> &lt;wsse:UsernameToken&gt;<br /> &lt;wsse:Username&gt;PS&lt;/wsse:Username&gt;<br /> &lt;wsse:Password&gt;PS&lt;/wsse:Password&gt;<br /> &lt;/wsse:UsernameToken&gt;<br /> &lt;/wsse:Security&gt;</p> <p>But when I use soapUI to make the request, I get the following error:</p> <p>&#8230;<br /> &lt;faultcode&gt;SOAP-ENV:Server&lt;/faultcode&gt;<br /> &lt;faultstring&gt;PeopleSoftTargetConnector:Unable to decrypt the password&lt;/faultstring&gt;<br /> &#8230;</p> <p>and the only way to get things working again is to roll the server processes on the integration gateway machine. Any ideas how to resolve this?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-204429#post-1185929</guid>
				<title>Re: soapUI Message Tags are missing when using a PeopleSoft CI based Web Service (WSDL)</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#post-1185929</link>
				<description></description>
				<pubDate>Fri, 24 Jun 2011 09:17:11 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I believe the numbers that appear for each request relate to the input messages for that method. For example, in the Get method above, the input message might be <strong>M14</strong>9999.V1. That is, it takes the first 3 characters of the message name.</p> <p>Now if you have a look at your your WSDL through the Interface Viewer - right click on your service, <em>Show Interface Viewer</em> you can go to the WDL content and look at the relevant items - see screenshot below. This might help to explain it, or at least give you some clues?</p> <table class="wiki-content-table"> <tr> <td><img src="http://www.peoplesoftwiki.com/local--files/images/view-soapui-bindings.png" alt="view-soapui-bindings.png" class="image" /></td> </tr> </table> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-204429#post-1166841</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#post-1166841</link>
				<description></description>
				<pubDate>Tue, 31 May 2011 20:10:52 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Sounds like a general integration broker error - can you confirm integration broker is running on your system?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-204429#post-1166688</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#post-1166688</link>
				<description></description>
				<pubDate>Tue, 31 May 2011 17:07:48 +0000</pubDate>
				<wikidot:authorName>Bhatials</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Any Idea why I am getting this error?</p> <p>ERROR:java.net.ConnectException: Connection timed out: connect</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-204429#post-1163660</guid>
				<title>soapUI Message Tags are missing when using a PeopleSoft CI based Web Service (WSDL)</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#post-1163660</link>
				<description></description>
				<pubDate>Fri, 27 May 2011 16:11:31 +0000</pubDate>
				<wikidot:authorName>VinodM</wikidot:authorName>				<wikidot:authorUserId>947208</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I used the instructions provided in the article &quot;Component Interface based Web Services&quot; (<a href="http://www.peoplesoftwiki.com/component-interface-based-web-services">http://www.peoplesoftwiki.com/component-interface-based-web-services</a>) and was able to successfully provide a web service and view the WSDL for interfacing with the PeopleSoft delivered Message Catalog component.</p> <p>I was also able to create a new project in soapUI after using the URL to the WSDL provided by PeopleSoft.</p> <p>However when I double-click on the generated request for the get method the SOAP envelope, that looks like the one below, is missing the MESSAGE_SET_NBR tags where I can enter test data.</p> <p>&lt;soapenv:Envelope xmlns:soapenv=&quot;<a href="http://schemas.xmlsoap.org/soap/envelope/">http://schemas.xmlsoap.org/soap/envelope/</a>&quot; xmlns:m14=&quot;<a href="http://xmlns.oracle.com/Enterprise/FSCM/schema/M141479.V1">http://xmlns.oracle.com/Enterprise/FSCM/schema/M141479.V1</a>&quot;&gt;<br /> &lt;soapenv:Header/&gt;<br /> &lt;soapenv:Body&gt;<br /> &lt;m14:Get<span style="text-decoration: underline;">CompIntfc</span>HD_MSGCTLG_CI/&gt;<br /> &lt;/soapenv:Body&gt;<br /> &lt;/soapenv:Envelope&gt;</p> <p>I was able to add the Message Tag (as shown below) and test successfully<br /> &lt;soapenv:Envelope xmlns:soapenv=&quot;<a href="http://schemas.xmlsoap.org/soap/envelope/">http://schemas.xmlsoap.org/soap/envelope/</a>&quot; xmlns:m14=&quot;<a href="http://xmlns.oracle.com/Enterprise/FSCM/schema/M141479.V1">http://xmlns.oracle.com/Enterprise/FSCM/schema/M141479.V1</a>&quot;&gt;<br /> &lt;soapenv:Header/&gt;<br /> &lt;soapenv:Body&gt;<br /> &lt;m14:Get<span style="text-decoration: underline;">CompIntfc</span>HD_MSGCTLG_CI&gt;<br /> &lt;m14:MESSAGE_SET_NBR&gt;1&lt;/m14:MESSAGE_SET_NBR&gt;<br /> &lt;/m14:Get<span style="text-decoration: underline;">CompIntfc</span>HD_MSGCTLG_CI&gt;<br /> &lt;/soapenv:Body&gt;<br /> &lt;/soapenv:Envelope&gt;</p> <p>But I am still interested in finding out why the tag did not get self-created when I imported the WSDL. It would be helpful especially when I have a CI that has a lot of data elements. Any help or comments are appreciated.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-204429#post-1072910</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#post-1072910</link>
				<description></description>
				<pubDate>Mon, 21 Mar 2011 21:57:20 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Can you use the Update or UpdateData methods to remove the keys and therefore delete an entry through a SOAP request?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-204429#post-1069694</guid>
				<title>Delete Data through Web Service</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#post-1069694</link>
				<description></description>
				<pubDate>Sun, 20 Mar 2011 21:13:29 +0000</pubDate>
				<wikidot:authorName>Pankil</wikidot:authorName>				<wikidot:authorUserId>518640</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi<br /> Does any body know what would be best way to delete data through Web Service? We used to do it Collection.deleteItem(i) for CI but with CI-Based Web Service am unable to find a delivered way to do it? Will I have to write and expose custom method? Any suggestion would be appreciated.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-204429#post-1054442</guid>
				<title>Re: Excellent work, saved me from Oracle&#039;s JDeveloper</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#post-1054442</link>
				<description></description>
				<pubDate>Tue, 15 Mar 2011 13:20:52 +0000</pubDate>
				<wikidot:authorName>Pankil</wikidot:authorName>				<wikidot:authorUserId>518640</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for this guide. I tried doing that but credentials are missing even in RAW tab. I have tested this in SendMaster utility and their I could see credentials tab and it was working fine.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-204429#post-954362</guid>
				<title>Re: Excellent work, saved me from Oracle&#039;s JDeveloper</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#post-954362</link>
				<description></description>
				<pubDate>Sat, 18 Dec 2010 12:43:31 +0000</pubDate>
				<wikidot:authorName>ganesh123shirsath</wikidot:authorName>				<wikidot:authorUserId>652643</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi inba</p> <p>i am facing webservices UpdateData method problem<br /> as u stated u have successully using Get/Add/Update method.<br /> can u help me out for this problem</p> <p>when i am calling UpdateData Method of Webservice in Asp.Net<br /> getting response as 1 but respository not updated</p> <p>Can u help me out for this problem.</p> <p>Thanks and Regards<br /> Ganesh</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-204429#post-915686</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#post-915686</link>
				<description></description>
				<pubDate>Thu, 04 Nov 2010 14:14:48 +0000</pubDate>
				<wikidot:authorName>Brother Jeff</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thank you for posting this. Someday I will return the favor to you.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-204429#post-853877</guid>
				<title>Re: Excellent work, saved me from Oracle&#039;s JDeveloper</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#post-853877</link>
				<description></description>
				<pubDate>Fri, 20 Aug 2010 04:26:23 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>One thing I've noticed is that the web service authentication information is not shown in the <em>XML</em> view for the request. Try switching to the <em>Raw</em> view and check if it appears there? These are the two tabs on the left hand side.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-204429#post-843588</guid>
				<title>Re: Excellent work, saved me from Oracle&#039;s JDeveloper</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#post-843588</link>
				<description></description>
				<pubDate>Thu, 05 Aug 2010 05:07:26 +0000</pubDate>
				<wikidot:authorName>MeridianGuy</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Praj, I tried using an invalid UserName and Password using the Request Properties and it has no affect on the Request results.</p> <p>My real question is how you get the UserName and Password elements to appear in the header of the SOAP envelope. These elements appear when you generate the SOAP from PeopleSoft, but they do not appear when 3rd party apps such as SoapUI generate the SOAPs from the WSDL URL.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-204429#post-784343</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#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/forum/t-204429#post-784045</guid>
				<title>Repurposing soapUI tests as load tests and monitor</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#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/forum/t-204429#post-776282</guid>
				<title>Re: Excellent work, saved me from Oracle&#039;s JDeveloper</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#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/forum/t-204429#post-775795</guid>
				<title>Re: Excellent work, saved me from Oracle&#039;s JDeveloper</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#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/forum/t-204429#post-775364</guid>
				<title>Re: Excellent work, saved me from Oracle&#039;s JDeveloper</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#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/forum/t-204429#post-770362</guid>
				<title>Excellent work, saved me from Oracle&#039;s JDeveloper</title>
				<link>http://www.peoplesoftwiki.com/forum/t-204429/testing-web-services-with-soapui#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>
