views:

45

answers:

0

I have an asmx webservice that I need to pass a value of 0.05. I want to test Firefox addon Poster https://addons.mozilla.org/en-US/firefox/addon/2691/ with it, everything fine except type conversion as Server response is:

Cannot convert 0.05,0.05 to System.Double.
Parameter name: type ---> Input string was not in a correct format.

Where am I supposed to do the conversion in my c# method ? Am I obliged to use string type in this method if I want to authorize both POST and GET ?