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

 ID:                 46130
 Comment by:         rw at lightwerk dot com
 Reported by:        cfelce at gmail dot com
 Summary:            SOAP-ERROR: Parsing WSDL
 Status:             No Feedback
 Type:               Bug
 Package:            SOAP related
 Operating System:   GNU/Linux Ubuntu fesity
 PHP Version:        5.2CVS-2008-09-19 (CVS)
 Block user comment: N
 Private report:     N

 New Comment:

Changing the <wsp:UsingPolicy wsdl:required="true"/> tag to 
<wsp:UsingPolicy wsdl:required="false"/> works, but we have to edit every wsdl 
file manually. 

This is not feasibly in complex environments.


Previous Comments:
------------------------------------------------------------------------
[2010-02-23 14:45:05] sebasg37 at gmail dot com

Itis not neccesary to change the service for the standard one.. simply 
change this tag

<wsp:UsingPolicy wsdl:required="true"/>

to this one

<wsp:UsingPolicy wsdl:required="false"/>

Best Regards
Sebastián

------------------------------------------------------------------------
[2009-09-17 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------
[2009-09-09 18:33:47] sjo...@php.net

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




------------------------------------------------------------------------
[2009-06-24 11:22:52] sjoerd-php at linuxonly dot nl

Thank you for your bug report.

The message "Unknown required WSDL extension" means that the WSDL uses some 
extension and specifies that the client MUST understand it in order to use the 
service. Appearantly, PHP SoapClient does not understand the extension, thus 
causing this error.

Please provide the WSDL or information about the required extension.

------------------------------------------------------------------------
[2009-03-11 19:35:13] michael dot schramm at gmail dot com

Same thing happens with PHP version 5.2.6:

SOAP-ERROR: Parsing WSDL: Unknown required WSDL extension 
'http://schemas.xmlsoap.org/ws/2004/09/policy'

Changing the Service is not always an option!

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


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=46130


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

Reply via email to