Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
7 replies
Subscribers
7 subscribers
Views
3166 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Appian Version: v7.5 I am consuming a web service using a!WsConfig. When I
venkats533
over 9 years ago
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
Parents
0
Sathya Srinivasan
Appian Employee
over 9 years ago
Where is the timestamp generated? At the MS side? Server side? I don't see how the value could possibly change between 'generated' and 'sent' value. You need to investigate the source of the difference that would help you resolve the issue.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sathya Srinivasan
Appian Employee
over 9 years ago
Where is the timestamp generated? At the MS side? Server side? I don't see how the value could possibly change between 'generated' and 'sent' value. You need to investigate the source of the difference that would help you resolve the issue.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data