How to create a proxy, with a .svc extention
WCF and WF
1
Posts
1
Posters
2
Views
1
Watching
-
Hi, I have created a WCF Service, in such a way that it is posible to enable script access to the service from the web page. My question is, how should i create a proxy with a .svc extention in my client application. When i used the svcutil.exe it creats a cs class, but i need a svc file... The only way i saw was to publish the service some where and get the neccessary files and copy it. But in the real world this isn't going to work...so how should i go by this? Thank You Gayani