Edit report at http://bugs.php.net/bug.php?id=44686&edit=1
ID: 44686 Comment by: norberto dot ostallo at qualitygroup dot it 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: 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? Previous Comments: ------------------------------------------------------------------------ [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! ------------------------------------------------------------------------ [2009-03-13 15:05:55] tjxlacrosse at hotmail dot com Is anyone looking into this? I'm having the same issue on Ubuntu 8.10 with PHP 5.2.6-2 when trying to parse a .net web service WSDL:http://d2c.9squared.com/f/ContentRetrieval.asmx?WSDL ------------------------------------------------------------------------ [2009-01-12 22:02:23] simon at connexon dot com Hi, I'm having the same problem... And it's a bit tough for me to troubleshoot because I'm using a file package provided by a website. http://www.nena.org/xml_schemas/NENAFiles/CurrentNENA/CurrentNENA.zip I'm trying to get the validateAddress to work (from the v7 interface) but so far no luck! I'm stuck on this undefined ref variable..... ------------------------------------------------------------------------ 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 http://bugs.php.net/bug.php?id=44686 -- Edit this bug report at http://bugs.php.net/bug.php?id=44686&edit=1
