Forum Discussion
DMc-Cabe
12 years agoOccasional Contributor
I figured it out
In the test step which extracts the Cookie Value, I created a Global property called Cookie
Then in the "Create New Entity" step, I referenced the Cookie property in the Header section by Header=Cookie and Value=${Cookie}
In the test step which extracts the Cookie Value, I created a Global property called Cookie
com.eviware.soapui.model.propertyexpansion.PropertyExpansionUtils.globalProperties.setPropertyValue('Cookie',"$myCookie")Then in the "Create New Entity" step, I referenced the Cookie property in the Header section by Header=Cookie and Value=${Cookie}