i m new in WCF.
Currently i m trying to upgrade my current asmx service project in to WCF. -->I developed one dummy client (windows application) in .net 2.0. --> Then i developed one asmx service for that client. It works without any issue. --> After this i upgraded current asmx project in to WCF (with backword compatibility) without changing method definations. --> Now m trying to access WCF service methods by changing URL from clients app.config file. --> When client calls service methods it goes to correct method on server but server taking all parameters as 0 . Also client getting null even after server returning valid result.
Please help ...
Thanks