I want to open a wcf webservice using a URL query string. As if I have a website that exposes ADD method to add two integers. I want to use this service
Is it possible to do this? I am new to webservices, it can be very easy for most of you.
If you want to call your WCF service directly with HTTP actions, you must webHttpBinding < Need to create a WCF REST service using / code>.
See some resources for:
End point. T Screencast:
Generally for WCF and WCF REST stuff actually Have good coverage.
Comments
Post a Comment