开发者

ASMX Web Services: Where can I see SOAP and WSDL generating by the platform

Following reference indicates ASP.NET automatically creates a WSDL and SOAP request. Where or through what I can see the nut开发者_JAVA百科s and bolts?

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


ASP.net generates the WSDL according to the method(WebMethod) signature along with other web service specific attributes.

For example, the method name is web service operation, serialized parameter of the method is part of SOAP request and serialized return object of the method is part of SOAP response.

Search Related topics for details,

  • Building XML Web Services Using
  • ASP.NET XML serialization


Your reference is out of date. You should not use ASMX web services for new web service development. Microsoft now considers them to be "legacy technology". You should use WCF for all new web service development.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