English 中文(简体)
ASMX 网络服务: 在我能看到通过平台生成的SOAP和WSDL。
原标题:ASMX Web Services: Where can I see SOAP and WSDL generating by the platform

参考显示ASP.NETautomatically提出了WSDL和SOAP的要求。 在什么地方,或者通过什么,我能看到nut子和bol子?

http://www.w3schools.com/webservices/ws_example.asp

最佳回答

ASP.net按照方法(WebMethod)签字和其他网络服务特性生成WSDL。

例如,该方法的名称是网络服务操作,该方法的序列号参数是SOAP的要求的一部分,该方法的序列式返回标的是SOAP反应的一部分。

寻找细节的有关专题,

  • Building XML Web Services Using
  • ASP.NET XML serialization
问题回答

你的提及已过时。 你们不应利用ASMX网络服务开发新的网络服务。 微软现在认为它们是“合法技术”。 你们应当利用全球合作框架来开发所有新的网络服务。





相关问题
IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

ASP.net web services

I am using a web service which sets the Thread.CurrentPrincipal object while logging in and soon later when another webmethod of the same web service accesses Thread.CurrentPrincipal, its different/...

Unity Container Disposing and XML Web Service

I am registering some wrapers over un-managed objects in container. How can I dispose of them at the end of the container s lifetime? Please bear in mind I have an XML Web service.

SharePoint : web service permission error

I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...

热门标签