Wrapping XML-RPC in SOAP
Rich Salz: So what we've started work on is a SOAP profile, defined in WSDL, that should make it easy for "legacy" XML-RPC applications to interoperate.
The XML-RPC implementation are drop-dead simple.
- Ignore the first two open tags.
- Ignore the last two close tags.
- If you don't handle namespaces, assume the client got it right.