WCF service with char type as a parameter list - comes with JUNK characters

Answered WCF service with char type as a parameter list - comes with JUNK characters

  • Saturday, September 01, 2012 7:51 PM
     
     

    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.

All Replies

  • Tuesday, September 04, 2012 3:09 AM
    Moderator
     
     Answered

    Hi,

    I cannot reproduce your problem:

    I can get the char correctly.

    I suggest you to use fiddler to moniter the value you have sent.

    It would be appreciated if you can share the code with me in order to reproduce your problem.