From:             s dot tabacchiera at gruppocsf dot com
Operating system: Linux
PHP version:      5.0.1
PHP Bug Type:     SOAP related
Bug description:  SOAP FAULT upgrading from PEAR::SOAP to php5

Description:
------------
Hi all, my server is running php4 and PEAR::SOAP 0.8RC2, whilst client is
running php5.

This code generates an error:
---------
<?php
$wsdl1="http://blablabla.com/soap_server.php?wsdl";;
$client1 = new SoapClient($wsdl1);
var_dump($client1->__getFunctions());
?>
--------

The error:
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing
WSDL:PHP-SOAP doesn't support transport
'http://schemas.xmlsoap.org/soap/http/' in/root/soap.php:3
Stack trace:
#0 {main} thrown in /root/soap.php on line 3

Any clue?



-- 
Edit bug report at http://bugs.php.net/?id=30165&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30165&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30165&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30165&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30165&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30165&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30165&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30165&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30165&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30165&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30165&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30165&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30165&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30165&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30165&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30165&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30165&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30165&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30165&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30165&r=mysqlcfg

Reply via email to