Bug #31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2010-09-16 Thread zhb1208 at hotmail dot com
Edit report at http://bugs.php.net/bug.php?id=31050edit=1

 ID: 31050
 Comment by: zhb1208 at hotmail dot com
 Reported by:dylanwoster at mac dot com
 Summary:SOAP class will not parse WSDL file located on a
 secure HTTPS connection
 Status: No Feedback
 Type:   Bug
 Package:SOAP related
 Operating System:   Mac OS X 10.3.6
 PHP Version:5.0.2
 Assigned To:dmitry
 Block user comment: N

 New Comment:

resolve:

I found the problem was related to linux configuration. 



The firewall is enabled on my server: policy type is targeted, enforcing
current is checked and HTTPD scripts to connect to the network were not
allowed.



linux:

$setsebool -P httpd_can_network_connect on 



I checked it and it is working now.


Previous Comments:

[2010-09-14 12:24:53] zhb1208 at hotmail dot com

SOAP-ERROR: Parsing WSDL: Couldn't load from
'http://192.168.0.14:8080/rpc/soap/jirasoapservice-v2?wsdl' : failed to
load external entity
http://192.168.0.14:8080/rpc/soap/jirasoapservice-v2?wsdl;


[2009-03-05 12:13:40] ykohut at parallels dot com

I have the same bug on:

# cat /etc/redhat-release

Red Hat Enterprise Linux Server release 5.2 (Tikanga)

# uname -p

i686

# /hsphere/shared/php5/bin/php-cli --version

PHP 5.2.9 (cli) (built: Mar  5 2009 01:52:37)

Copyright (c) 1997-2009 The PHP Group

Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by
ionCube Ltd., and

with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend
Technologies

with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend
Technologies



The SOAP is loaded as external extension via corresponded .ini file:

#cat php.d/soap.ini

; Enable soap extension module

extension=soap.so



The extension is successfully loaded, which is reported php_info():

soap

Soap Client enabled

Soap Server enabled



Directive   Local Value Master Value

soap.wsdl_cache 1   1

soap.wsdl_cache_dir /tmp/tmp

soap.wsdl_cache_enabled 1   1

soap.wsdl_cache_limit   5   5

soap.wsdl_cache_ttl 86400   86400



and with # php-cli -i:

# /hsphere/shared/php5/bin/php-cli -i|grep soap

Configure Command =  './configure'  '--localstatedir=/var/hsphere/php'
'--with-bz2=/hsphere/shared' '--enable-ctype' '--enable-dba'
'--enable-ftp' '--with-gettext=/hsphere/shared' '--enable-mbstring=all'
'--with-gd' '--with-mhash=/hsphere/shared'
'--with-mcrypt=/hsphere/shared' '--with-openssl=/usr'
'--enable-overload' '--enable-posix' '--enable-session'
'--enable-sockets' '--enable-standard' '--enable-tokenizer'
'--with-xml=/hsphere/shared' '--with-xsl=/hsphere/shared'
'--with-zip=/hsphere/shared' '--with-zlib=/hsphere/shared'
'--with-zlib-dir=/hsphere/shared' '--with-freetype-dir=/hsphere/shared'
'--with-png-dir=/hsphere/shared' '--with-jpeg-dir=/hsphere/shared'
'--with-expat-dir=/hsphere/shared' '--with-iconv-dir=/hsphere/shared'
'--with-libxml-dir=/hsphere/shared' '--enable-gd-native-ttf'
'--with-ttf' '--enable-mbstr-enc-trans'
'--with-expat-dir=/hsphere/shared' '--with-xslt-sablot=/hsphere/shared'
'--with-gnu-ld' '--with-curl=shared,/hsphere/shared'
'--with-curlwrappers' '--with-dom=shared,/hsphere/shared'
'--with-dom-xslt=/hsphere/shared' '--with-dom-exslt=/hsphere/shared'
'--with-dom=shared,/hsphere/shared'
'--with-fileinfo=shared,/hsphere/shared'
'--with-gmp=shared,/hsphere/shared'
'--with-iconv=shared,/hsphere/shared'
'--with-imap=shared,/hsphere/shared' '--with-imap-ssl=shared,/usr'
'--with-mcal=shared,/hsphere/shared' '--with-mysql=shared,/usr'
'--with-mysqli=shared' '--with-pgsql=shared,/usr' '--with-sqlite=shared'
'--enable-sqlite-utf8' '--with-unixODBC=shared,/hsphere/shared'
'--with-xmlrpc=shared' '--enable-htscanner' '--enable-track-vars'
'--enable-trans-sid' '--enable-memory-limit'
'--enable-force-cgi-redirect' '--enable-fastcgi'
'--with-config-file-path=/hsphere/local/config/httpd/php5'
'--with-config-file-scan-dir=/hsphere/local/config/httpd/php5/php.d'
'--enable-magic-quotes'
'--with-pear=/hsphere/shared/apache/libexec/php5ext/php'
'--with-mime-magic=/hsphere/local/config/httpd/magic' '--with-inifile'
'--with-flatfile' '--enable-pdo=shared' '--with-pdo-sqlite=shared'
'--with-pdo-mysql=shared' '--with-pdo-pgsql=shared'
'--enable-soap=shared' '--prefix=/hsphere/shared/php5'
'--with-apxs=/hsphere/shared/apache/bin/apxs' '--enable-cli'

/hsphere/local/config/httpd/php5/php.d/soap.ini,

soap

soap.wsdl_cache = 1 = 1

soap.wsdl_cache_dir = /tmp = /tmp

soap.wsdl_cache_enabled = 1 = 1

soap.wsdl_cache_limit = 5 = 5

soap.wsdl_cache_ttl = 86400 = 86400





The is no matter in which mode PHP is running. The problem take place as
well on Apache handler (libphp mode) and CGI/FastCGI modes.






Bug #31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2010-09-14 Thread zhb1208 at hotmail dot com
Edit report at http://bugs.php.net/bug.php?id=31050edit=1

 ID: 31050
 Comment by: zhb1208 at hotmail dot com
 Reported by:dylanwoster at mac dot com
 Summary:SOAP class will not parse WSDL file located on a
 secure HTTPS connection
 Status: No Feedback
 Type:   Bug
 Package:SOAP related
 Operating System:   Mac OS X 10.3.6
 PHP Version:5.0.2
 Assigned To:dmitry
 Block user comment: N

 New Comment:

SOAP-ERROR: Parsing WSDL: Couldn't load from
'http://192.168.0.14:8080/rpc/soap/jirasoapservice-v2?wsdl' : failed to
load external entity
http://192.168.0.14:8080/rpc/soap/jirasoapservice-v2?wsdl;


Previous Comments:

[2009-03-05 12:13:40] ykohut at parallels dot com

I have the same bug on:

# cat /etc/redhat-release

Red Hat Enterprise Linux Server release 5.2 (Tikanga)

# uname -p

i686

# /hsphere/shared/php5/bin/php-cli --version

PHP 5.2.9 (cli) (built: Mar  5 2009 01:52:37)

Copyright (c) 1997-2009 The PHP Group

Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by
ionCube Ltd., and

with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend
Technologies

with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend
Technologies



The SOAP is loaded as external extension via corresponded .ini file:

#cat php.d/soap.ini

; Enable soap extension module

extension=soap.so



The extension is successfully loaded, which is reported php_info():

soap

Soap Client enabled

Soap Server enabled



Directive   Local Value Master Value

soap.wsdl_cache 1   1

soap.wsdl_cache_dir /tmp/tmp

soap.wsdl_cache_enabled 1   1

soap.wsdl_cache_limit   5   5

soap.wsdl_cache_ttl 86400   86400



and with # php-cli -i:

# /hsphere/shared/php5/bin/php-cli -i|grep soap

