Hello, I have a proxy (autogenerated in Visual Studio) for consume NAV webservice. The issue is when I call method to update a service in NAV and the field Price is 0, this tag is not send in XML passed to webservice. Any other value is added correctly, but if I set 0, 0.0, 0.000 isn't added (and not modified in NAV). The only approach is if I set 0.00000001 as value, then the value is added in XML passed to webservice and in NAV the price is updated to 0,00 (this is not a solution, and don't know if internally, NAV stores 0.00000001 in SQLServer and format decimal position for display).
Thanks in advance and sorry my english.