Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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 can 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 can I get these?

Approaches are welcome!!!

Thanks.
Posted
v4

1 solution

What can be a problem? Consuming is simpler than creating a service. Everything is well explained: http://msdn.microsoft.com/en-us/library/bb332338.aspx[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900