I created a WFC service in C# and hosted at this address:
http://projectserv.azurewebsites.net/Service.svc (its a public address).
The value I want to pass is: 12345 , the output of the service is a string.
Attached is the source code.
Service.svc.cs
IService.CS