How to pass the data into application through XML using SOAP request or HTTP request

I actually want to send the data through XML to a windows based application… How is that possible with Uipath… I can do that with SOAPUI… and in Uipath, i tries SOAP REQUEST… then i deserialized the XML… it is giving me the success response…
But the, i want to pass some data and check if those are entered into application …
Kindly help!

Set_bond

Check if this help you:

You can assign specific item from xml to variable, then pass it to application.

I tried this… but it is not updating the data in my application!