Jim Redman <[EMAIL PROTECTED]> writes: > On a vaguely related note, is there any standardized way to express > the interfaces. That is, how do I give my interface to a C++ (PHP, > VB, etc. etc.) programmer? This would need to include more than is in > the XML-RPC spec., that is, to say a method returns an "array" is > insufficient if you can't describe the array. > > I suppose that there are lots of possibilities, a DTD, IDL file, > etc. etc. but is there a standard or standard industry practice for > XML-RPC?
It would be fairly easy to write a DTD against the XML-RPC spec. I wouldn't be surprised if someone hadn't done it already (but I haven't looked). The DTD would be the best cross language description of the available interface. - Daniel