Can I generate proxy objects for WCF service library using scriptmanager?

I used the AJAX enabled WCF service template from a web application. By adding a link to the Scriptmanager service, some client objects are generated, making it easy for me to use this service. My question is, can I do something like this when I use the WCF service library? I added the project to my solution and in my web application I added a service link to this service. This is where I'm a little stuck. What do I need now to allow the use of the service on the client.

+2


source to share


1 answer


So, in order to consume the wcf service, you have to use the "svcutil" application from the VS package to generate the o proxy class, which is very easy to use.



0


source







All Articles