Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理一个简单的 WCF。我习惯了 .asmx 文件、Web 方法和 SOAP,但现在要切换它。使用脚本管理器和 ServiceReference 在 .aspx 页面中工作,如下所示
<asp:ServiceReference Path="~/MyTest.svc" />
一位同事现在需要它,以便他可以在 iOS 应用程序中调用它(对此不太了解),但他说他需要使用将参数作为 GET 传递的 URL 来调用它。您能告诉我如何更改 .svc 文件以使其成为可能吗?
非常感谢!