ID:               28541
 Updated by:       php-bugs@lists.php.net
 Reported By:      jl at kigmbh dot de
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         SOAP related
 Operating System: W2K orginal binaries
 PHP Version:      5.0.0RC2
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


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

[2005-03-06 20:04:07] [EMAIL PROTECTED]

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



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

[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