Forum Discussion
pawanpadma
14 years agoOccasional Contributor
Hi
Iam getting the below output with the above given piece of code is executed in SoapUI:
Thu Mar 15 12:47:50 IST 2012:INFO:aPOST http://192.185.65.87:8080/enterprise/subscribers HTTP/1.1
Accept-Encoding: gzip,deflate
Accept: application/xml
Content-Type: application/xml
User-Agent: Jakarta Commons-HttpClient/3.1
Content-Length: 1364
Authorization: Basic bWd0YzEwb25jNShhouwaS1Rlc3Q6WWVzTWFpbDE=
Host: 192.185.65.87:8080
But i want to get the Payload with values appeneded from soapUI properties as below :
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 >
Iam getting the below output with the above given piece of code is executed in SoapUI:
Thu Mar 15 12:47:50 IST 2012:INFO:aPOST http://192.185.65.87:8080/enterprise/subscribers HTTP/1.1
Accept-Encoding: gzip,deflate
Accept: application/xml
Content-Type: application/xml
User-Agent: Jakarta Commons-HttpClient/3.1
Content-Length: 1364
Authorization: Basic bWd0YzEwb25jNShhouwaS1Rlc3Q6WWVzTWFpbDE=
Host: 192.185.65.87:8080
But i want to get the Payload with values appeneded from soapUI properties as below :
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 >