Hi,
We're building an application that has to support webservices. I wonder if there is any work being done in this area? and what interest exist for a new WebService (and all that comes with it) pike module?
//K
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
Kaos wrote:
Hi,
We're building an application that has to support webservices. I wonder if there is any work being done in this area? and what interest exist for a new WebService (and all that comes with it) pike module?
//K
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
I'm not too sure about what exists. I know there was an XML-RPC implementation at http://www.root.at, but that seems missing now. I belive there was some talk about a SOAP-module a few years back too. But memmory serves me badly this morning.
pike-devel@lists.lysator.liu.se