yliliy
14 years agoOccasional Contributor
please help on transfer a value to a attibute
hi guys,
sorry i may not give a clear tilte for my question because i just start to use soapui for a week..
i need your kind help on this: here is a request , i wanna transfer value to msisdn from property instead of hardcode
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pm="http://xxxx">
<soapenv:Header/>
<soapenv:Body>
<pm:ACommand>
<pm:command><![CDATA[
<Order>
<GetSubscriptionInformation
Code="1111111111"
/>
</Order>]]>
</pm:command>
</pm:ACommand>
</soapenv:Body>
</soapenv:Envelope>
how to assign "1111111111" to Code?? Thank you!!
sorry i may not give a clear tilte for my question because i just start to use soapui for a week..
i need your kind help on this: here is a request , i wanna transfer value to msisdn from property instead of hardcode
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pm="http://xxxx">
<soapenv:Header/>
<soapenv:Body>
<pm:ACommand>
<pm:command><![CDATA[
<Order>
<GetSubscriptionInformation
Code="1111111111"
/>
</Order>]]>
</pm:command>
</pm:ACommand>
</soapenv:Body>
</soapenv:Envelope>
how to assign "1111111111" to Code?? Thank you!!