Home
The Toolkit for Online Communities
15900 Community Members, 0 members online, 2402 visitors today
Log In Register

Forum OpenACS Development: Re: Google Web Services & OpenACS

OpenACS Home : Forums : OpenACS Development : Re: Google Web Services & OpenACS : One Message

+
Posted by Claudio Pasolini on
Andrew,
I have created several web services using as a starting point the excellent soap-gateway package made by William Byrne (thank you William!).

The soap-gateway package makes the creation and publishing of web services very easy, but you'll have to write your own procs to invoke a web service from Aolserver (I could provide a working example).

The soap-gateway package internally uses ns_xml, but I suggest that you use tdom as the preferred xml parser in your tcl scripts.