I need to pass an xml file (full xml content) as a parameter in SoapUI, but I could not find how to send it. I tried this
<arg0>
<parameter1><test>like this</test></parameter1>
<parameter2><![CDATA[<test>or like this</test>]]></parameter2>
But I do not want this. I want to send / download the full xml file from SoapUI. How to connect xml file as input parameter in SoapUI? or any other solution for this?
Thanks in advance.
source
share