PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » SOAP » Bug #8674

Using HTTPS and WSDL doesn't work

Details

Submitted2006-09-11 15:08 UTC
Fromdmaillard at sqli dot com
StatusBogus
PackageSOAP
PHP Version4.3.11
OSWindows
Roadmaps(Not assigned)

Comments

[2006-09-11 15:08 UTC] dmaillard at sqli dot com

Description:
------------
On Windows i would like to use HTTPS and WSDL but it's doesn't work.
If i use HTTP i can call my function without any problems.

Test script:
---------------
$wsdl = new SOAP_WSDL('https://xx.xx.xx.xx/service.asmx?WSDL');
$client = $wsdl->getProxy();
print_r( $client->accountExists('test','pwd','damien'));

Expected result:
----------------
Fatal error: Call to undefined function: accountexists() in D:\www\pear_soap\wsdl_client.php on line 26