WCF service with a n opertaion like method (string, string, int, string, char, char) is consumed in an application and when the request is being sent with correct values but when the same values with in the service only for char type are coming as junk letters.
e.g., aaa,bbb,1,ccc,,
Let me know if any one had seen this kind of behaviour.