Wcf service operation contract change
        Posted  
        
            by pdiddy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by pdiddy
        
        
        
        Published on 2010-04-06T19:46:30Z
        Indexed on 
            2010/04/06
            19:53 UTC
        
        
        Read the original article
        Hit count: 337
        
I recently added a parameter to one of the method of a wcf. It was a string parameter.
The thing is that I didn't update the service reference on the client side but I was still able to call the wcf service .....
Wasn't it suppose to break?
© Stack Overflow or respective owner