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

 ID:                 44686
 Comment by:         mykel at xtreme dot com dot au
 Reported by:        dmittner at llnw dot com
 Summary:            SOAP-ERROR: Parsing WSDL
 Status:             Closed
 Type:               Bug
 Package:            SOAP related
 Operating System:   Gentoo
 PHP Version:        5.2.5
 Assigned To:        dmitry
 Block user comment: N
 Private report:     N

 New Comment:

just a heads up everyone: most of these issues can be resolved by changing 

<xs:include schemaLocation="Schema_File.xsd"/>

to 

<xs:import schemaLocation="Schema_File.xsd"/>

you will of course need to be using local WSDL/XSD files, which shouldn't be a 
problem for OTA requests.


Previous Comments:
------------------------------------------------------------------------
[2011-11-14 08:43:57] dmi...@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------
[2011-11-14 08:42:51] dmi...@php.net

Automatic comment from SVN on behalf of dmitry
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=319151
Log: Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references)

------------------------------------------------------------------------
[2011-08-15 18:36:57] jeremy at techtrav dot com

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.

------------------------------------------------------------------------
[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?

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


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