开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