Edit report at http://bugs.php.net/bug.php?id=53961&edit=1
ID: 53961
Comment by: bender at digitalbase dot de
Reported by: bender at digitalbase dot de
Summary: soap over https with custom port does work
Status: Open
Type: Bug
Package: OpenSSL related
Operating System: WinXP 32bit
PHP Version: 5.3.5
Block user comment: N
Private report: N
New Comment:
5.3.0 works
5.3.5 not
Previous Comments:
------------------------------------------------------------------------
[2011-02-09 13:26:44] bender at digitalbase dot de
C:\Dokumente und Einstellungen\frostm\Eigene Dateien\Downloads>cd
php-5.3.5-
Win32-VC9-x86
C:\Dokumente und Einstellungen\frostm\Eigene
Dateien\Downloads\php-5.3.5-Win32-
VC9-x86>php -d extension_dir=ext -d extension=php_soap.dll -d
extension=php_openssl.dll -r "$client = new
SoapClient('https://test.intranet:21081/service/cm/business/Contract/CapacityCon
tract/1.3?wsdl'); var_dump($client);"
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing
WSDL:
Couldn't load from
'https://test.intranet:21081/service/cm/business/Contract/CapacityContract/1.3?
wsdl' : Start tag expected, '<' not found
in Command line code:1
Stack trace:
#0 Command line code(1): SoapClient->SoapClient('https://ecganwt...')
#1 {main}
thrown in Command line code on line 1
C:\Dokumente und Einstellungen\frostm\Eigene
Dateien\Downloads\php-5.3.5-Win32-
VC9-x86>cd ..
C:\Dokumente und Einstellungen\frostm\Eigene Dateien\Downloads>cd
php-5.3.0-
Win32-VC9-x86
C:\Dokumente und Einstellungen\frostm\Eigene
Dateien\Downloads\php-5.3.0-Win32-
VC9-x86>php -d extension_dir=ext -d extension=php_soap.dll -d
extension=php_openssl.dll -r "$client = new
SoapClient('https://test.intranet:21081/service/cm/business/Contract/CapacityCon
tract/1.3?wsdl'); var_dump($client);"
object(SoapClient)#1 (2) {
["_soap_version"]=>
int(1)
["sdl"]=>
resource(9) of type (Unknown)
}
------------------------------------------------------------------------
[2011-02-09 13:17:01] [email protected]
I can't reproduce:
D:\Users\Cataphract\Desktop\php-5.3.5-Win32-VC9-x86>php -d
extension_dir=ext -d
extension=php_soap.dll -d extension=php_openssl.dll -r "$client = new
SoapClient
('https://192.168.4.5:21083/test_13.xml'); var_dump($client);"
object(SoapClient)#1 (2) {
["_soap_version"]=>
int(1)
["sdl"]=>
resource(6) of type (Unknown)
}
------------------------------------------------------------------------
[2011-02-09 13:01:08] [email protected]
and snaps per revision are available at http://rmtools.php.net/snaps/
------------------------------------------------------------------------
[2011-02-09 12:57:33] [email protected]
Re-open as the bug reported missed a "not" in his comment.
Citing the e-mail he sent:
«
> which version does not work?
PHP 5.3.0 works
PHP 5.3.3 does not work
PHP 5.3.4 does not work
PHP 5.3.5 does not work
> Is it available through windows.php.net?
Yes,
http://windows.php.net/downloads/releases/php-5.3.5-Win32-VC9-x86.zip
»
------------------------------------------------------------------------
[2011-02-09 00:44:34] [email protected]
Well, if the current version works, I'm closing this bug.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/bug.php?id=53961
--
Edit this bug report at http://bugs.php.net/bug.php?id=53961&edit=1