Hayat Azam has Published 2 Articles

Ending a connection with SAP Instance and stop scripting

Hayat Azam

Hayat Azam

Updated on 13-Feb-2020 10:24:41

1K+ Views

This can be resolved by ensuring that you destroy all reference to public objects at the end of your script.In Excel VBA, you can use the following to do this −Set session = NothingIn C#, you should be using below −obj = Null;

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

Hayat Azam

Hayat Azam

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

301 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 ... Read More

1
Advertisements