Re: XSD to Web Service



FYI:

1. Use XSD.EXE to generate a class file.
2. Create a new webservice on local machine that mimics server interaction
using class file from XSD
3. Surf to webservice?WSDL to get WSDL file.
4. Modify WSDL to now point to external server address.
5. Generate your client app from modified WSDL.

"Wm. Scott Miller" <Scott.Miller@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:%2303nebhkFHA.1412@xxxxxxxxxxxxxxxxxxxxxxx
>I have to interact with a web service created by an external company. That
>company doesn't have a WSDL. They have supplied me with a XSD and some
>samples of both requests and responses to/from their web service. They are
>using SOAP to package XML that adheres to the XSD they supplied. How do I
>go about creating a client app in .NET to use the web service using what I
>have? Is there a way to create a WSDL and/or proxy class to access the web
>service and how do I go about creating that in .NET?
>
> So far I've used XSD.exe to create a class file.
>
> Scott
>


.



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: XSD to Web Service
    ... Could you elaborate on how to "mimic server interaction" using the class file? ... I actually, like you, have an xsd that I would like to create a web service ... the schema (xsd file) could change. ... Modify WSDL to now point to external server address. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • 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: Get XSD from ASMX
    ... 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 ...
    (microsoft.public.dotnet.xml)

Loading