Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hy I have a WCF service on pc1 (server) .
I want to call it an use in project on pc2 (client) .
How can I this ?
Posted

1 solution

Obviously you might to create a proxy with help of VS , read this:
http://en.csharp-online.net/WCF_Essentials%E2%80%94Generating_the_Proxy[^]

or this
How To Create A WCF Client Proxy Without Having a Deployed WCF Service[^]

Or you even can get rid of VS auto generated proxy and create it manually.
 
Share this answer
 
v3

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