How to transfer property from response when contains only values ?
I have API call like below with response of HeartBeat (LocalDateTime) . How can I transfer value and which type to select for transfer ? GET /v1.0/Wallet/Heartbeat Response Body "2017-05-16T18:41:06.0755223Z" Response Code 200 Response Headers { "content-type": "application/json; charset=utf-8" }3.7KViews0likes9CommentsProblem with Propertytransfersetting: Ingnore empty/missing values (SoapUI 5.1.3)
Hello, I'm wondering if I am the only one with this problem but I think thereis probablya bug within SoapUI 5.1.2. The initial situation: In my testproject i'm looping through asoap-request which receives different answers. Within the loop there is also a propertytransfer that extracts some infos from the response into variables set in the testcase. With SoapUI 4.5.2 i had no problem but after switching to 5.1.3. an error occured. I could reproduce the problem with another small project. I've created a propertytransfer in which I try to copy an unknown sourceelement to a variable set in the testsuite. Also I checked the box "Ignore empty/missing values"and unchecked the box "Set null on missing source" the content of the variable was overwritten with '' So Ichecked the manual and it says: if the Ignore box is checked no empty or missing values will be transfered. But it does!!!! Do Ihave afaulty reasoning or is this a bug in the soapui? Attached you find a screenshot with the result of my test... Cheers, Chris806Views0likes1Comment