David Gourdelier wrote:
Hi Kaos,
There is a XML-RPC server for Caudium (and an unofficial module for Roxen I guess) and a tiny XML-RPC client in Pike's Protocols.HTTP.XMLRPC.Client. It's also quite easy to write a standalone Pike XMLRPC server with Protocols.HTTP.XMLRPC.
I never heard of any SOAP support.
/ David
I looked at the xml-rpc stuff, and although it seems to fit our needs, it won't work in the other end, unless we put a xml-rpc to ws somewhere inbetween, which feels a bit hacky..
So, we'll aim on developing modules to support: SOAP, WSDL and client/server to host and connect to WebServices.
//K