Forum Discussion
pawanpadma
14 years agoOccasional Contributor
Hi Sir,
Please find the attached screen shot with raw data>as mentioned earlier i want to get the input data with values appended from test properties of soapUI
Expected output should be as follows
<xyz xsi:schemaLocation="https://abc.abc.xsd" schemaVersion="1.0" xmlns="https://abc.abc.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<name>
<campaign>abc</campaign>
<deliveryType>NORMAL</deliveryType>
<description>pqr</description>
<division>mno</division>
<friendlyFrom>efg</friendlyFrom>
<fromName>qwe</fromName>
<fromDomain>omn</fromDomain>
</name>
</xyz >
Please find the attached screen shot with raw data>as mentioned earlier i want to get the input data with values appended from test properties of soapUI
Expected output should be as follows
<xyz xsi:schemaLocation="https://abc.abc.xsd" schemaVersion="1.0" xmlns="https://abc.abc.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<name>
<campaign>abc</campaign>
<deliveryType>NORMAL</deliveryType>
<description>pqr</description>
<division>mno</division>
<friendlyFrom>efg</friendlyFrom>
<fromName>qwe</fromName>
<fromDomain>omn</fromDomain>
</name>
</xyz >