Invoking WCF service method through a browser

前端 未结 3 1293
一生所求
一生所求 2020-12-01 05:40

I\'ve a WCF service which uses basic http binding. How do I invoke its operations/methods through a browser?

3条回答
  •  孤独总比滥情好
    2020-12-01 05:58

    After adding the above code, the endpoint property has to be modified in web.config, binding="webHttpBinding" and behaviorConfiguration="webHttp".

提交回复
热议问题