Home » Web Services » SOAP » Bug #8674
Using HTTPS and WSDL doesn't work
Details
| Submitted | 2006-09-11 15:08 UTC |
|---|---|
| From | dmaillard at sqli dot com |
| Status | Bogus |
| Package | SOAP |
| PHP Version | 4.3.11 |
| OS | Windows |
| 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