How complex are your inputs/outputs to these methods?  The best thing that
you could do is to create a WSDL file that describes all of your services,
inputs, outputs, bindings, etc. for the client.  

The quick and easy way would be to provide a list of services and there
inputs/outputs.  However, if the input and output parameters are of a
complex type, then you are going to need to provide much more information.
I personally think that complex types are best handled by passing literal
xml, and if you do this, then you are going to have to provide schema.

Good Luck.


-----Original Message-----
From: Bryan Field [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 12, 2001 7:50 PM
To: [EMAIL PROTECTED]
Subject: xml schemas?


I am trying to implement a soap service that has 20 or so methods.  I have
defined the data that is needed to invoke each of these methods.  I am doing
the server implementation and another party is doing the client side
implementation.  Do I need to create a schema for each of my commands in
order for them to code the client side of soap?

Thanks in advance,

Bryan Field
Senior Consultant
T4CG
(703) 729-4990 ext. 228 (main)
(703) 862-5849 (cell)
(703) 832-0364 (fax)
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.303 / Virus Database: 164 - Release Date: 11/24/2001

Reply via email to