Avatar of Mahmoud Abualsoud
Mahmoud Abualsoud
Flag 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
.NET ProgrammingWeb BrowsersWeb ServicesASP.NETSOAP Protocol

Avatar of undefined
Last Comment
Mahmoud Abualsoud

8/22/2022 - Mon