I need to pass and xml file(complete xml content) as parameter in SoapUI but i could not found how to send it. I tried this
<arg0>
<!--Optional:-->
<parameter1><test>like this</test></parameter1>
<!--Optional:-->
<parameter2><![CDATA[<test>or like this</test>]]></parameter2>
But I don't want like this. I want to send/upload complete xml file from SoapUI. How to attach xml file as input parameter in SoapUI? or any other solution for this?
Thanks in advance..