ID:               38375
 User updated by:  tja at mgn dot net
 Reported By:      tja at mgn dot net
-Status:           Feedback
+Status:           Open
 Bug Type:         SOAP related
 Operating System: Linux 2.4.27
 PHP Version:      5.1.4
 New Comment:

I reproduce the error message whith :
<?php
$soapClient = new SoapClient('https://domain.name/' .
'WebService/test.asmx?wsdl', array('login'=>'login',
'password'=>'pwd'));
?>


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

[2006-08-08 09:46:43] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.



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

[2006-08-08 09:42:53] tja at mgn dot net

I still have the same error.
I compile PHP with this options :
./configure' '--prefix=/opt/php-5.2' '--enable-track-vars'
'--with-zlib-dir' '--enable-xml' '--enable-ftp'
'--with-apxs=/opt/apache/bin/apxs' '--enable-xslt' '--enable-soap'
'--with-pgsql' '--with-curl=/opt/curl-7.15.4' '--with-curlwrappers'
'--with-openssl-dir=/opt/openssl-0.9.7d'

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

[2006-08-08 08:59:32] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

If you're still able to reproduce it - please provide short and
complete reproduce case.

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

[2006-08-08 08:39:13] tja at mgn dot net

Description:
------------
I try to work soap connection in https, it works fine in http but not
in https

$soapClient = new SoapClient('http://domain.name/' .
'WebService/test.asmx?wsdl', array('login'=>'login',
'password'=>'pwd'));

in https : 

$soapClient = new SoapClient('https://domain.name/' .
'WebService/test.asmx?wsdl', array('login'=>'login',
'password'=>'pwd'));

i have this error : 
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing
WSDL: Couldn't load from
'http://domain.name/WebService/test.asmx?wsdl'in
/appli/mmx/s1/web/agod/vegas/sim_ann_cli.php:10 Stack trace: #0
/appli/mmx/s1/web/agod/vegas/test.php(10):
SoapClient->__construct('https://domain...', Array) #1 {main} thrown in
/appli/mmx/s1/web/agod/vegas/test.php on line 10

Reproduce code:
---------------
$soapClient = new SoapClient('https://domain.name/' .
'WebService/test.asmx?wsdl', array('login'=>'login',
'password'=>'pwd'));

Actual result:
--------------
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing
WSDL: Couldn't load from
'http://domain.name/WebService/test.asmx?wsdl'in
/appli/mmx/s1/web/agod/vegas/sim_ann_cli.php:10 Stack trace: #0
/appli/mmx/s1/web/agod/vegas/test.php(10):
SoapClient->__construct('https://domain...', Array) #1 {main} thrown in
/appli/mmx/s1/web/agod/vegas/test.php on line 10


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


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

Reply via email to