I've finally found something. For some reason, when I do the GetIPAMRecord(via VRO), i receive the record with all the values. Except that all values with 0/1, end up with "false". Even when its ...
See more...
I've finally found something. For some reason, when I do the GetIPAMRecord(via VRO), i receive the record with all the values. Except that all values with 0/1, end up with "false". Even when its set at 1. When I do the same query with SOAP UI, the value is set at 0 or 1. I've double checked with VRO + Fiddler, and I can see that the GetIPAMRecord has values in 0 and 1 format, but then VRO stores it in my variable with false. I've double checked Men & Mice, can use values in the format false, true, 0, 1. So VRO does something to the boolean values in a SOAP call ? I'm currently using VRO 5.5.3, planning to move to 7, soon. For now I've fixed my problem by manually setting the value with true for the one that I know that will have true. But who knows if it will always be true.