How to pass xml file as parameter in soapui

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>
<!--Optional:-->
<parameter1>&lt;test>like this&lt;/test></parameter1>
<!--Optional:-->
<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.

+5
source share
1 answer

The link will open.

soapUI supports the following file and application technologies:

  • MTOM is a technology for optimizing the transmission of binary data in SOAP messages.
  • SOAP with attachments according to the attachment profile - MIME-based attachment mechanism for SOAP / HTTP binding
  • - soapUI
0

All Articles