tags:

views:

92

answers:

1

I am using the script manager in the aspx code to refer the WCF Service, Now i should invoke the operations contracts availble in the service through Javascript. What is the code that i have to write in javascript to invoke and catch the return values from wcf methods.


please help me.

+1  A: 

Assuming you're using .NET 3.5, try this article.

Kieron