From:             a at rejetto dot com
Operating system: both windows xp and linux
PHP version:      5.2CVS-2008-12-16 (snap)
PHP Bug Type:     SOAP related
Bug description:  my wsdl is not loaded correctly

Description:
------------
this wsdl appears to be correct. Indeed, this website loads it correctly,
showing method getNumeroEsami(matricola)

http://www.soapclient.com/soapclient?template=%2Fclientform.html&fn=soapform&SoapTemplate=%2FSoapResult.html&SoapWSDL=http%3A%2F%2Fdelphi.uniroma2.it%2Ftotem%2Fservices%2FCarrieraStudenti%3Fwsdl&_ArraySize=2

by using the attached php code, you'll see the method is not listed (and
another one is instead duplicated, non-sense isn't it?)


Reproduce code:
---------------
$soap = new
SoapClient("http://delphi.uniroma2.it/totem/services/CarrieraStudenti?wsdl";);

var_dump($soap->__getFunctions());


Expected result:
----------------
array(3) {
  [0]=>
  string(45) "string getNumeroEsami(string $cf, string $aa)"
  [1]=>
  string(45) "string getNumeroEsami(string $matricola)"
  [2]=>
  string(43) "Studente getElencoEsami(string $codFiscale)"
}


Actual result:
--------------
array(3) {
  [0]=>
  string(45) "string getNumeroEsami(string $cf, string $aa)"
  [1]=>
  string(45) "string getNumeroEsami(string $cf, string $aa)"
  [2]=>
  string(43) "Studente getElencoEsami(string $codFiscale)"
}


-- 
Edit bug report at http://bugs.php.net/?id=46878&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=46878&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=46878&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=46878&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=46878&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=46878&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=46878&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=46878&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=46878&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=46878&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=46878&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=46878&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=46878&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=46878&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=46878&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=46878&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=46878&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=46878&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=46878&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=46878&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=46878&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=46878&r=mysqlcfg

Reply via email to