Re: PEAR::SOAP returns only 'Object' as answer .....

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

 



I didn't read all of your source but usuall the call would return an object,
If you would change your code:
 
/* Print the server-response: */
   print $response;

to:

 
/* Print the server-response: */
   print_r($response);



You'll probably get a better view of the result.


Hope that helps.

Regards
Vegard

-- 
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