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

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

 



> Please check your $server->addObjectMap ($server->AddToMap) call.

Yes this is indeed what is causing the error:

change this:
$server->addObjectMap($soaphelloserver,array('namespace'=>
'urn:helloworld'));

into:
$server->addObjectMap($soaphelloserver, 'urn:helloworld');

jw

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