Configure Command =  './configure'  '--localstatedir=/var/hsphere/php'
'--with-bz2=/hsphere/shared' '--enable-ctype' '--enable-dba'
'--enable-ftp' '--with-gettext=/hsphere/shared' '--enable-mbstring=all'
'--with-gd' '--with-mhash=/hsphere/shared'
'--with-mcrypt=/hsphere/shared' '--with-openssl=/usr'
'--enable-overload' '--enable-posix' '--enable-session'
'--enable-sockets' '--enable-standard' '--enable-tokenizer'
'--with-xml=/hsphere/shared' '--with-xsl=/hsphere/shared'
'--with-zip=/hsphere/shared' '--with-zlib=/hsphere/shared'
'--with-zlib-dir=/hsphere/shared' '--with-freetype-dir=/hsphere/shared'
'--with-png-dir=/hsphere/shared' '--with-jpeg-dir=/hsphere/shared'
'--with-expat-dir=/hsphere/shared' '--with-iconv-dir=/hsphere/shared'
'--with-libxml-dir=/hsphere/shared' '--enable-gd-native-ttf'
'--with-ttf' '--enable-mbstr-enc-trans'
'--with-expat-dir=/hsphere/shared' '--with-xslt-sablot=/hsphere/shared'
'--with-gnu-ld' '--with-curl=shared,/hsphere/shared'
'--with-curlwrappers' '--with-dom=shared,/hsphere/shared'
'--with-dom-xslt=/hsphere/shared' '--with-dom-exslt=/hsphere/shared'
'--with-dom=shared,/hsphere/shared'
'--with-fileinfo=shared,/hsphere/shared'
'--with-gmp=shared,/hsphere/shared'
'--with-iconv=shared,/hsphere/shared'
'--with-imap=shared,/hsphere/shared' '--with-imap-ssl=shared,/usr'
'--with-mcal=shared,/hsphere/shared' '--with-mysql=shared,/usr'
'--with-mysqli=shared' '--with-pgsql=shared,/usr' '--with-sqlite=shared'
'--enable-sqlite-utf8' '--with-unixODBC=shared,/hsphere/shared'
'--with-xmlrpc=shared' '--enable-htscanner' '--enable-track-vars'
'--enable-trans-sid' '--enable-memory-limit'
'--enable-force-cgi-redirect' '--enable-fastcgi'
'--with-config-file-path=/hsphere/local/config/httpd/php5'
'--with-config-file-scan-dir=/hsphere/local/config/httpd/php5/php.d'
'--enable-magic-quotes'
'--with-pear=/hsphere/shared/apache/libexec/php5ext/php'
'--with-mime-magic=/hsphere/local/config/httpd/magic' '--with-inifile'
'--with-flatfile' '--enable-pdo=shared' '--with-pdo-sqlite=shared'
'--with-pdo-mysql=shared' '--with-pdo-pgsql=shared'
'--enable-soap=shared' '--prefix=/hsphere/shared/php5'
'--with-apxs=/hsphere/shared/apache/bin/apxs' '--enable-cli'

/hsphere/local/config/httpd/php5/php.d/soap.ini,

soap

soap.wsdl_cache = 1 = 1

soap.wsdl_cache_dir = /tmp = /tmp

soap.wsdl_cache_enabled = 1 = 1

soap.wsdl_cache_limit = 5 = 5

soap.wsdl_cache_ttl = 86400 = 86400





The is no matter in which mode PHP is running. The problem take place as
well on Apache handler (libphp mode) and CGI/FastCGI modes.





The error looks like in:

 - Apache error_log :

[Wed Mar 11 08:23:34 2009] [error] [client 192.168.128.234] failed to
load external entity
https://soap.amazon.com/schemas3/AmazonWebServices.wsdl;



 - php_error.log :

[11-Mar-2009 08:23:34] PHP Fatal error:  SOAP-ERROR: Parsing WSDL:
Couldn't load from
'https://soap.amazon.com/schemas3/AmazonWebServices.wsdl' : failed to
load external entity

#31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2009-03-05 Thread ykohut at parallels dot com
 ID:   31050
 Comment by:   ykohut at parallels dot com
 Reported By:  dylanwoster at mac dot com
 Status:   No Feedback
 Bug Type: SOAP related
 Operating System: Mac OS X 10.3.6
 PHP Version:  5.0.2
 Assigned To:  dmitry
 New Comment:

I have the same bug on:
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.2 (Tikanga)
# uname -p
i686
# /hsphere/shared/php5/bin/php-cli --version
PHP 5.2.9 (cli) (built: Mar  5 2009 01:52:37)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by
ionCube Ltd., and
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by
Zend Technologies
with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend
Technologies

The SOAP is loaded as external extension via corresponded .ini file:
#cat php.d/soap.ini
; Enable soap extension module
extension=soap.so

The extension is successfully loaded, which is reported php_info():
soap
Soap Client enabled
Soap Server enabled

Directive   Local Value Master Value
soap.wsdl_cache 1   1
soap.wsdl_cache_dir /tmp/tmp
soap.wsdl_cache_enabled 1   1
soap.wsdl_cache_limit   5   5
soap.wsdl_cache_ttl 86400   86400

and with # php-cli -i:
# /hsphere/shared/php5/bin/php-cli -i|grep soap
Configure Command =  './configure'  '--localstatedir=/var/hsphere/php'
'--with-bz2=/hsphere/shared' '--enable-ctype' '--enable-dba'
'--enable-ftp' '--with-gettext=/hsphere/shared' '--enable-mbstring=all'
'--with-gd' '--with-mhash=/hsphere/shared'
'--with-mcrypt=/hsphere/shared' '--with-openssl=/usr'
'--enable-overload' '--enable-posix' '--enable-session'
'--enable-sockets' '--enable-standard' '--enable-tokenizer'
'--with-xml=/hsphere/shared' '--with-xsl=/hsphere/shared'
'--with-zip=/hsphere/shared' '--with-zlib=/hsphere/shared'
'--with-zlib-dir=/hsphere/shared' '--with-freetype-dir=/hsphere/shared'
'--with-png-dir=/hsphere/shared' '--with-jpeg-dir=/hsphere/shared'
'--with-expat-dir=/hsphere/shared' '--with-iconv-dir=/hsphere/shared'
'--with-libxml-dir=/hsphere/shared' '--enable-gd-native-ttf'
'--with-ttf' '--enable-mbstr-enc-trans'
'--with-expat-dir=/hsphere/shared' '--with-xslt-sablot=/hsphere/shared'
'--with-gnu-ld' '--with-curl=shared,/hsphere/shared'
'--with-curlwrappers' '--with-dom=shared,/hsphere/shared'
'--with-dom-xslt=/hsphere/shared' '--with-dom-exslt=/hsphere/shared'
'--with-dom=shared,/hsphere/shared'
'--with-fileinfo=shared,/hsphere/shared'
'--with-gmp=shared,/hsphere/shared'
'--with-iconv=shared,/hsphere/shared'
'--with-imap=shared,/hsphere/shared' '--with-imap-ssl=shared,/usr'
'--with-mcal=shared,/hsphere/shared' '--with-mysql=shared,/usr'
'--with-mysqli=shared' '--with-pgsql=shared,/usr' '--with-sqlite=shared'
'--enable-sqlite-utf8' '--with-unixODBC=shared,/hsphere/shared'
'--with-xmlrpc=shared' '--enable-htscanner' '--enable-track-vars'
'--enable-trans-sid' '--enable-memory-limit'
'--enable-force-cgi-redirect' '--enable-fastcgi'
'--with-config-file-path=/hsphere/local/config/httpd/php5'
'--with-config-file-scan-dir=/hsphere/local/config/httpd/php5/php.d'
'--enable-magic-quotes'
'--with-pear=/hsphere/shared/apache/libexec/php5ext/php'
'--with-mime-magic=/hsphere/local/config/httpd/magic' '--with-inifile'
'--with-flatfile' '--enable-pdo=shared' '--with-pdo-sqlite=shared'
'--with-pdo-mysql=shared' '--with-pdo-pgsql=shared'
'--enable-soap=shared' '--prefix=/hsphere/shared/php5'
'--with-apxs=/hsphere/shared/apache/bin/apxs' '--enable-cli'
/hsphere/local/config/httpd/php5/php.d/soap.ini,
soap
soap.wsdl_cache = 1 = 1
soap.wsdl_cache_dir = /tmp = /tmp
soap.wsdl_cache_enabled = 1 = 1
soap.wsdl_cache_limit = 5 = 5
soap.wsdl_cache_ttl = 86400 = 86400


The is no matter in which mode PHP is running. The problem take place
as well on Apache handler (libphp mode) and CGI/FastCGI modes.


The error looks like in:
 - Apache error_log :
[Wed Mar 11 08:23:34 2009] [error] [client 192.168.128.234] failed to
load external entity
https://soap.amazon.com/schemas3/AmazonWebServices.wsdl;

 - php_error.log :
[11-Mar-2009 08:23:34] PHP Fatal error:  SOAP-ERROR: Parsing WSDL:
Couldn't load from
'https://soap.amazon.com/schemas3/AmazonWebServices.wsdl' : failed to
load external entity
https://soap.amazon.com/schemas3/AmazonWebServices.wsdl;
 in /hsphere/local/home/web-2/web2.r527/soap.php on line 2

The test script used:
# cat soap.php
?php
$client = new
SoapClient(https://soap.amazon.com/schemas3/AmazonWebServices.wsdl;,
array('exceptions' = 0));
$result = $client-__getFunctions();
if (is_soap_fault($result)) {
trigger_error(SOAP Fault: (faultcode: {$result-faultcode},
faultstring: {$result-faultstring}), E_USER_ERROR);
}
else {
var_dump($result);
}
?



