Hi,
I have created WCF service Library which gives me default Interface and service method and App.config.
I have after created testClient Application which is console. with the help of SVCUTIL.exe in command prompt i have created proxy for WCF class library.
after running svcutil.exe out\ config.......
i got proxygeneraion.cs and app.config file.
now i want to consume methods available in WCF, how i consume WCF methods.
i am not getting how to access WCF methods in client.
i am not having namespace and class name here,from where i am getting these!!
Approaches are welcome!!!
Thanks.