I do have a strange problem on the communication between a Java client application and a .NET WCF Service.
The application transmits an amount like 10.99 while the service gets something like 10.990000000000000000001234567 (27 decimals after comma ?.....)
I wanted to ask what could be the problem (I'm not even sure whether it's on the Java side, what I know is that the dto on the .NET side gets a decimal number which looks like that)