> 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.
Ans: There are books out there that explain webservices and axis. Check Amazon.com and axis website also has interesting links ( http://ws.apache.org/axis/java/reading.html ) . >2)Can I do my webservice identically to an application wich insert data into a database? Ans: The code in a web service that would be used to insert data would be no different than any other application. In fact you can expose an existing application interacting with a database as a web service also. > 3) Is it very complicate? Ans: I don't think axis is complicated and you could seek help in this list to solve any issues you face. And as I mentioned database part would be as complicated as it would be for any other application. Vikas -----Original Message----- From: Daniel S�nchez G�mez [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 12: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
