Edit report at https://bugs.php.net/bug.php?id=55692&edit=1
ID: 55692 Comment by: joelataylor at gmail dot com Reported by: bragosso at hotmail dot com Summary: SoapClient Fault Status: Open Type: Bug Package: SOAP related Operating System: gentoo PHP Version: 5.3.8 Block user comment: N Private report: N New Comment: We found a couple of ServerVault answers helped us: http://serverfault.com/questions/155558/how-can-i-disable-transfer-encoding- chunked-in-apache-with-http-1-1-responses http://serverfault.com/questions/59047/apache-sending-transfer-encoding-chunked Previous Comments: ------------------------------------------------------------------------ [2011-09-14 10:04:39] bragosso at hotmail dot com Description: ------------ As described in Bug #47021, we still found the error Daniel found SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://test.xxx.it/pipe/CHI.asmx?wsdl' : Start tag expected, '<' not found We bypass the problem following the note on http://www.tek-tips.com/viewthread.cfm?qid=1602496&page=17 Test script: --------------- $sc = new SoapClient("http://test.xxx.it/pipe/CHI.asmx?wsdl", array('trace' => 1,'connection_timeout' => 300)); Expected result: ---------------- the SoapClient Object Actual result: -------------- SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://test.xxx.it/pipe/CHI.asmx?wsdl' : Start tag expected, '<' not found ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55692&edit=1