We investigated the problem very close and discovered that the reason
is with libxml libraries statically compiled into PHP.
Details: PHP is compiled with the following XML related options:

#31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2008-07-07 Thread john at soundreal dot co dot uk
 ID:   31050
 Comment by:   john at soundreal dot co dot uk
 Reported By:  dylanwoster at mac dot com
 Status:   No Feedback
 Bug Type: SOAP related
 Operating System: Mac OS X 10.3.6
 PHP Version:  5.0.2
 Assigned To:  dmitry
 New Comment:

I've cracked this, problem was with my php configuration. Needed to 
recompile using

-with-openssl

now working fine on Mac os 10.4.11 with php 5.2.6


Previous Comments:


[2008-06-19 14:22:57] trippinbilly25 at gmail dot com

I have solved this problem on Windows XP by replacing the following
.dll files in the System32 folder with their versions located in the php
folder:

libeay.dll
ssleay32.dll

For some reason an error was logged in my Apache error log that said
OpenSSL was not being loaded, replacing these files solved the problem
for me.



[2008-04-22 15:20:14] pejusdas at gmail dot com

I'm having the same problem with a linux box running php 5.2.5 and a
win xp box running the same version. Has anybody found the solution for
this problem yet? Thanks.


Pejus



[2008-04-02 01:03:16] jfarhat at kirkhamsystems dot com

I am also having the same problem in PHP 5.2.5. the procedure code at
the end of the message works for HTTP but fails with HTTPS with the
message:
SOAP-ERROR: Parsing WSDL: Couldn't load from
'https://arcweb.esri.com/services/v2/Authentication.wsdl' 



