It is not complicated at all. Since Axis web services are essentially java classes, just install your database, create a connection pool (for performance), add JDBC code for database access and deploy your class as a service.
Sounds like you already did almost everything. Now Look into how to deploy your class files as web services: Look for "Custom Deployment - Introducing WSDD" in http://ws.apache.org/axis/java/user-guide.html Assuming you will use tomcat, here is how to configure your connection pool. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html Ivan. -----Original Message----- From: Daniel S�nchez G�mez [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 3:15 PM To: [EMAIL PROTECTED] Subject: axis + mysql Hi, I'm interesting in build a Webservice which can insert/delete data into a database. I would like to work with mysql (and axis). I've some questions about it. 1)Where I can obtain information about it. I've see apache pages, but I'did not find any tutorial or paper about databases and axis. 2)Can I do my webservice identically to an application wich insert data into a database? 3)Is it very complicate? Thank you, Dani
