The question here is whether SOAP::Lite should support
something like XML-RPC - especially considering that
that there is an XML-RPC Perl module.
But this is something that intrigues me. It almost makes
sense that there is another Perl module that is for Web
services, and that maps more closely to WSDL than to
a specific protocol. In other words, WSDL can bind
services to XML-RPC, REST as well as SOAP. So it
seems that a WSDL stub generation program would
know how to generate code for an XML-RPC service vs.
a SOAP::Lite service.
Am I making sense here?