wcf - Creating URIs for webmethods -


I have created a WCF service and I want my client to use the servicemap directly to use the URL without making a proxy class and object for the object. How to generate a direct URL for each webmath. If I have 5 Webmissions, then I want to give 5 urls to the customers for consumption.

If you want to call your web service methods without generating proxy classes and objects, then You should make that service as a REST service.

Please refer to the link given below which will give you basic information about WCF REST services.


Comments