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

 ID:                 53961
 User updated by:    bender at digitalbase dot de
 Reported by:        bender at digitalbase dot de
 Summary:            soap over https with custom port does work
-Status:             Feedback
+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:

the current version does work PHP 5.3.5


Previous Comments:
------------------------------------------------------------------------
[2011-02-08 18:30:09] cataphr...@php.net

I have no problems with 0.9.8o-1ubuntu4.3



I can test on Windows, but to be clear: which version does not work? Is
it available through windows.php.net? Which package is it?

------------------------------------------------------------------------
[2011-02-08 17:28:55] bender at digitalbase dot de

Description:
------------
SoapClient does work with https over custom port.



If one version is the OpenSSl.dll (OpenSSL 0.9.8l) from an earlier PHP
take it to work. With the current, it does not work.











Test script:
---------------
// does work

$client = new SoapClient("https://localhost:21081/test_13?wsdl";);







// works

$client = new SoapClient("https://localhost/test_13?wsdl";);





Actual result:
--------------
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing
WSDL: Couldn't load from 'https://localhost:21081/test_13?wsdl' : Start
tag expected, '<' not found in C:\htdocs\wwwroot\test.php:4 Stack trace:
#0 C:\htdocs\wwwroot\test.php(4):
SoapClient->SoapClient('https://local...') #1 {main} thrown in
C:\htdocs\wwwroot\test.php on line 4


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



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

Reply via email to