How to use WPF service in Wordpress

I am very new to webservice and WCF. I want to know that it is possible to use a WCF service on a WordPress website. if so, where to place the service. or which technology (like web service, asp.net API, or WCF service) is better to use to create the service, if needed to consume the service on a WordPress site.

Please provide a link to links in this regard. thanks in advance

+3


source to share


1 answer


You can create a RESTful WCF service if you want, although I recommend using ASP.NET WebAPI for this purpose as it is more appropriate.



Please take a look at this question I asked about where I created a simple WCF service based on HTTP

. The purpose of the question is different, but you can easily pipe the code to create a simple RESTful service in WCF.

0


source







All Articles