cwlovell13
12 years agoOccasional Contributor
Help with Property Transfer
Hello,
I am trying to do a Property Transfer, but occasionally some of the field that I am transferring will be blank. Instead of returning NULL for blank fields SoapUI is returning the namespace info... Is there I can get it to return null?
Example of blank response:
Example of what Property Transfer returns for //ns1:Address2
I am trying to do a Property Transfer, but occasionally some of the field that I am transferring will be blank. Instead of returning NULL for blank fields SoapUI is returning the namespace info... Is there I can get it to return null?
Example of blank response:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<AddNewResponderResponse xmlns="http://testwebservices.com">
<AddNewResponderResult>
<Address2/>
</AddNewResponderResult>
</AddNewResponderResponse>
</soap:Body>
</soap:Envelope>
Example of what Property Transfer returns for //ns1:Address2
Mon Sep 23 15:16:28 PDT 2013 Address2 [<Address2 xmlns="http://testwebservices.com" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>]