ID:               46130
 Comment by:       sebasg37 at gmail dot com
 Reported By:      cfelce at gmail dot com
 Status:           No Feedback
 Bug Type:         SOAP related
 Operating System: GNU/Linux Ubuntu fesity
 PHP Version:      5.2CVS-2008-09-19 (CVS)
 New Comment:

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


Previous Comments:
------------------------------------------------------------------------

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

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

[2008-12-31 11:12:18] omabil at gmail dot com

Hello everybody,
the work-around we used to avoid this problem is by using the standard
sap wsdl instead of the ws-policy one.
By replacing the "wspolicy" word by "standard" in the url of the wsdl
we've got a second wsdl which doesn't use the ws policies.
Regards,
--
Omabil

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

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

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

Reply via email to