I have written webservices clients for many webservices over the years and almost all the time I am given an XSD in addition to the WSDL and I use this XSD more than the WSDL to understand the webservice.
However I have never created a webservice . I have done lots of tutorials and simple as they are non involved producing an XSD.
Can some please tell me how do I produce an XSD for a webservice that I have created.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
migrated from programmers.stackexchange.com Aug 22 '11 at 14:05
|
The Many if not most web service libraries will just jam everything into one flat WSDL, but if you're using WCF with data contracts (the default), it will actually surface the XSD files separately, and you'll see them as |
|||||
|