Reproduce code:
---
$client = new SoapClient(
https://arcweb.esri.com/services/v2/Authentication.wsdl; );
echo( $client-getVersion( ) );



[2008-01-23 04:31:10] marcus dot uy at virtualthinking dot com

Hi,

Having similar problem on Windows XP Pro:

Apache 2.2.8
PHP 5.2.5
OpenSSL 0.9.8g

In my case the connectiion works once, then fails on the next
connection attempt.  I then have to restart apache because the
soapserver becomes completely unresponsive.



[2008-01-03 13:08:19] php at eflow dot dk

I have the problem too, on Gentoo Linux.

Apache 2.2.6
PHP 5.2.5
OpenSSL 0.9.8g

Configuration:
'./configure' '--prefix=/usr/lib/php5' '--host=i686-pc-linux-gnu'
'--mandir=/usr/lib/php5/man' '--infodir=/usr/lib/php5/info'
'--sysconfdir=/etc' '--cache-file=./config.cache' '--disable-cli'
'--with-apxs2=/usr/sbin/apxs2'
'--with-config-file-path=/etc/php/apache2-php5'
'--with-config-file-scan-dir=/etc/php/apache2-php5/ext-active'
'--without-pear' '--disable-bcmath' '--with-bz2' '--disable-calendar'
'--with-curl' '--with-curlwrappers' '--disable-dbase' '--disable-exif'
'--without-fbsql' '--without-fdftk' '--disable-filter' '--disable-ftp'
'--with-gettext' '--without-gmp' '--disable-hash' '--disable-json'
'--without-kerberos' '--enable-mbstring' '--with-mcrypt'
'--without-mhash' '--without-msql' '--without-mssql' '--with-ncurses'
'--with-openssl' '--with-openssl-dir=/usr' '--disable-pcntl'
'--disable-pdo' '--without-pgsql' '--disable-posix' '--with-pspell'
'--without-recode' '--disable-shmop' '--without-snmp' '--enable-soap'
'--disable-sockets' '--without-sybase' '--without-sybase-ct'
'--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm'
'--without-tidy' '--disable-wddx' '--with-xmlrpc' '--with-xsl'
'--enable-zip' '--with-zlib' '--disable-debug' '--enable-dba'
'--without-cdb' '--with-db4' '--without-flatfile' '--with-gdbm'
'--without-inifile' '--without-qdbm' '--with-freetype-dir=/usr'
'--with-t1lib=/usr' '--disable-gd-jis-conv' '--with-jpeg-dir=/usr'
'--with-png-dir=/usr' '--without-xpm-dir' '--with-gd' '--with-ldap'
'--with-ldap-sasl' '--with-mysql=/usr'
'--with-mysql-sock=/var/run/mysqld/mysqld.sock'
'--with-mysqli=/usr/bin/mysql_config' '--with-readline'
'--without-libedit' '--without-mm' '--with-sqlite=/usr'
'--enable-sqlite-utf8'



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/31050

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



#31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2008-06-19 Thread trippinbilly25 at gmail dot com
 ID:   31050
 Comment by:   trippinbilly25 at gmail dot com
 Reported By:  dylanwoster at mac dot com
 Status:   No Feedback
 Bug Type: SOAP related
 Operating System: Mac OS X 10.3.6
 PHP Version:  5.0.2
 Assigned To:  dmitry
 New Comment:

I have solved this problem on Windows XP by replacing the following
.dll files in the System32 folder with their versions located in the php
folder:

libeay.dll
ssleay32.dll

For some reason an error was logged in my Apache error log that said
OpenSSL was not being loaded, replacing these files solved the problem
for me.


Previous Comments:


[2008-04-22 15:20:14] pejusdas at gmail dot com

I'm having the same problem with a linux box running php 5.2.5 and a
win xp box running the same version. Has anybody found the solution for
this problem yet? Thanks.


Pejus



[2008-04-02 01:03:16] jfarhat at kirkhamsystems dot com

I am also having the same problem in PHP 5.2.5. the procedure code at
the end of the message works for HTTP but fails with HTTPS with the
message:
SOAP-ERROR: Parsing WSDL: Couldn't load from
'https://arcweb.esri.com/services/v2/Authentication.wsdl' 



Reproduce code:
---
$client = new SoapClient(
https://arcweb.esri.com/services/v2/Authentication.wsdl; );
echo( $client-getVersion( ) );



[2008-01-23 04:31:10] marcus dot uy at virtualthinking dot com

Hi,

Having similar problem on Windows XP Pro:

Apache 2.2.8
PHP 5.2.5
OpenSSL 0.9.8g

In my case the connectiion works once, then fails on the next
connection attempt.  I then have to restart apache because the
soapserver becomes completely unresponsive.



[2008-01-03 13:08:19] php at eflow dot dk

I have the problem too, on Gentoo Linux.

Apache 2.2.6
PHP 5.2.5
OpenSSL 0.9.8g

Configuration:
'./configure' '--prefix=/usr/lib/php5' '--host=i686-pc-linux-gnu'
'--mandir=/usr/lib/php5/man' '--infodir=/usr/lib/php5/info'
'--sysconfdir=/etc' '--cache-file=./config.cache' '--disable-cli'
'--with-apxs2=/usr/sbin/apxs2'
'--with-config-file-path=/etc/php/apache2-php5'
'--with-config-file-scan-dir=/etc/php/apache2-php5/ext-active'
'--without-pear' '--disable-bcmath' '--with-bz2' '--disable-calendar'
'--with-curl' '--with-curlwrappers' '--disable-dbase' '--disable-exif'
'--without-fbsql' '--without-fdftk' '--disable-filter' '--disable-ftp'
'--with-gettext' '--without-gmp' '--disable-hash' '--disable-json'
'--without-kerberos' '--enable-mbstring' '--with-mcrypt'
'--without-mhash' '--without-msql' '--without-mssql' '--with-ncurses'
'--with-openssl' '--with-openssl-dir=/usr' '--disable-pcntl'
'--disable-pdo' '--without-pgsql' '--disable-posix' '--with-pspell'
'--without-recode' '--disable-shmop' '--without-snmp' '--enable-soap'
'--disable-sockets' '--without-sybase' '--without-sybase-ct'
'--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm'
'--without-tidy' '--disable-wddx' '--with-xmlrpc' '--with-xsl'
'--enable-zip' '--with-zlib' '--disable-debug' '--enable-dba'
'--without-cdb' '--with-db4' '--without-flatfile' '--with-gdbm'
'--without-inifile' '--without-qdbm' '--with-freetype-dir=/usr'
'--with-t1lib=/usr' '--disable-gd-jis-conv' '--with-jpeg-dir=/usr'
'--with-png-dir=/usr' '--without-xpm-dir' '--with-gd' '--with-ldap'
'--with-ldap-sasl' '--with-mysql=/usr'
'--with-mysql-sock=/var/run/mysqld/mysqld.sock'
'--with-mysqli=/usr/bin/mysql_config' '--with-readline'
'--without-libedit' '--without-mm' '--with-sqlite=/usr'
'--enable-sqlite-utf8'



[2007-05-05 08:25:38] john at soundreal dot co dot uk

I'm getting the same problem Mac OS X 10.4.9 PHP 5.2.1

$SoapClient=new SoapClient('https://api.foo.com/fooService.wsdl'
,array(connection_timeout=5));


'./configure' '--prefix=/Library/PHP5' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--sysconfdir=/etc' '--with-zlib'
'--with-xml' '--with-zlib-dir=/usr' '--with-openssl' '--enable-exif'
'--enable-ftp' '--enable-mbstring' '--enable-mbregex' '--enable-sockets'
'--with-mysql=/usr/local/mysql'
'--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-apxs'
'--with-libjpeg' '--with-libtiff=/sw' '--with-libpng' '--with-gd'
'--with-gettext' '--enable-soap' '--with-curl'



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/31050

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



#31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2008-04-22 Thread pejusdas at gmail dot com
 ID:   31050
 Comment by:   pejusdas at gmail dot com
 Reported By:  dylanwoster at mac dot com
 Status:   No Feedback
 Bug Type: SOAP related
 Operating System: Mac OS X 10.3.6
 PHP Version:  5.0.2
 Assigned To:  dmitry
 New Comment:

I'm having the same problem with a linux box running php 5.2.5 and a
win xp box running the same version. Has anybody found the solution for
this problem yet? Thanks.


Pejus


Previous Comments:


[2008-04-02 01:03:16] jfarhat at kirkhamsystems dot com

I am also having the same problem in PHP 5.2.5. the procedure code at
the end of the message works for HTTP but fails with HTTPS with the
message:
SOAP-ERROR: Parsing WSDL: Couldn't load from
'https://arcweb.esri.com/services/v2/Authentication.wsdl' 



Reproduce code:
---
$client = new SoapClient(
https://arcweb.esri.com/services/v2/Authentication.wsdl; );
echo( $client-getVersion( ) );



[2008-01-23 04:31:10] marcus dot uy at virtualthinking dot com

Hi,

Having similar problem on Windows XP Pro:

Apache 2.2.8
PHP 5.2.5
OpenSSL 0.9.8g

In my case the connectiion works once, then fails on the next
connection attempt.  I then have to restart apache because the
soapserver becomes completely unresponsive.



[2008-01-03 13:08:19] php at eflow dot dk

I have the problem too, on Gentoo Linux.

Apache 2.2.6
PHP 5.2.5
OpenSSL 0.9.8g

Configuration:
'./configure' '--prefix=/usr/lib/php5' '--host=i686-pc-linux-gnu'
'--mandir=/usr/lib/php5/man' '--infodir=/usr/lib/php5/info'
'--sysconfdir=/etc' '--cache-file=./config.cache' '--disable-cli'
'--with-apxs2=/usr/sbin/apxs2'
'--with-config-file-path=/etc/php/apache2-php5'
'--with-config-file-scan-dir=/etc/php/apache2-php5/ext-active'
'--without-pear' '--disable-bcmath' '--with-bz2' '--disable-calendar'
'--with-curl' '--with-curlwrappers' '--disable-dbase' '--disable-exif'
'--without-fbsql' '--without-fdftk' '--disable-filter' '--disable-ftp'
'--with-gettext' '--without-gmp' '--disable-hash' '--disable-json'
'--without-kerberos' '--enable-mbstring' '--with-mcrypt'
'--without-mhash' '--without-msql' '--without-mssql' '--with-ncurses'
'--with-openssl' '--with-openssl-dir=/usr' '--disable-pcntl'
'--disable-pdo' '--without-pgsql' '--disable-posix' '--with-pspell'
'--without-recode' '--disable-shmop' '--without-snmp' '--enable-soap'
'--disable-sockets' '--without-sybase' '--without-sybase-ct'
'--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm'
'--without-tidy' '--disable-wddx' '--with-xmlrpc' '--with-xsl'
'--enable-zip' '--with-zlib' '--disable-debug' '--enable-dba'
'--without-cdb' '--with-db4' '--without-flatfile' '--with-gdbm'
'--without-inifile' '--without-qdbm' '--with-freetype-dir=/usr'
'--with-t1lib=/usr' '--disable-gd-jis-conv' '--with-jpeg-dir=/usr'
'--with-png-dir=/usr' '--without-xpm-dir' '--with-gd' '--with-ldap'
'--with-ldap-sasl' '--with-mysql=/usr'
'--with-mysql-sock=/var/run/mysqld/mysqld.sock'
'--with-mysqli=/usr/bin/mysql_config' '--with-readline'
'--without-libedit' '--without-mm' '--with-sqlite=/usr'
'--enable-sqlite-utf8'



[2007-05-05 08:25:38] john at soundreal dot co dot uk

I'm getting the same problem Mac OS X 10.4.9 PHP 5.2.1

$SoapClient=new SoapClient('https://api.foo.com/fooService.wsdl'
,array(connection_timeout=5));


'./configure' '--prefix=/Library/PHP5' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--sysconfdir=/etc' '--with-zlib'
'--with-xml' '--with-zlib-dir=/usr' '--with-openssl' '--enable-exif'
'--enable-ftp' '--enable-mbstring' '--enable-mbregex' '--enable-sockets'
'--with-mysql=/usr/local/mysql'
'--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-apxs'
'--with-libjpeg' '--with-libtiff=/sw' '--with-libpng' '--with-gd'
'--with-gettext' '--enable-soap' '--with-curl'



[2007-04-19 02:47:58] kkallio at micorp dot com dot ve

Same problem on a modified Debian Sarge, PHP 5.2.0

'./configure' '--prefix=/usr' '--libexecdir=/usr/lib/php5.2.0/libexec'
'--datadir=/usr/share/php5.2.0' '--sysconfdir=/etc/php5.2.0'
'--includedir=/usr/include/php5.2.0'
'--with-config-file-path=/etc/php5.2.0' '--with-apxs2=/usr/bin/apxs2'
'--with-odbtp=/usr' '--with-kerberos' '--with-pcre-regex'
'--enable-versioning' '--enable-sigchild' '--enable-magic-quotes'
'--enable-mbstring' '--enable-session' '--enable-mbregex'
'--enable-msession' '--with-openssl' '--enable-pdo' '--with-pdo-mysql'
'--with-pdo-oci=instantclient,/usr/lib/oracle/10.2.0.2,10.1'
'--with-pdo-odbc=unixODBC,/usr' '--with-pdo-pgsql' '--with-pdo-firebird'
'--without-pdo-sqlite' '--enable-bcmath' '--with-bz2'
'--enable-calendar' '--enable-ctype' '--with-curl' '--with-curlwrappers'

#31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2008-04-01 Thread jfarhat at kirkhamsystems dot com
 ID:   31050
 Comment by:   jfarhat at kirkhamsystems dot com
 Reported By:  dylanwoster at mac dot com
 Status:   No Feedback
 Bug Type: SOAP related
 Operating System: Mac OS X 10.3.6
 PHP Version:  5.0.2
 Assigned To:  dmitry
 New Comment:

I am also having the same problem in PHP 5.2.5. the procedure code at
the end of the message works for HTTP but fails with HTTPS with the
message:
SOAP-ERROR: Parsing WSDL: Couldn't load from
'https://arcweb.esri.com/services/v2/Authentication.wsdl' 



Reproduce code:
---
$client = new SoapClient(
https://arcweb.esri.com/services/v2/Authentication.wsdl; );
echo( $client-getVersion( ) );


Previous Comments:


[2008-01-23 04:31:10] marcus dot uy at virtualthinking dot com

Hi,

Having similar problem on Windows XP Pro:

Apache 2.2.8
PHP 5.2.5
OpenSSL 0.9.8g

In my case the connectiion works once, then fails on the next
connection attempt.  I then have to restart apache because the
soapserver becomes completely unresponsive.



[2008-01-03 13:08:19] php at eflow dot dk

I have the problem too, on Gentoo Linux.

Apache 2.2.6
PHP 5.2.5
OpenSSL 0.9.8g

Configuration:
'./configure' '--prefix=/usr/lib/php5' '--host=i686-pc-linux-gnu'
'--mandir=/usr/lib/php5/man' '--infodir=/usr/lib/php5/info'
'--sysconfdir=/etc' '--cache-file=./config.cache' '--disable-cli'
'--with-apxs2=/usr/sbin/apxs2'
'--with-config-file-path=/etc/php/apache2-php5'
'--with-config-file-scan-dir=/etc/php/apache2-php5/ext-active'
'--without-pear' '--disable-bcmath' '--with-bz2' '--disable-calendar'
'--with-curl' '--with-curlwrappers' '--disable-dbase' '--disable-exif'
'--without-fbsql' '--without-fdftk' '--disable-filter' '--disable-ftp'
'--with-gettext' '--without-gmp' '--disable-hash' '--disable-json'
'--without-kerberos' '--enable-mbstring' '--with-mcrypt'
'--without-mhash' '--without-msql' '--without-mssql' '--with-ncurses'
'--with-openssl' '--with-openssl-dir=/usr' '--disable-pcntl'
'--disable-pdo' '--without-pgsql' '--disable-posix' '--with-pspell'
'--without-recode' '--disable-shmop' '--without-snmp' '--enable-soap'
'--disable-sockets' '--without-sybase' '--without-sybase-ct'
'--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm'
'--without-tidy' '--disable-wddx' '--with-xmlrpc' '--with-xsl'
'--enable-zip' '--with-zlib' '--disable-debug' '--enable-dba'
'--without-cdb' '--with-db4' '--without-flatfile' '--with-gdbm'
'--without-inifile' '--without-qdbm' '--with-freetype-dir=/usr'
'--with-t1lib=/usr' '--disable-gd-jis-conv' '--with-jpeg-dir=/usr'
'--with-png-dir=/usr' '--without-xpm-dir' '--with-gd' '--with-ldap'
'--with-ldap-sasl' '--with-mysql=/usr'
'--with-mysql-sock=/var/run/mysqld/mysqld.sock'
'--with-mysqli=/usr/bin/mysql_config' '--with-readline'
'--without-libedit' '--without-mm' '--with-sqlite=/usr'
'--enable-sqlite-utf8'



[2007-05-05 08:25:38] john at soundreal dot co dot uk

I'm getting the same problem Mac OS X 10.4.9 PHP 5.2.1

$SoapClient=new SoapClient('https://api.foo.com/fooService.wsdl'
,array(connection_timeout=5));


'./configure' '--prefix=/Library/PHP5' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--sysconfdir=/etc' '--with-zlib'
'--with-xml' '--with-zlib-dir=/usr' '--with-openssl' '--enable-exif'
'--enable-ftp' '--enable-mbstring' '--enable-mbregex' '--enable-sockets'
'--with-mysql=/usr/local/mysql'
'--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-apxs'
'--with-libjpeg' '--with-libtiff=/sw' '--with-libpng' '--with-gd'
'--with-gettext' '--enable-soap' '--with-curl'



[2007-04-19 02:47:58] kkallio at micorp dot com dot ve

Same problem on a modified Debian Sarge, PHP 5.2.0

'./configure' '--prefix=/usr' '--libexecdir=/usr/lib/php5.2.0/libexec'
'--datadir=/usr/share/php5.2.0' '--sysconfdir=/etc/php5.2.0'
'--includedir=/usr/include/php5.2.0'
'--with-config-file-path=/etc/php5.2.0' '--with-apxs2=/usr/bin/apxs2'
'--with-odbtp=/usr' '--with-kerberos' '--with-pcre-regex'
'--enable-versioning' '--enable-sigchild' '--enable-magic-quotes'
'--enable-mbstring' '--enable-session' '--enable-mbregex'
'--enable-msession' '--with-openssl' '--enable-pdo' '--with-pdo-mysql'
'--with-pdo-oci=instantclient,/usr/lib/oracle/10.2.0.2,10.1'
'--with-pdo-odbc=unixODBC,/usr' '--with-pdo-pgsql' '--with-pdo-firebird'
'--without-pdo-sqlite' '--enable-bcmath' '--with-bz2'
'--enable-calendar' '--enable-ctype' '--with-curl' '--with-curlwrappers'
'--enable-dba' '--with-gdbm' '--with-db4' '--with-cdb' '--with-inifile'
'--with-flatfile' '--enable-dbase' '--enable-exif' '--enable-filepro'
'--enable-ftp' '--with-gd' '--with-jpeg-dir' '--with-png-dir'
'--with-zlib-dir' '--enable-gd-native-ttf' '--enable-gd-jis-conv'
'--with-ttf' '--with-freetype-dir' 

#31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2008-01-22 Thread marcus dot uy at virtualthinking dot com
 ID:   31050
 Comment by:   marcus dot uy at virtualthinking dot com
 Reported By:  dylanwoster at mac dot com
 Status:   No Feedback
 Bug Type: SOAP related
 Operating System: Mac OS X 10.3.6
 PHP Version:  5.0.2
 Assigned To:  dmitry
 New Comment:

Hi,

Having similar problem on Windows XP Pro:

Apache 2.2.8
PHP 5.2.5
OpenSSL 0.9.8g

In my case the connectiion works once, then fails on the next
connection attempt.  I then have to restart apache because the
soapserver becomes completely unresponsive.


Previous Comments:


[2008-01-03 13:08:19] php at eflow dot dk

I have the problem too, on Gentoo Linux.

Apache 2.2.6
PHP 5.2.5
OpenSSL 0.9.8g

Configuration:
'./configure' '--prefix=/usr/lib/php5' '--host=i686-pc-linux-gnu'
'--mandir=/usr/lib/php5/man' '--infodir=/usr/lib/php5/info'
'--sysconfdir=/etc' '--cache-file=./config.cache' '--disable-cli'
'--with-apxs2=/usr/sbin/apxs2'
'--with-config-file-path=/etc/php/apache2-php5'
'--with-config-file-scan-dir=/etc/php/apache2-php5/ext-active'
'--without-pear' '--disable-bcmath' '--with-bz2' '--disable-calendar'
'--with-curl' '--with-curlwrappers' '--disable-dbase' '--disable-exif'
'--without-fbsql' '--without-fdftk' '--disable-filter' '--disable-ftp'
'--with-gettext' '--without-gmp' '--disable-hash' '--disable-json'
'--without-kerberos' '--enable-mbstring' '--with-mcrypt'
'--without-mhash' '--without-msql' '--without-mssql' '--with-ncurses'
'--with-openssl' '--with-openssl-dir=/usr' '--disable-pcntl'
'--disable-pdo' '--without-pgsql' '--disable-posix' '--with-pspell'
'--without-recode' '--disable-shmop' '--without-snmp' '--enable-soap'
'--disable-sockets' '--without-sybase' '--without-sybase-ct'
'--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm'
'--without-tidy' '--disable-wddx' '--with-xmlrpc' '--with-xsl'
'--enable-zip' '--with-zlib' '--disable-debug' '--enable-dba'
'--without-cdb' '--with-db4' '--without-flatfile' '--with-gdbm'
'--without-inifile' '--without-qdbm' '--with-freetype-dir=/usr'
'--with-t1lib=/usr' '--disable-gd-jis-conv' '--with-jpeg-dir=/usr'
'--with-png-dir=/usr' '--without-xpm-dir' '--with-gd' '--with-ldap'
'--with-ldap-sasl' '--with-mysql=/usr'
'--with-mysql-sock=/var/run/mysqld/mysqld.sock'
'--with-mysqli=/usr/bin/mysql_config' '--with-readline'
'--without-libedit' '--without-mm' '--with-sqlite=/usr'
'--enable-sqlite-utf8'



[2007-05-05 08:25:38] john at soundreal dot co dot uk

I'm getting the same problem Mac OS X 10.4.9 PHP 5.2.1

$SoapClient=new SoapClient('https://api.foo.com/fooService.wsdl'
,array(connection_timeout=5));


'./configure' '--prefix=/Library/PHP5' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--sysconfdir=/etc' '--with-zlib'
'--with-xml' '--with-zlib-dir=/usr' '--with-openssl' '--enable-exif'
'--enable-ftp' '--enable-mbstring' '--enable-mbregex' '--enable-sockets'
'--with-mysql=/usr/local/mysql'
'--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-apxs'
'--with-libjpeg' '--with-libtiff=/sw' '--with-libpng' '--with-gd'
'--with-gettext' '--enable-soap' '--with-curl'



[2007-04-19 02:47:58] kkallio at micorp dot com dot ve

Same problem on a modified Debian Sarge, PHP 5.2.0

'./configure' '--prefix=/usr' '--libexecdir=/usr/lib/php5.2.0/libexec'
'--datadir=/usr/share/php5.2.0' '--sysconfdir=/etc/php5.2.0'
'--includedir=/usr/include/php5.2.0'
'--with-config-file-path=/etc/php5.2.0' '--with-apxs2=/usr/bin/apxs2'
'--with-odbtp=/usr' '--with-kerberos' '--with-pcre-regex'
'--enable-versioning' '--enable-sigchild' '--enable-magic-quotes'
'--enable-mbstring' '--enable-session' '--enable-mbregex'
'--enable-msession' '--with-openssl' '--enable-pdo' '--with-pdo-mysql'
'--with-pdo-oci=instantclient,/usr/lib/oracle/10.2.0.2,10.1'
'--with-pdo-odbc=unixODBC,/usr' '--with-pdo-pgsql' '--with-pdo-firebird'
'--without-pdo-sqlite' '--enable-bcmath' '--with-bz2'
'--enable-calendar' '--enable-ctype' '--with-curl' '--with-curlwrappers'
'--enable-dba' '--with-gdbm' '--with-db4' '--with-cdb' '--with-inifile'
'--with-flatfile' '--enable-dbase' '--enable-exif' '--enable-filepro'
'--enable-ftp' '--with-gd' '--with-jpeg-dir' '--with-png-dir'
'--with-zlib-dir' '--enable-gd-native-ttf' '--enable-gd-jis-conv'
'--with-ttf' '--with-freetype-dir' '--with-gettext' '--with-gmp'
'--with-ldap' '--with-ldap-sasl' '--with-mcrypt' '--with-mhash'
'--with-mime-magic' '--with-mssql' '--with-mysql=/usr'
'--with-mysqli=/usr/bin/mysql_config'
'--with-oci8=instantclient,/usr/lib/oracle/10.2.0.2' '--with-oracle'
'--with-unixODBC=/usr' '--with-odbc=/usr' '--with-pgsql'
'--enable-shmop' '--enable-soap' '--enable-sockets' '--with-sqlite'
'--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-tidy'
'--enable-wddx' '--enable-xml' '--disable-xmlreader' '--with-xmlrpc'

#31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2008-01-03 Thread php at eflow dot dk
 ID:   31050
 Comment by:   php at eflow dot dk
 Reported By:  dylanwoster at mac dot com
 Status:   No Feedback
 Bug Type: SOAP related
 Operating System: Mac OS X 10.3.6
 PHP Version:  5.0.2
 Assigned To:  dmitry
 New Comment:

I have the problem too, on Gentoo Linux.

Apache 2.2.6
PHP 5.2.5
OpenSSL 0.9.8g

Configuration:
'./configure' '--prefix=/usr/lib/php5' '--host=i686-pc-linux-gnu'
'--mandir=/usr/lib/php5/man' '--infodir=/usr/lib/php5/info'
'--sysconfdir=/etc' '--cache-file=./config.cache' '--disable-cli'
'--with-apxs2=/usr/sbin/apxs2'
'--with-config-file-path=/etc/php/apache2-php5'
'--with-config-file-scan-dir=/etc/php/apache2-php5/ext-active'
'--without-pear' '--disable-bcmath' '--with-bz2' '--disable-calendar'
'--with-curl' '--with-curlwrappers' '--disable-dbase' '--disable-exif'
'--without-fbsql' '--without-fdftk' '--disable-filter' '--disable-ftp'
'--with-gettext' '--without-gmp' '--disable-hash' '--disable-json'
'--without-kerberos' '--enable-mbstring' '--with-mcrypt'
'--without-mhash' '--without-msql' '--without-mssql' '--with-ncurses'
'--with-openssl' '--with-openssl-dir=/usr' '--disable-pcntl'
'--disable-pdo' '--without-pgsql' '--disable-posix' '--with-pspell'
'--without-recode' '--disable-shmop' '--without-snmp' '--enable-soap'
'--disable-sockets' '--without-sybase' '--without-sybase-ct'
'--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm'
'--without-tidy' '--disable-wddx' '--with-xmlrpc' '--with-xsl'
'--enable-zip' '--with-zlib' '--disable-debug' '--enable-dba'
'--without-cdb' '--with-db4' '--without-flatfile' '--with-gdbm'
'--without-inifile' '--without-qdbm' '--with-freetype-dir=/usr'
'--with-t1lib=/usr' '--disable-gd-jis-conv' '--with-jpeg-dir=/usr'
'--with-png-dir=/usr' '--without-xpm-dir' '--with-gd' '--with-ldap'
'--with-ldap-sasl' '--with-mysql=/usr'
'--with-mysql-sock=/var/run/mysqld/mysqld.sock'
'--with-mysqli=/usr/bin/mysql_config' '--with-readline'
'--without-libedit' '--without-mm' '--with-sqlite=/usr'
'--enable-sqlite-utf8'


Previous Comments:


[2007-05-05 08:25:38] john at soundreal dot co dot uk

I'm getting the same problem Mac OS X 10.4.9 PHP 5.2.1

$SoapClient=new SoapClient('https://api.foo.com/fooService.wsdl'
,array(connection_timeout=5));


'./configure' '--prefix=/Library/PHP5' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--sysconfdir=/etc' '--with-zlib'
'--with-xml' '--with-zlib-dir=/usr' '--with-openssl' '--enable-exif'
'--enable-ftp' '--enable-mbstring' '--enable-mbregex' '--enable-sockets'
'--with-mysql=/usr/local/mysql'
'--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-apxs'
'--with-libjpeg' '--with-libtiff=/sw' '--with-libpng' '--with-gd'
'--with-gettext' '--enable-soap' '--with-curl'



[2007-04-19 02:47:58] kkallio at micorp dot com dot ve

Same problem on a modified Debian Sarge, PHP 5.2.0

'./configure' '--prefix=/usr' '--libexecdir=/usr/lib/php5.2.0/libexec'
'--datadir=/usr/share/php5.2.0' '--sysconfdir=/etc/php5.2.0'
'--includedir=/usr/include/php5.2.0'
'--with-config-file-path=/etc/php5.2.0' '--with-apxs2=/usr/bin/apxs2'
'--with-odbtp=/usr' '--with-kerberos' '--with-pcre-regex'
'--enable-versioning' '--enable-sigchild' '--enable-magic-quotes'
'--enable-mbstring' '--enable-session' '--enable-mbregex'
'--enable-msession' '--with-openssl' '--enable-pdo' '--with-pdo-mysql'
'--with-pdo-oci=instantclient,/usr/lib/oracle/10.2.0.2,10.1'
'--with-pdo-odbc=unixODBC,/usr' '--with-pdo-pgsql' '--with-pdo-firebird'
'--without-pdo-sqlite' '--enable-bcmath' '--with-bz2'
'--enable-calendar' '--enable-ctype' '--with-curl' '--with-curlwrappers'
'--enable-dba' '--with-gdbm' '--with-db4' '--with-cdb' '--with-inifile'
'--with-flatfile' '--enable-dbase' '--enable-exif' '--enable-filepro'
'--enable-ftp' '--with-gd' '--with-jpeg-dir' '--with-png-dir'
'--with-zlib-dir' '--enable-gd-native-ttf' '--enable-gd-jis-conv'
'--with-ttf' '--with-freetype-dir' '--with-gettext' '--with-gmp'
'--with-ldap' '--with-ldap-sasl' '--with-mcrypt' '--with-mhash'
'--with-mime-magic' '--with-mssql' '--with-mysql=/usr'
'--with-mysqli=/usr/bin/mysql_config'
'--with-oci8=instantclient,/usr/lib/oracle/10.2.0.2' '--with-oracle'
'--with-unixODBC=/usr' '--with-odbc=/usr' '--with-pgsql'
'--enable-shmop' '--enable-soap' '--enable-sockets' '--with-sqlite'
'--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-tidy'
'--enable-wddx' '--enable-xml' '--disable-xmlreader' '--with-xmlrpc'
'--disable-xmlwriter' '--with-xsl'
'--with-pear=/usr/share/php5.1.4/pear' '--enable-shared'
'--with-zend-vm' '--with-snmp' '--with-readline' '--with-libedit'
'--with-pspell' '--enable-pcntl' '--enable-maintainer-zts'
'--with-tsrm-pthreads'



[2007-02-24 22:57:51] youngad6 at gmail dot com

Still a problem for PHP 5.2.1 running on OS X 

#31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2007-05-05 Thread john at soundreal dot co dot uk
 ID:   31050
 Comment by:   john at soundreal dot co dot uk
 Reported By:  dylanwoster at mac dot com
 Status:   No Feedback
 Bug Type: SOAP related
 Operating System: Mac OS X 10.3.6
 PHP Version:  5.0.2
 Assigned To:  dmitry
 New Comment:

I'm getting the same problem Mac OS X 10.4.9 PHP 5.2.1

$SoapClient=new SoapClient('https://api.foo.com/fooService.wsdl'
,array(connection_timeout=5));


'./configure' '--prefix=/Library/PHP5' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--sysconfdir=/etc' '--with-zlib'
'--with-xml' '--with-zlib-dir=/usr' '--with-openssl' '--enable-exif'
'--enable-ftp' '--enable-mbstring' '--enable-mbregex' '--enable-sockets'
'--with-mysql=/usr/local/mysql'
'--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-apxs'
'--with-libjpeg' '--with-libtiff=/sw' '--with-libpng' '--with-gd'
'--with-gettext' '--enable-soap' '--with-curl'


Previous Comments:


[2007-04-19 02:47:58] kkallio at micorp dot com dot ve

Same problem on a modified Debian Sarge, PHP 5.2.0

'./configure' '--prefix=/usr' '--libexecdir=/usr/lib/php5.2.0/libexec'
'--datadir=/usr/share/php5.2.0' '--sysconfdir=/etc/php5.2.0'
'--includedir=/usr/include/php5.2.0'
'--with-config-file-path=/etc/php5.2.0' '--with-apxs2=/usr/bin/apxs2'
'--with-odbtp=/usr' '--with-kerberos' '--with-pcre-regex'
'--enable-versioning' '--enable-sigchild' '--enable-magic-quotes'
'--enable-mbstring' '--enable-session' '--enable-mbregex'
'--enable-msession' '--with-openssl' '--enable-pdo' '--with-pdo-mysql'
'--with-pdo-oci=instantclient,/usr/lib/oracle/10.2.0.2,10.1'
'--with-pdo-odbc=unixODBC,/usr' '--with-pdo-pgsql' '--with-pdo-firebird'
'--without-pdo-sqlite' '--enable-bcmath' '--with-bz2'
'--enable-calendar' '--enable-ctype' '--with-curl' '--with-curlwrappers'
'--enable-dba' '--with-gdbm' '--with-db4' '--with-cdb' '--with-inifile'
'--with-flatfile' '--enable-dbase' '--enable-exif' '--enable-filepro'
'--enable-ftp' '--with-gd' '--with-jpeg-dir' '--with-png-dir'
'--with-zlib-dir' '--enable-gd-native-ttf' '--enable-gd-jis-conv'
'--with-ttf' '--with-freetype-dir' '--with-gettext' '--with-gmp'
'--with-ldap' '--with-ldap-sasl' '--with-mcrypt' '--with-mhash'
'--with-mime-magic' '--with-mssql' '--with-mysql=/usr'
'--with-mysqli=/usr/bin/mysql_config'
'--with-oci8=instantclient,/usr/lib/oracle/10.2.0.2' '--with-oracle'
'--with-unixODBC=/usr' '--with-odbc=/usr' '--with-pgsql'
'--enable-shmop' '--enable-soap' '--enable-sockets' '--with-sqlite'
'--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-tidy'
'--enable-wddx' '--enable-xml' '--disable-xmlreader' '--with-xmlrpc'
'--disable-xmlwriter' '--with-xsl'
'--with-pear=/usr/share/php5.1.4/pear' '--enable-shared'
'--with-zend-vm' '--with-snmp' '--with-readline' '--with-libedit'
'--with-pspell' '--enable-pcntl' '--enable-maintainer-zts'
'--with-tsrm-pthreads'



[2007-02-24 22:57:51] youngad6 at gmail dot com

Still a problem for PHP 5.2.1 running on OS X 10.4.8

./configure  --prefix=/apache2/php --enable-soap --enable-memory-limit
--with-mysql=/usr/local/mysql --with-mysqli --with-zlib --with-xml
--with-ldap=/usr --enable-cli --with-zlib-dir=/usr --enable-exif
--enable-ftp --enable-mbstring --enable-mbregex --enable-dbx
--enable-sockets --with-iodbc=/usr --with-curl=/usr
--with-apxs2=/apache2/bin/apxs



[2006-05-31 10:13:14] ykin at vertriebsunion dot de

I have the same problem here. It's all served by an actual xampp
installation on win2k servers.
The constructor is able to retrive the document per http and local file
acess.
The https case procuses after a timeout minute following warning and
not shown followup errors:

Warning:
SoapClient::__construct(https://www.js.vertriebsunion.de/VuJournalService/Authentifizierung.asmx?WSDL)
[function.--construct]: failed to open stream



[2006-01-09 07:52:19] samirshah_082005 at yahoo dot com

I am getting the same error when creating soap client of a web service
with https. Did anyone find any solution?



[2005-02-01 01:00:04] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to Open.



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/31050

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


#31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2007-04-18 Thread kkallio at micorp dot com dot ve
 ID:   31050
 Comment by:   kkallio at micorp dot com dot ve
 Reported By:  dylanwoster at mac dot com
 Status:   No Feedback
 Bug Type: SOAP related
 Operating System: Mac OS X 10.3.6
 PHP Version:  5.0.2
 Assigned To:  dmitry
 New Comment:

Same problem on a modified Debian Sarge, PHP 5.2.0

'./configure' '--prefix=/usr' '--libexecdir=/usr/lib/php5.2.0/libexec'
'--datadir=/usr/share/php5.2.0' '--sysconfdir=/etc/php5.2.0'
'--includedir=/usr/include/php5.2.0'
'--with-config-file-path=/etc/php5.2.0' '--with-apxs2=/usr/bin/apxs2'
'--with-odbtp=/usr' '--with-kerberos' '--with-pcre-regex'
'--enable-versioning' '--enable-sigchild' '--enable-magic-quotes'
'--enable-mbstring' '--enable-session' '--enable-mbregex'
'--enable-msession' '--with-openssl' '--enable-pdo' '--with-pdo-mysql'
'--with-pdo-oci=instantclient,/usr/lib/oracle/10.2.0.2,10.1'
'--with-pdo-odbc=unixODBC,/usr' '--with-pdo-pgsql' '--with-pdo-firebird'
'--without-pdo-sqlite' '--enable-bcmath' '--with-bz2'
'--enable-calendar' '--enable-ctype' '--with-curl' '--with-curlwrappers'
'--enable-dba' '--with-gdbm' '--with-db4' '--with-cdb' '--with-inifile'
'--with-flatfile' '--enable-dbase' '--enable-exif' '--enable-filepro'
'--enable-ftp' '--with-gd' '--with-jpeg-dir' '--with-png-dir'
'--with-zlib-dir' '--enable-gd-native-ttf' '--enable-gd-jis-conv'
'--with-ttf' '--with-freetype-dir' '--with-gettext' '--with-gmp'
'--with-ldap' '--with-ldap-sasl' '--with-mcrypt' '--with-mhash'
'--with-mime-magic' '--with-mssql' '--with-mysql=/usr'
'--with-mysqli=/usr/bin/mysql_config'
'--with-oci8=instantclient,/usr/lib/oracle/10.2.0.2' '--with-oracle'
'--with-unixODBC=/usr' '--with-odbc=/usr' '--with-pgsql'
'--enable-shmop' '--enable-soap' '--enable-sockets' '--with-sqlite'
'--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-tidy'
'--enable-wddx' '--enable-xml' '--disable-xmlreader' '--with-xmlrpc'
'--disable-xmlwriter' '--with-xsl'
'--with-pear=/usr/share/php5.1.4/pear' '--enable-shared'
'--with-zend-vm' '--with-snmp' '--with-readline' '--with-libedit'
'--with-pspell' '--enable-pcntl' '--enable-maintainer-zts'
'--with-tsrm-pthreads'


Previous Comments:


[2007-02-24 22:57:51] youngad6 at gmail dot com

Still a problem for PHP 5.2.1 running on OS X 10.4.8

./configure  --prefix=/apache2/php --enable-soap --enable-memory-limit
--with-mysql=/usr/local/mysql --with-mysqli --with-zlib --with-xml
--with-ldap=/usr --enable-cli --with-zlib-dir=/usr --enable-exif
--enable-ftp --enable-mbstring --enable-mbregex --enable-dbx
--enable-sockets --with-iodbc=/usr --with-curl=/usr
--with-apxs2=/apache2/bin/apxs



[2006-05-31 10:13:14] ykin at vertriebsunion dot de

I have the same problem here. It's all served by an actual xampp
installation on win2k servers.
The constructor is able to retrive the document per http and local file
acess.
The https case procuses after a timeout minute following warning and
not shown followup errors:

Warning:
SoapClient::__construct(https://www.js.vertriebsunion.de/VuJournalService/Authentifizierung.asmx?WSDL)
[function.--construct]: failed to open stream



[2006-01-09 07:52:19] samirshah_082005 at yahoo dot com

I am getting the same error when creating soap client of a web service
with https. Did anyone find any solution?



[2005-02-01 01:00:04] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to Open.



[2005-01-20 08:46:12] [EMAIL PROTECTED]

I see no problems with latest CVS version on Linux, but I cannot test
this on MacOS X.



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/31050

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


#31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2007-02-24 Thread youngad6 at gmail dot com
 ID:   31050
 Comment by:   youngad6 at gmail dot com
 Reported By:  dylanwoster at mac dot com
 Status:   No Feedback
 Bug Type: SOAP related
 Operating System: Mac OS X 10.3.6
 PHP Version:  5.0.2
 Assigned To:  dmitry
 New Comment:

Still a problem for PHP 5.2.1 running on OS X 10.4.8

./configure  --prefix=/apache2/php --enable-soap --enable-memory-limit
--with-mysql=/usr/local/mysql --with-mysqli --with-zlib --with-xml
--with-ldap=/usr --enable-cli --with-zlib-dir=/usr --enable-exif
--enable-ftp --enable-mbstring --enable-mbregex --enable-dbx
--enable-sockets --with-iodbc=/usr --with-curl=/usr
--with-apxs2=/apache2/bin/apxs


Previous Comments:


[2006-05-31 10:13:14] ykin at vertriebsunion dot de

I have the same problem here. It's all served by an actual xampp
installation on win2k servers.
The constructor is able to retrive the document per http and local file
acess.
The https case procuses after a timeout minute following warning and
not shown followup errors:

Warning:
SoapClient::__construct(https://www.js.vertriebsunion.de/VuJournalService/Authentifizierung.asmx?WSDL)
[function.--construct]: failed to open stream



[2006-01-09 07:52:19] samirshah_082005 at yahoo dot com

I am getting the same error when creating soap client of a web service
with https. Did anyone find any solution?



[2005-02-01 01:00:04] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to Open.



[2005-01-20 08:46:12] [EMAIL PROTECTED]

I see no problems with latest CVS version on Linux, but I cannot test
this on MacOS X.



[2004-12-10 05:22:21] dylanwoster at mac dot com

Description:

The built in SOAP class for PHP5 will not parse a WSDL 
file located on a secure HTTPS connection. The same WSDL 
works fine on an identical build on a Linux machine and 
any HTTP connections work fine.

Registered Streams: php, file, ftp, gopher, telnet, 
dict, ldap, http, https, ftps, compress.zlib

'./configure' '--with-mysql=/Library/MySQL' '--with-
apxs2=/Library/Apache2/bin/apxs' '--prefix=/Library/
PHP5' '--with-mysqli=/Library/MySQL/bin/mysql_config' 
'--with-libxml-dir=/usr/include/libxml2' '--with-curl=/
usr/local' '--with-curlwrappers' '--with-mcrypt=/usr/
local' '--with-java=/usr/bin/java' '--with-openssl' '--
with-zlib' '--with-gd' '--with-jpeg-dir=/usr/local' '--
with-png-dir=/usr/local' '--enable-xslt' '--with-xslt-
sablot' '--enable-soap' '--enable-sockets' '--enable-
ftp'

OpenSSL is version 0.9.7e

Reproduce code:
---
$client = new SoapClient(
https://arcweb.esri.com/services/v2/Authentication.wsdl; );
echo( $client-getVersion( ) );

Expected result:

On the Linux machine I get the version of the ESRI web 
services

Actual result:
--
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-
ERROR: Parsing WSDL: Couldn't load from 'https://
arcweb.esri.com/services/v2/Authentication.wsdl' in /
Users/dylanoster/Sites/www.maionline.com/site1/html/
soap.php:2 Stack trace: #0 {main}  thrown in /Users/
dylanoster/Sites/www.maionline.com/site1/html/soap.php 
on line 2





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


#31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2006-05-31 Thread ykin at vertriebsunion dot de
 ID:   31050
 Comment by:   ykin at vertriebsunion dot de
 Reported By:  dylanwoster at mac dot com
 Status:   No Feedback
 Bug Type: SOAP related
 Operating System: Mac OS X 10.3.6
 PHP Version:  5.0.2
 Assigned To:  dmitry
 New Comment:

I have the same problem here. It's all served by an actual xampp
installation on win2k servers.
The constructor is able to retrive the document per http and local file
acess.
The https case procuses after a timeout minute following warning and
not shown followup errors:

Warning:
SoapClient::__construct(https://www.js.vertriebsunion.de/VuJournalService/Authentifizierung.asmx?WSDL)
[function.--construct]: failed to open stream


Previous Comments:


[2006-01-09 07:52:19] samirshah_082005 at yahoo dot com

I am getting the same error when creating soap client of a web service
with https. Did anyone find any solution?



[2005-02-01 01:00:04] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to Open.



[2005-01-20 08:46:12] [EMAIL PROTECTED]

I see no problems with latest CVS version on Linux, but I cannot test
this on MacOS X.



[2004-12-10 05:22:21] dylanwoster at mac dot com

Description:

The built in SOAP class for PHP5 will not parse a WSDL 
file located on a secure HTTPS connection. The same WSDL 
works fine on an identical build on a Linux machine and 
any HTTP connections work fine.

Registered Streams: php, file, ftp, gopher, telnet, 
dict, ldap, http, https, ftps, compress.zlib

'./configure' '--with-mysql=/Library/MySQL' '--with-
apxs2=/Library/Apache2/bin/apxs' '--prefix=/Library/
PHP5' '--with-mysqli=/Library/MySQL/bin/mysql_config' 
'--with-libxml-dir=/usr/include/libxml2' '--with-curl=/
usr/local' '--with-curlwrappers' '--with-mcrypt=/usr/
local' '--with-java=/usr/bin/java' '--with-openssl' '--
with-zlib' '--with-gd' '--with-jpeg-dir=/usr/local' '--
with-png-dir=/usr/local' '--enable-xslt' '--with-xslt-
sablot' '--enable-soap' '--enable-sockets' '--enable-
ftp'

OpenSSL is version 0.9.7e

Reproduce code:
---
$client = new SoapClient(
https://arcweb.esri.com/services/v2/Authentication.wsdl; );
echo( $client-getVersion( ) );

Expected result:

On the Linux machine I get the version of the ESRI web 
services

Actual result:
--
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-
ERROR: Parsing WSDL: Couldn't load from 'https://
arcweb.esri.com/services/v2/Authentication.wsdl' in /
Users/dylanoster/Sites/www.maionline.com/site1/html/
soap.php:2 Stack trace: #0 {main}  thrown in /Users/
dylanoster/Sites/www.maionline.com/site1/html/soap.php 
on line 2





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


#31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection

2006-01-08 Thread samirshah_082005 at yahoo dot com
 ID:   31050
 Comment by:   samirshah_082005 at yahoo dot com
 Reported By:  dylanwoster at mac dot com
 Status:   No Feedback
 Bug Type: SOAP related
 Operating System: Mac OS X 10.3.6
 PHP Version:  5.0.2
 Assigned To:  dmitry
 New Comment:

I am getting the same error when creating soap client of a web service
with https. Did anyone find any solution?


Previous Comments:


[2005-02-01 01:00:04] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to Open.



[2005-01-20 08:46:12] [EMAIL PROTECTED]

I see no problems with latest CVS version on Linux, but I cannot test
this on MacOS X.



[2004-12-10 05:22:21] dylanwoster at mac dot com

Description:

The built in SOAP class for PHP5 will not parse a WSDL 
file located on a secure HTTPS connection. The same WSDL 
works fine on an identical build on a Linux machine and 
any HTTP connections work fine.

Registered Streams: php, file, ftp, gopher, telnet, 
dict, ldap, http, https, ftps, compress.zlib

'./configure' '--with-mysql=/Library/MySQL' '--with-
apxs2=/Library/Apache2/bin/apxs' '--prefix=/Library/
PHP5' '--with-mysqli=/Library/MySQL/bin/mysql_config' 
'--with-libxml-dir=/usr/include/libxml2' '--with-curl=/
usr/local' '--with-curlwrappers' '--with-mcrypt=/usr/
local' '--with-java=/usr/bin/java' '--with-openssl' '--
with-zlib' '--with-gd' '--with-jpeg-dir=/usr/local' '--
with-png-dir=/usr/local' '--enable-xslt' '--with-xslt-
sablot' '--enable-soap' '--enable-sockets' '--enable-
ftp'

OpenSSL is version 0.9.7e

Reproduce code:
---
$client = new SoapClient(
https://arcweb.esri.com/services/v2/Authentication.wsdl; );
echo( $client-getVersion( ) );

Expected result:

On the Linux machine I get the version of the ESRI web 
services

Actual result:
--
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-
ERROR: Parsing WSDL: Couldn't load from 'https://
arcweb.esri.com/services/v2/Authentication.wsdl' in /
Users/dylanoster/Sites/www.maionline.com/site1/html/
soap.php:2 Stack trace: #0 {main}  thrown in /Users/
dylanoster/Sites/www.maionline.com/site1/html/soap.php 
on line 2





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