PHP Articles - Page 115 of 81

PHP Soap Client is not supporting WSDL extension while connecting to SAP system

Hayat Azam
Updated on 24-Dec-2019 07:03:28

519 Views

The possible solution could be to update policy tag like thisUpdate the policy tag like this:And try the serviceAnother possible option is to change /ws_policy/ to /standard/ and you will be able to use PHP Soap Client to consume Web Service.Go to Web Service Administration in your SAP ECC system using SOAMANAGER -> SOA-ManagementIn URL of the browser, you can see the “ws_policy” tag -> replace this with “standard” and you will have WSDL without policy tag.

Advertisements