--TEST-- Bug #31422 (No Error-Logging on SoapServer-Side) --SKIPIF-- --FILE-- 'http://localhost', 'uri' => 'myNS', 'exceptions' => false, 'trace' => true)); $header = new SOAPHeader(null, 'foo', 'bar'); $response= $client->__call('function', array(), null, $header); print $client->__getLastRequest(); ?> --EXPECTF-- Warning: SoapHeader::SoapHeader(): Invalid namespace in %s on line %d