Re: XSD to Web Service
- From: "Wm. Scott Miller" <Scott.Miller@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 2 Aug 2005 17:05:58 -0400
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
>
.
- Follow-Ups:
- Re: XSD to Web Service
- From: jhgonzales
- Re: XSD to Web Service
- Prev by Date: printing from a webservice
- Next by Date: RE: Enabling HTTP Post to invoke web services
- Previous by thread: printing from a webservice
- Next by thread: Re: XSD to Web Service
- Index(es):
Relevant Pages
|
Loading