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
8 replies
Subscribers
7 subscribers
Views
3414 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
I have a problem calling a webservice with a decimal value. At a certain height
moritzw
over 12 years ago
I have a problem calling a webservice with a decimal value. At a certain height of the decimal value the internal encoding of the value becomes something like "1.0E8". I can still make this readible using the text() function. However if I send it to a webservice the service throws an error message that this is not a valid value for a decimal.
Is there a way to fix this other than using a string in the xml and have the service convert it internally?...
OriginalPostID-59442
OriginalPostID-59442
Discussion posts and replies are publicly visible
Parents
0
Diana Chavez
Appian Employee
over 12 years ago
The issue has been reported to our Product Team. Your reference number is #AN-47157.
Convertign this value to text also fails because the conversion only happens at Appian level, once it is received by the Web Service it is still interpreted as a decimal and as such it fails.
The workaround available would then be to receive the value as text.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Diana Chavez
Appian Employee
over 12 years ago
The issue has been reported to our Product Team. Your reference number is #AN-47157.
Convertign this value to text also fails because the conversion only happens at Appian level, once it is received by the Web Service it is still interpreted as a decimal and as such it fails.
The workaround available would then be to receive the value as text.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data