I'm new myself, but from I understand you could simply install apache SOAP over Tomcat and then simply deploy a webservice to execute your DB call...
Zameer On Wed, 28 May 2003 09:11:13 +0200, Marco Laponder wrote: > > Hi All, > > I am pretty new in the Web Enabled development so don't flame me for stupid > questions ;-). What I want to accomlish is to call a stored procedure in the > DBMS of our company. I can acces it by jdbc. Now I want to call it over http > so I thought I can create a servlet (in Tomcat attached to Apache with > mod_jk module) with as input an xml message and which outputs also an xml > message with the result of the call. But this loos pretty much like > implementing soap myself. > > I like your opinion how you would setup to accomplish what I like to > accomplish ? What can I use ? Must I implement my own soap server in Tomcat > ? Any documents describing such a setup are of course also appreciated. > > Kind regards > Marco Laponder > mlr AT interchain DOT nl > >