ID:               41983
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ipso at snappymail dot ca
-Status:           Open
+Status:           Assigned
 Bug Type:         SOAP related
 Operating System: Linux
 PHP Version:      5.2.3
 Assigned To:      dmitry


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

[2007-07-13 15:40:56] ipso at snappymail dot ca

I emailed a TCP dump of the SOAP request/response to: [EMAIL PROTECTED]

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

[2007-07-13 08:34:27] [EMAIL PROTECTED]

It seems like some kind of incompatibility between ext/soap and your
soap or HTTP server. To fix the problem I need capture of HTTP response
in binary form (including all special chars). Or give me a real PHP code
that access buggy SOAP server so I'll able to reproduce it myself.

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

[2007-07-13 08:06:19] arrakami at gmail dot com

I have the same problem and i would like to give some feedback too. But
i can't find a way to capture the HTTP response. Any suggestions how i
could do that? The soap server is 3rd party.

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

[2007-07-12 20:56:06] ipso at snappymail dot ca

Description:
------------
I'm trying to use a SOAP API on an embedded device, the device is
responding to the SOAP request, however PHP is saying there is an error
fetching headers.

Reproduce code:
---------------
SOAP Request:
--------------------------------------------------------------------------
POST /iWsService HTTP/1.1
Host: 192.168.1.201
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.2.3
Content-Type: text/xml; charset=utf-8
SOAPAction: "uri:zksoftware#GetDate"
Content-Length: 494
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:ns1="uri:zksoftware" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";><SOAP-ENV:Body><ns1:GetDate><ArgComKey
xsi:type="xsd:string">0</ArgComKey></ns1:GetDate></SOAP-ENV:Body></SOAP-ENV:Envelope>


Response from SOAP Server:
--------------------------------------------------------------------------
HTTP/1.0 200 OK
Server: ZK Web Server
Pragma: no-cache
Cache-control: no-cache
Content-Type: text/xml
Connection: close

<?xml version="1.0" encoding="iso8859-1" standalone="no"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
<SOAP-ENV:Body>
<GetDateResponse>
<Row Date='2006-06-24' Time='14:24:11'></Row>
</GetDateResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

However PHP returns: [faultstring] => Error Fetching http headers




Expected result:
----------------
Expect PHP to parse the SOAP response properly.



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


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

Reply via email to