Appian Version: v7.5 I am consuming a web service using a!WsConfig. When I

Appian Version: v7.5
I am consuming a web service using a!WsConfig. When I call a method called GetMerchant to fetch latest data on Merchant object. One of the field is called LastModifiedDate which holds date and time value. I am supposed to send the same value with out any changes to my next call of UpdateMerchant. Surprisingly there is a random 3 milliseconds difference in the value I am getting from and value I am sending. What could explain this. Becasue of this difference, the next service is giving me an error (this is typical Microsoft CRUD design).
Data from GetMerchant
<LastModifiedDate xmlns="schemas.afsimage.com/.../LastModifiedDate>
Data to UpdateMerchant:
<n2:LastModifiedDate xmlns:n2="schemas.afsimage.com/.../n2:LastModifiedDate>

Any help is appreciated....

OriginalPostID-133263

OriginalPostID-133263

  Discussion posts and replies are publicly visible