> 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