On Fri, 21 Apr 2006 15:47:44 -0400, Russell Jones wrote: > I keep getting the following error when running a simple SOAP request... > > "No Deserializer Found" > any ideas? You are apparently returning a php data structure for which there are no generic soap data type in which case the data type must be described in the wsdl file and serialized manually with the class SOAP_Value: http://pear.php.net/package/SOAP/docs/latest/SOAP/SOAP_Value.html#methodSOAP_Value -- Hilsen/Regards Michael Rasmussen http://keyserver.veridis.com:11371/pks/lookup?op=get&search=0xE3E80917 -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php