On Wed, 2003-03-19 at 15:07, Jeff Linwood wrote: > What are you trying to do? Make calls out to a SOAP service, or expose your > Turbine services as SOAP servers? > > Someone should write a nice HOWTO on exposing Turbine services as Axis SOAP > services. :)
Dan has done this with the code/docs on ivory.codehaus.com. You can easily expose an Avalon service as a webservice. So if you create your application model and house it in a component you can easily make the model available via a web service. When Pete gets back from vacation we're going to work on a little demo. It will consist of making a simple model that is housed in a component and provide a web view, SOAP view and XML-RPC view. Currently to test Tambora I use a little python script that Pete wrote to connect to the Tambora model via XML-RPC. I just fire commands at the model from the CLI using python. Much easier for testing the model that having to use a browser (not that you don't want web tests for web view). > Jeff > ----- Original Message ----- > From: "Lester Ward" <[EMAIL PROTECTED]> > To: "Turbine User Mailing List (E-mail)" <[EMAIL PROTECTED]> > Sent: Wednesday, March 19, 2003 1:50 PM > Subject: Turbine and SOAP > > > > Does Turbine offer any SOAP services? I see that it can do XML-RPC, but is > > there anything similar for SOAP. If not, any plans for it? > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
