No deserialize...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am getting the following error...

###################################
No Deserializer found to deserialize a
'http://www.w3.org/2001/XMLSchema:nil' using encoding style
'http://schemas.xmlsoap.org/soap/encoding/'
###################################

regarding the script below

###################################
$result = $soapclient->call("doGetCachedPage", $params,
"urn:GoogleSearch", "urn:GoogleSearch");

	if ($result)
		{
			// fault?
			if (is_array($result) && $result['faultstring'])

				{
  					// display error
 				 	echo $result['faultstring'];
				}
			else

				{

  					// decode return value using base64
  					// and display
 					$mysite = base64_decode($result);
				}
		}

		return $mysite;
###################################

any ideas?







-- 
Russell P. Jones
Chief Information Officer
Virante Incorported
http://www.virante.com

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux