<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Property Transfer in SOAP UI</title>
	<atom:link href="http://groovyinsoapui.wordpress.com/2008/10/08/property-transfer-in-soap-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://groovyinsoapui.wordpress.com/2008/10/08/property-transfer-in-soap-ui/</link>
	<description>All about SOAP UI and Groovy in it</description>
	<lastBuildDate>Tue, 06 Oct 2009 18:26:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: George</title>
		<link>http://groovyinsoapui.wordpress.com/2008/10/08/property-transfer-in-soap-ui/#comment-734</link>
		<dc:creator>George</dc:creator>
		<pubDate>Tue, 06 Oct 2009 18:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://groovyinsoapui.wordpress.com/?p=127#comment-734</guid>
		<description>Hi Devkara, I am trying to use a datapool from a dat file in my soapUI script.  I am creating users and I need to create a unique urename and email address...My username is also the email (eg. user=user1001 and email=user1001@email.com)

The username and email fields in the form are pulling the a unique username from a .csv file using a DataSource/DataSourceLoop Step.  

When I run the test it fails because the form field did not actually populate data from the datasource...it is left blank during test run...I populate the properties before I run the test by pressing the green arrow in the DataSource properties screen

Any ideas why the message does not get data expected?</description>
		<content:encoded><![CDATA[<p>Hi Devkara, I am trying to use a datapool from a dat file in my soapUI script.  I am creating users and I need to create a unique urename and email address&#8230;My username is also the email (eg. user=user1001 and email=user1001@email.com)</p>
<p>The username and email fields in the form are pulling the a unique username from a .csv file using a DataSource/DataSourceLoop Step.  </p>
<p>When I run the test it fails because the form field did not actually populate data from the datasource&#8230;it is left blank during test run&#8230;I populate the properties before I run the test by pressing the green arrow in the DataSource properties screen</p>
<p>Any ideas why the message does not get data expected?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kathy</title>
		<link>http://groovyinsoapui.wordpress.com/2008/10/08/property-transfer-in-soap-ui/#comment-712</link>
		<dc:creator>Kathy</dc:creator>
		<pubDate>Tue, 29 Sep 2009 00:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://groovyinsoapui.wordpress.com/?p=127#comment-712</guid>
		<description>Hi Devkara. Is there a way to use Property Transfer where it will match the value from the Response and select the identifier for that defined value?

Thank you.

Cheers
Kathy</description>
		<content:encoded><![CDATA[<p>Hi Devkara. Is there a way to use Property Transfer where it will match the value from the Response and select the identifier for that defined value?</p>
<p>Thank you.</p>
<p>Cheers<br />
Kathy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chrissy</title>
		<link>http://groovyinsoapui.wordpress.com/2008/10/08/property-transfer-in-soap-ui/#comment-670</link>
		<dc:creator>Chrissy</dc:creator>
		<pubDate>Thu, 10 Sep 2009 07:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://groovyinsoapui.wordpress.com/?p=127#comment-670</guid>
		<description>Hi Devkara! This site is very helpful!! But I&#039;m having problems with property transfer - I can select the Source but when I select Response in the Property drop down, it doesn&#039;t allow it to be selected and the drop down remains blank.

Would you know why this is? Am I missing a step or something?

Many thanks!

Chrissy</description>
		<content:encoded><![CDATA[<p>Hi Devkara! This site is very helpful!! But I&#8217;m having problems with property transfer &#8211; I can select the Source but when I select Response in the Property drop down, it doesn&#8217;t allow it to be selected and the drop down remains blank.</p>
<p>Would you know why this is? Am I missing a step or something?</p>
<p>Many thanks!</p>
<p>Chrissy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devakara</title>
		<link>http://groovyinsoapui.wordpress.com/2008/10/08/property-transfer-in-soap-ui/#comment-647</link>
		<dc:creator>devakara</dc:creator>
		<pubDate>Mon, 31 Aug 2009 04:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://groovyinsoapui.wordpress.com/?p=127#comment-647</guid>
		<description>Hi Joan,

Sorry for the delayed response...

This is what I understood abt the prob:  You need to set some request node&#039;s value using the value of some node from the response whch you previously obtained....

For this, get the value of that response node and set it to some property of the Properties step (you probably might have created one), using Property Transfer OR Groovy Script Step. After setting the property value, directly access the property value using the Property Accessing technique as explained in http://groovyinsoapui.wordpress.com/2008/09/16/accessing-properties-in-soap-request/

Actually you could also directly transfer the response node&#039;s value to the request node, using just the property transfer method. If it didnt work for you, could you just send your request, response xmls and Property Transfer step...I shall try locally to help you out.

Hope this helps!

Thanks,
Devakara.</description>
		<content:encoded><![CDATA[<p>Hi Joan,</p>
<p>Sorry for the delayed response&#8230;</p>
<p>This is what I understood abt the prob:  You need to set some request node&#8217;s value using the value of some node from the response whch you previously obtained&#8230;.</p>
<p>For this, get the value of that response node and set it to some property of the Properties step (you probably might have created one), using Property Transfer OR Groovy Script Step. After setting the property value, directly access the property value using the Property Accessing technique as explained in <a href="http://groovyinsoapui.wordpress.com/2008/09/16/accessing-properties-in-soap-request/" rel="nofollow">http://groovyinsoapui.wordpress.com/2008/09/16/accessing-properties-in-soap-request/</a></p>
<p>Actually you could also directly transfer the response node&#8217;s value to the request node, using just the property transfer method. If it didnt work for you, could you just send your request, response xmls and Property Transfer step&#8230;I shall try locally to help you out.</p>
<p>Hope this helps!</p>
<p>Thanks,<br />
Devakara.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joan fisher</title>
		<link>http://groovyinsoapui.wordpress.com/2008/10/08/property-transfer-in-soap-ui/#comment-643</link>
		<dc:creator>joan fisher</dc:creator>
		<pubDate>Tue, 25 Aug 2009 21:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://groovyinsoapui.wordpress.com/?p=127#comment-643</guid>
		<description>Hi Devkara! I am having a heck of a time trying to implement a property transfer of a response node value to a request in soap ui. So I was hoping you could enlighten me!  As my source I have the in the response to a calculate step, an Id value that I need to input to a request to save the corresponding Id value..so it is a fetch and save chain. I have the calc request the the pty transfer then the save request. Would I first need to pty transfer the response node value to a property and then transfer that property to the request node?  Ive tried chaining the response directly to the request and it fails. When I try to invoke the xpath dialog for the target request I am prohibited from doing so. Any advice?  Thanx much!!
Joan</description>
		<content:encoded><![CDATA[<p>Hi Devkara! I am having a heck of a time trying to implement a property transfer of a response node value to a request in soap ui. So I was hoping you could enlighten me!  As my source I have the in the response to a calculate step, an Id value that I need to input to a request to save the corresponding Id value..so it is a fetch and save chain. I have the calc request the the pty transfer then the save request. Would I first need to pty transfer the response node value to a property and then transfer that property to the request node?  Ive tried chaining the response directly to the request and it fails. When I try to invoke the xpath dialog for the target request I am prohibited from doing so. Any advice?  Thanx much!!<br />
Joan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devakara</title>
		<link>http://groovyinsoapui.wordpress.com/2008/10/08/property-transfer-in-soap-ui/#comment-133</link>
		<dc:creator>devakara</dc:creator>
		<pubDate>Wed, 11 Feb 2009 15:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://groovyinsoapui.wordpress.com/?p=127#comment-133</guid>
		<description>Hi,

Verify whether the &lt;strong&gt;Target&lt;/strong&gt; option is populated properly (with appropriate value from its dropdown list)

And you didnt mention anything regarding the property&#039;s where abouts which you are actually tranferring!

And basically to use PropertyTransfer functionality, we should have the &#039;&lt;strong&gt;Properties&lt;/strong&gt;&#039; step as one of the TestSteps under the same TestCase.

Hope this helps!

Thanks,
Devakara.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Verify whether the <strong>Target</strong> option is populated properly (with appropriate value from its dropdown list)</p>
<p>And you didnt mention anything regarding the property&#8217;s where abouts which you are actually tranferring!</p>
<p>And basically to use PropertyTransfer functionality, we should have the &#8216;<strong>Properties</strong>&#8216; step as one of the TestSteps under the same TestCase.</p>
<p>Hope this helps!</p>
<p>Thanks,<br />
Devakara.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pal</title>
		<link>http://groovyinsoapui.wordpress.com/2008/10/08/property-transfer-in-soap-ui/#comment-130</link>
		<dc:creator>pal</dc:creator>
		<pubDate>Mon, 09 Feb 2009 10:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://groovyinsoapui.wordpress.com/?p=127#comment-130</guid>
		<description>Hi,

As mentioned above in Property Transfer in SOAPUI, same i did for request, I am sending to my webservice, which results the value transferrred in request xml(test step) and Removes all code inside the request that is all tags and also removes the question mark (? where in I was expecting the value to be filled).

then If i run the test it failed, Please suggest</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>As mentioned above in Property Transfer in SOAPUI, same i did for request, I am sending to my webservice, which results the value transferrred in request xml(test step) and Removes all code inside the request that is all tags and also removes the question mark (? where in I was expecting the value to be filled).</p>
<p>then If i run the test it failed, Please suggest</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devakara</title>
		<link>http://groovyinsoapui.wordpress.com/2008/10/08/property-transfer-in-soap-ui/#comment-45</link>
		<dc:creator>devakara</dc:creator>
		<pubDate>Sat, 08 Nov 2008 14:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://groovyinsoapui.wordpress.com/?p=127#comment-45</guid>
		<description>Hi,

If you want to transfer/use any result from one test case to another, set it as a property at TestSuite level. 
And you can access the same as explained in http://groovyinsoapui.wordpress.com/2008/09/04/properties-in-soapui/.
This enables that property (which could hold the response of first test case as u said) to be flexibly used across the TestCases.

Please get back if more help is needed.

Thanks,
Devakara.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If you want to transfer/use any result from one test case to another, set it as a property at TestSuite level.<br />
And you can access the same as explained in <a href="http://groovyinsoapui.wordpress.com/2008/09/04/properties-in-soapui/" rel="nofollow">http://groovyinsoapui.wordpress.com/2008/09/04/properties-in-soapui/</a>.<br />
This enables that property (which could hold the response of first test case as u said) to be flexibly used across the TestCases.</p>
<p>Please get back if more help is needed.</p>
<p>Thanks,<br />
Devakara.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasad</title>
		<link>http://groovyinsoapui.wordpress.com/2008/10/08/property-transfer-in-soap-ui/#comment-44</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Thu, 06 Nov 2008 11:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://groovyinsoapui.wordpress.com/?p=127#comment-44</guid>
		<description>Hi,
i wanted to know if proeprty transfer can be done across the test cases. because what i have found that if you want to transfer the prop. you can do that to only a step in teh same tase case . but what if i have two cases in test suit and want to use the response of 1st in 2nd ... i tried that but when you create a transfer prop. in teh target you can only see the items related to that test case and not the next case . please correct me if i am wrong</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i wanted to know if proeprty transfer can be done across the test cases. because what i have found that if you want to transfer the prop. you can do that to only a step in teh same tase case . but what if i have two cases in test suit and want to use the response of 1st in 2nd &#8230; i tried that but when you create a transfer prop. in teh target you can only see the items related to that test case and not the next case . please correct me if i am wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parker Bridge Property</title>
		<link>http://groovyinsoapui.wordpress.com/2008/10/08/property-transfer-in-soap-ui/#comment-26</link>
		<dc:creator>Parker Bridge Property</dc:creator>
		<pubDate>Wed, 15 Oct 2008 03:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://groovyinsoapui.wordpress.com/?p=127#comment-26</guid>
		<description>Thank you</description>
		<content:encoded><![CDATA[<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
