Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
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.
Posted

1 solution

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[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900