Link to home
Start Free TrialLog in
Avatar of Mahmoud Abualsoud
Mahmoud AbualsoudFlag for Australia

asked on

How can I consume a WFC service via a Web browser?

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
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mahmoud Abualsoud

ASKER

Short and great answer.