Calling WCF Service from JavaScript
I have a WCF webservice developed with .NET 4.0 which I need to be called
by a Javascript client. I have been searching online for the best binding
to use to make this possible. Most answers seems to point towards webhttp,
but I am concerned as this is one of the lest secure bindings. What is the
best way to configure this?
No comments:
Post a Comment