开发者

How do I see all available methods on a svc file?

开发者 https://www.devze.com 2023-02-02 18:28 出处:网络
As a c开发者_StackOverflowontrast with a asmx file, how can I get in the visual service page that shows the available methods on the service?

As a c开发者_StackOverflowontrast with a asmx file, how can I get in the visual service page that shows the available methods on the service?

http://soweb.adwiza.com/person.asmx

Versus

http://soweb7.adwiza.com/remote/person.svc


WCF does not have the list of operations page. The information is available by looking at the raw WSDL http://soweb7.adwiza.com/remote/person.svc?WSDL.

If you want a friendlier way to see that information as well as the ability to invoke the service (which the old ASMX page gave for simple types) then you can use the WCF Test Client (WcfTestClient.exe).

It will show you all of that information:

How do I see all available methods on a svc file?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号