Oxygene Web Service - MySQL - SSH

Hi
I need to write a web service that talks to a MySQL database that is held within a SSH Tunnel connection, Does anyone know how I would go about this?

I have produced web services that talk to MSSQL with no problem, I just don’t know how to do it with a MySQL/SSH mix.

Any help/examples would be greatly received.

Regards

David

You forward the local mysql port to the foreign mysql port (3306) using ssh then connect to localhost from your webservice.