Hiç kimse, aşağıdaki hata iletisini çıktımı
Belgenin sonunda fazladan içerik
when trying to consume a PHP web service from a client that runs on php 5.3?
Ben soembody yaptım sanırım. ^ ^
Anyways, I don't seem to find an error in the server code which works for several clients of mine for quite some time now. Is this possibly a php problem in the recent version?
Müvekkilim kod şöyle görünür:
try
{
$client = new SoapClient("http://someserver/server.php?wsdl", array('trace' => 1, 'feature' => SOAP_SINGLE_ELEMENT_ARRAYS));
}
catch(Exception $e)
{$this->handleException($e);}
Bu konuda herhangi bir düşünce son derece mutluluk duyacağız.
TIA
K