is it possible to return decimal from web service with value 0C instead of 0M. return type must be decimal so converting to currency string option doesnt work.
decimal return value is 0M
but in response it is shown as <Money>0.0000</Money>
value must be in currency format i.e. 0.00
Maybe some DataAnotation would help?