0

我是 ASP.NET Web 服务的新手。我已经编写了我的网络服务、网络方法。我希望 Web 服务的输出采用 SOAP 而不是默认的 HTTP POST 协议。我怎么做?我需要输出是 SOAP,因为我需要在我将使用 Web 服务的 Web 应用程序中反序列化 xml 文件。

请帮忙。

4

1 回答 1

0

按着这些次序

  1.In the Web Service Details window, select an operation for that Web service.
  2.On the Diagram menu, choose Properties.
  3.In the Properties window, set the appropriate SOAP properties under the Implementation heading.

http://msdn.microsoft.com/en-us/magazine/cc164007.aspx

于 2013-02-08T08:16:18.503 回答