XML declaration in request disappears after property transfer
I am using application/xml requests in http test steps. At the beginnig of each request a xml declariation is needed <?xml version="1.0" encoding="ISO-8859-15"?>. It works fine as long as I run the request stand alone. But when run a property transfer before, the xml declaration will be removed an the test step fails. What can I do? By the way - I found a similar question here. But the link to the answer does not work!Solved4KViews0likes12CommentsParse Json Response Property Transfer Value
How can i prase the programID from the below response as a property transfer to the next request. { "Name": "Referral Program", "ProgramIdBackwardCompatible": true, "_links": { "self": {"href": "/platform/1"}, "programs": { "href": "/program/1", "title": "ABCD1" }, When i do the property transfer it looks like this "/platform/1" and i need "1"782Views0likes0Comments