Is it possible to call an IIS hosted wcf service from the command line and pass through parameters?
+1
A:
This will depend on what binding your WCF service uses but with cURL you can post pretty much everything to a given url.
Darin Dimitrov
2009-10-05 16:02:41
+2
A:
Yes. Write a console application that calls the WCF service, and then call the console application from the command line.
John Saunders
2009-10-05 16:48:32