Client App with WCF to consume ASMX
        Posted  
        
            by BDotA
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by BDotA
        
        
        
        Published on 2010-06-07T15:08:32Z
        Indexed on 
            2010/06/13
            20:12 UTC
        
        
        Read the original article
        Hit count: 369
        
I have a webservice with .NET 1.1 (old school ASMX) and I am creating a client app to connect to it and use its services. From what I remember from the last time I had used Visual studio -which was 2003 version!- I can add a WebReference to it and easily use it. Tried it . it still works. but it looks like things have changed in 2008 and now we also have WCF. so I can add it as a Service Reference. but with this new method I could not find a way to create an Instance object to the ASMX service and call its methods... how do we accomplish the same thing with WCF?
© Stack Overflow or respective owner