WCF - can wcf service be invoked from command line with parameters?

Is it possible to call a WCF service using IIS from the command line and go through the parameters?

+2


source to share


2 answers


Yes. Write a console application that calls a WCF service and then invoke the console application from the command line.



+2


source


It will depend on what your WCF service is bundling with, but with cURL, you can place pretty much anything at a given URL.



+1


source







All Articles