ID: 40561 User updated by: andreas at dolleschal dot org Reported By: andreas at dolleschal dot org -Status: Feedback +Status: Open Bug Type: SOAP related Operating System: Linux PHP Version: 5.2.1 New Comment:
What else? If I try to call the URL directly I get the wsdl-descriptions? Previous Comments: ------------------------------------------------------------------------ [2007-02-20 15:44:01] [EMAIL PROTECTED] eval.jivesoftware.com does not respond by HTTP. ------------------------------------------------------------------------ [2007-02-20 15:38:37] andreas at dolleschal dot org Description: ------------ the following function produces a segmentation fault. Reproduce code: --------------- <?php $wsdl = "http://eval.jivesoftware.com/clearspace/rpc/soap/SearchService?wsdl"; //try { $client = new SoapClient($wsdl, array('trace' => 1)); $params->query = 'test'; $params->startIndex = 0; $params->numResults = 10; print $client->quickSearch($params); //} // end try //catch(SOAPFault $f) { // print 'Error: ' . $f->faultstring; //} // end catch ?> Expected result: ---------------- at least not a segfault ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40561&edit=1