asp.net中xsd文件的用途是什么? [英] what is the use of xsd file in asp.net ?

查看:124
本文介绍了asp.net中xsd文件的用途是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨先生,
告诉我使用 asp.net中的xsd file 如何从 asp生成xsd file 。 net webservice。请给我 这个
问题的解决方案。

解决方案

XSD可用于表示XML文档必须符合的一组规则,以便根据该模式被视为有效。



如果是Web服务,可以在Web服务的WSDL(Web服务描述语言)中找到有关Web服务的所有信息。 WSDL(类似于XSD)是一种基于XML的接口描述语言,用于描述Web服务提供的功能。检查以下链接



网络服务描述语言 [ ^ ]



查看以下链接,了解如何为Web服务创建WSDL文件。



如何从asp.net中的Web服务创建WSDL文件 [ ^ ]

Hi sir,
    Tell me the use of xsd file in asp.net.  How to generate xsd file from asp.net webservice. Kindly give me the solution for this
problem.

解决方案

XSD can be used to express a set of rules to which an XML document must conform in order to be considered 'valid' according to that schema.

In case of web service all information about the web service is can be found inside its WSDL (Web Services Description Language) of a web service. WSDL (similar to XSD) is an XML-based interface description language that is used for describing the functionality offered by a web service. Check below links

Web Services Description Language[^]

Check below link for creating WSDL file for web service.

how to create a WSDL file from a web service in asp.net[^]


这篇关于asp.net中xsd文件的用途是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