ID:               28541
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jl at kigmbh dot de
-Status:           Open
+Status:           Feedback
-Bug Type:         Reproducible crash
+Bug Type:         SOAP related
 Operating System: W2K orginal binaries
 PHP Version:      5.0.0RC2
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip




Previous Comments:
------------------------------------------------------------------------

[2004-05-27 12:05:44] jl at kigmbh dot de

Description:
------------
i use the downloaded binaries for w2k. The Server is a standalon gsoap
test Server (calc). This service works fine with nusoap and PEAR::SOAP.


<?php
  $url1="calc.wsdl";
  $client = new SoapClient($url1, array("trace"=>1, "exceptions"=>1)
);
  var_dump($client->__getFunctions());
  $ret=$client->add(2,376721);
?>

__getFunctions() work and $client->add() conncted the server.
(gsoap-Server create a new thread). Then crash php.exe with 
Acces Violation an address 00e67ef8 in php_soap.dll. Gsoap read no
xml-Data fom Client.
 






------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28541&edit=1

Reply via email to