|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-06 20:04 UTC] sniper@php.net
[2005-03-15 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 15:00:01 2025 UTC |
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.