Forum Discussion
Intermountain_H_3
14 years agoContributor
Ole,
Thank You for the fast reply. I have aggregated the xml in to property using Datasink as mentioned. But can you also please let me know how to add the property in to the request replacing the text that is already present. Sorry if it is dumb question.
I have tried groovyUtils, xmlHolder. DomNode but was it added the value as CDATA.
Thanks,
Raj
Thank You for the fast reply. I have aggregated the xml in to property using Datasink as mentioned. But can you also please let me know how to add the property in to the request replacing the text that is already present. Sorry if it is dumb question.
I have tried groovyUtils, xmlHolder. DomNode but was it added the value as CDATA.
Thanks,
Raj
SmartBear Support wrote: Hi!
hmm.. couldn't you transfer the entire block of items from the response to the request using a property-transfer (using XQuery to change anything on the way...)
Alternatively - set up a property-datasink that you target with your datasource loop, and then insert that aggregated property value into the request (see http://soapui.org/Functional-Testing/sa ... cks-of-xml)
regards!
/Ole
SmartBear Software