ID: 40561
Updated by: [EMAIL PROTECTED]
Reported By: andreas at dolleschal dot org
-Status: Open
+Status: Feedback
Bug Type: SOAP related
Operating System: Linux
PHP Version: 5.2.1
New Comment:
Ah, I see. It's "localhost" in your WSDL.
I need a working reproduce case to investigate it.
Previous Comments:
------------------------------------------------------------------------
[2007-02-20 15:50:14] andreas at dolleschal dot org
What else? If I try to call the URL directly I get the
wsdl-descriptions?
------------------------------------------------------------------------
[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