Edit report at https://bugs.php.net/bug.php?id=44686&edit=1

 ID:                 44686
 Comment by:         jeremy at techtrav dot com
 Reported by:        dmittner at llnw dot com
 Summary:            SOAP-ERROR: Parsing WSDL
 Status:             No Feedback
 Type:               Bug
 Package:            SOAP related
 Operating System:   Gentoo
 PHP Version:        5.2.5
 Block user comment: N
 Private report:     N

 New Comment:

Also experiencing the issue with PHP 5.3 using the OTA ( Open Travel Alliance  
) WSDL.  Honestly if this has been an issue since 5.0.5, it should be fixed by 
now.  Adding name="name" in front of ref=" in all of the XSD's allows the 
parser to succeed but it technically is an invalid WSDL.  I hope there is a 
real fix for this glaring WSDL parsing bug soon.


Previous Comments:
------------------------------------------------------------------------
[2011-07-04 10:27:09] felix at hexon dot cx

Im am experiencing the same problem with a .NET webservice using the 'ref' 
attribute in the WSDL.

PHP version 5.3.6

------------------------------------------------------------------------
[2010-12-02 10:09:21] norberto dot ostallo at qualitygroup dot it

I'm having the same problem consuming OTA (Open Travel Alliance) XML files, 
using php5.3.3 on Ubuntu.
Does anyone know a fix or a workaround?

------------------------------------------------------------------------
[2010-11-10 11:29:07] php at leentje dot org

Also not working in php5.3 it seems. Why is this bug not being picked up? It 
kind of defeats the purpose if I have to store WSDL files locally... and even 
worse, also have to change/add name= to the file.

------------------------------------------------------------------------
[2010-07-05 12:35:00] belgattitude at gmail dot com

Same error connecting to .net service with PHP 5.2.13 and PHP 5.2.14RC2

Try it with, for example :

$url = "http://d2c.9squared.com/f/ContentRetrieval.asmx?WSDL";;
$soapClient = new SoapClient($url array('soap_version' => SOAP_1_2));


will result in

[WSDL] SOAP-ERROR: Parsing Schema: unresolved element 'ref' attribute.

------------------------------------------------------------------------
[2009-04-09 10:26:16] tommy at profi dot it

Same here. Test files available at

http://dev.profi.it/ota.zip

Please review this issue! Thanks a lot!

------------------------------------------------------------------------


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

    https://bugs.php.net/bug.php?id=44686


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=44686&edit=1

Reply via email to