Posted by Piro on 09/10/05 03:29
I'm getting the following warning on every soap request I make:
Warning: SoapClient::__doRequest() [function.--doRequest]: 1 bytes of
buffered data lost during stream conversion! in <path\file.php> on line
105
When the request is between two different machines. When the soap call
is made to a wsdl on the same machine as the client with the same code
there is no warning. The expected data is returned and everything
works (and no data seems lost), but the warnings are annoying.
I haven't posted any code because it's happening with a large number of
soap requests on different wsdl files. I'm assuming it's some kind of
systemic problem. Any ideas?
[Back to original message]
|