Re: Get XSD from ASMX





Ganesh Muthuvelu wrote:

Yes, but that does not seem to be valid XSD file.. When I save it to a file and try to open with a Altova XSD reader, it produces lots of errors.. Is the WSDL file supposed to be a valid XSD file?.

No, a WSDL document describes the web service, it uses XSD inside to describe the types used but there are additional elements to completely describe the web service in a way that clients can be generated from the WSDL document.

--

Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
.



Relevant Pages

  • RE: Two questions for gurus about using strongly typed DataSet in Web
    ... > CustomerDataSet) in WSDL instead of using the WSDL <import ... > Apparently, if I include CustomerDataSet schema definition in WSDL types, it ... How to send a strongly typed DataSet over SOAP without the XSD? ... > typed DataSet between Web service server and client. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Creating a Xml Web Service contract from an XSD and lots of coffee
    ... and related objects. ... I realize that I can read the XSD and create it by hand, ... generate the ASMX code that generates the WSDL. ... The XSD file isn't enough to specify a web service contract. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Web Service Versions
    ... Seems that .net proxies does not perform a validation against the wsdl (and xsd) ... > web service from a different angle. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: XSD to Web Service
    ... Use XSD.EXE to generate a class file. ... Modify WSDL to now point to external server address. ... >I have to interact with a web service created by an external company. ... They have supplied me with a XSD and some ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Proxy class for an Axis Web Service
    ... Fx's functionality to generate classes from WSDL and XSD. ... XML Web Services: http://www.xmlwebservices.cc/ ... > HelloWorld.wsdl was not recognized as a known document type. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)

Loading