Well, you wouldn't necessarily use a DTD, but an XML Schema could be
referenced.  The schema could serve as rudimentary documentation of the
interface with your web service.  If other development teams within your
company wanted to implement your service, all you would have to do is
distribute the schema which would define request and response formats from
your service.


----- Original Message -----
From: "Jeremy Levy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 20, 2001 9:52 AM
Subject: DTD's and SOAP


> Is a DTD necessary for RPC Soap Calls?  I currently am doing RPC calls on
a
> product that I am working on and nowhere do I have any kind of DTD (and so
> far it works fine)...  The product will be a closed system, where only
> clients that my company writes will be allowed to access the system...
> Should I be using a DTD? What are the advantages of using one in this type
> of scenario?
>
> Thanks
>
> Jeremy
>

Reply via email to