From: chmt at gmx dot net Operating system: Windows 2003 server PHP version: 5.1.6 PHP Bug Type: SOAP related Bug description: __getTypes never returns / times out
Description: ------------ My wsdl based SoapClient times out or never returns whenever I call __getTypes. The WSDL can be obtained from here: http://media3.hgkz.ch/PlayerRPC.wsdl Reproduce code: --------------- function createWSDLUrl($url) { return 'http://'.$url.'?wsdl'; } $client = new SoapClient(createWSDLUrl($url), array("location"=>"http://".$url, "connection_timeout" => 5, "uri"=>"urn:Playout"); $client->__getTypes(); Expected result: ---------------- My types Actual result: -------------- Noting. It times out or never returns, and I waited for more than an hour :-/ -- Edit bug report at http://bugs.php.net/?id=38700&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=38700&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=38700&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=38700&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=38700&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=38700&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=38700&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=38700&r=needscript Try newer version: http://bugs.php.net/fix.php?id=38700&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=38700&r=support Expected behavior: http://bugs.php.net/fix.php?id=38700&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=38700&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=38700&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=38700&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=38700&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=38700&r=dst IIS Stability: http://bugs.php.net/fix.php?id=38700&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=38700&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=38700&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=38700&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=38700&r=mysqlcfg