Hi, I am trying to run a webservice that uses a mysql database. The service runs fine through the connection, but when I try to query the database it seems to die and a I get a Fault String indicating that the return object is null. If an exception is thrown I would not get a null return object. I am using mm.mysql-2.0.10.bin.jar package to provide my driver. Are there any special issues with mysql?
thanks for your help, Isaac