Hi, Your question is not very clear to me. But if your looking to expose a database as a web service then you could have a look at the WSO2 Web Services Application Server (WSAS) which is available under the Apache licence and is built on top of Axis2. It has a cool feature called Data Services which helps you expose a database as a web service by just configuring via a simple config language. You can find details of WSAS at [1] and specifically about data services at [2]
[1] http://wso2.org/projects/wsas/java [2] http://wso2.org/library/3183 Thanks, Keith. On Mon, Apr 21, 2008 at 6:18 PM, shams jawaid <[EMAIL PROTECTED]> wrote: > Hi, > > I have a quick but urgent question. I have a java web service, that > communicates with a mysql server, to query and update the database. When the > java web service communicates with the mysql database, is it sending a SOAP > request to the mysql database? i have jdbc configured, so is it purely a > jdbc request to the database? I am trying to understand the communication > between a java web service and a database server. > > Thanks > > ------------------------------ > A prize an hour, 24 hours a day. Try Big Snap > now!<http://www.bigsnapsearch.com> > -- Keith Chapman Senior Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org
