Hi,
connecting to mySQl via SOAP can be understood as one of two
things.
1.)
Tunneling the requests that usually go through port 3306 via SOAP, that
doesn't sound easy and i doubt if it's possible at all.
2.)
Writing a webservice that connects to a mySQL Server (your Webservice
would be the database client in this case) and delivering the data via a set of
parametrized methods.
You
couldn't find anything specific about SOAPand JDBC because there is not the
slightest difference in the use of JDBC in a Web-Service and a directly
connected client.
############## ###########################
###########################
#
SOAP Client # ------------------- SOAP (http)
----------------------- # Web
Service
# --------------- JDBC (3306)----------- # mySQL
Server
#
##############
###########################
###########################
###########################
##########################
# normal mySQL
Client
#--------------- JDBC (3306) ----------- # mySQL
Server
#
###########################
########################### assistent
|
- Axis web services for MySQL Connection. Joe Harrison
- Re: Axis web services for MySQL Connect... Alexi Polenur
- Re: Axis web services for MySQL Connect... Thomas Herbstreuth
- Re: Axis web services for MySQL Con... Miguel A Paraz
- RE: Axis web services for MySQL... Thomas Herbstreuth
- Re: Axis web services for MySQL... Jürgen Kaatz
- RE: Axis web services for M... Thomas Herbstreuth
- RE:RE:Axis web services for MySQL Conne... Joe Harrison
- RE: RE:Axis web services for MySQL ... Thomas Herbstreuth
- RE: RE:Axis web services for MySQL ... Eamonn Fallon
- RE: RE:Axis web services for MySQL Conn... Jiri Kunstat
- RE:Axis web services for MySQL Connecti... Jiri Kunstat
- Using TCPmon with proxy Frédéric MOLINIERES