We're using something called DataObjects to link to MYSQL and SOAP client and server to retrieve database recordsets into an array and pass these to the client over SOAP. Soap and dataobjects work fine seperately but not together. Got this error:
SOAP-ENV:Server Undefined index: table_member PHP Errno: 8 Filename: /usr/local/lib/php/DB/DataObject.php Lineno: 998 " ["userinfo"]=> string(0) "" ["callback"]=> NULL }
Any ideas what's going on? It's seems to be trying to read in a table_member instead of a member table in a MYSQL database