SoapUI insert xml from file in soap request
问题 Does anyboday know if it is possible to insert xml from local file in a soap request? and how to? What I input in the editor window <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <sendXml> <arg0>file:MyXml.xml</arg2> </sendXml> </soapenv:Body> </soapenv:Envelope> What I expect in the actuall soap message:- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <sendXml> <arg0>