php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55692 SoapClient Fault
Submitted: 2011-09-14 10:04 UTC Modified: 2021-01-24 04:22 UTC
Votes:8
Avg. Score:4.6 ± 0.7
Reproduced:8 of 8 (100.0%)
Same Version:3 (37.5%)
Same OS:3 (37.5%)
From: bragosso at hotmail dot com Assigned: cmb (profile)
Status: No Feedback Package: SOAP related
PHP Version: 5.3.8 OS: gentoo
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2011-09-14 10:04 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-05-21 18:06 UTC] joelataylor at gmail dot com
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
 [2021-01-13 13:22 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-01-13 13:22 UTC] cmb@php.net
There have been multiple attempts to fix bug #47021, the last one
for PHP 7.4.11.  Or does this issue still occur for any of the
actively supported PHP versions[1].

[1] <https://www.php.net/supported-versions.php>
 [2021-01-24 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 16:01:28 2024 UTC