--- In xml-rpc@yahoogroups.com, "kereszt_hu" <lkereszt@...> wrote:
>
> ...
>
> I've just begun to play with XML-RPC, to evolve our HTTP/POST methods to
so-called "web service" ;) Since, it worked well posting simple XMLs I try to
avoid the more complicated SOAP thing. However, WSDL also required..
>
> Thanks for your explanation!
> Laszlo
>
You might want to look up the relax-ng spec for xmlrpc if you want to add more
formalism / automation to the protocol. Unfortunately using xsd to exactly
define xmlrpc services is impossible, due to limitations in the xsd language
itself (eg. the children of the "params" array cannot all be "param" elements
but differently typed).
If you find a wsdl toolkit that groks relax-ng as schema definition language,
you might end up with something usable, but most of them are too
soap-oriented...