cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR_WEBSERVICE_RUNTIME_INIT

0 Kudos

Dear experts,

We are updating ECC 6.0 Suport Package. We have done it at DEV and QAS systems.

After the update we are facing several problems, one is with connection between SAP and external system.

On SAP we have created a proxie client to send data to an externa system. We create that on SE80, create Logical Port at Lpconfig, then include a call for that proxy/class in an exit (when the document is saved, the class is called to send the data of this document).

That have worked properly until the Soport Packed was update to release 11. I have deleted and created again, but nothing happened.

Searching for the error message that we get when the class is called (ERROR_WEBSERVICE_RUNTIME_INIT) I found at SAP help to check connection configuration on SM59, witch seems to be fine, as it is equal to the connection on PRD system (this one was not updated yet).

Also, if I test the class at SE24 the error is different:

http://www.sap.com/xml_errorcodes

SoapFaultCode:4

Server did not recognize the value of HTTP Header SOAPAction: .

Anybody has sugestions? I am not PI expert.

Old version (still on PRD)

SAP_BASIS 700 0019 SAPKB70019 Componentes de

base SAP

SAP_ABA 700 0019 SAPKA70019 Componente válido para várias

aplicações

PI_BASIS 2005_1_700 0019 SAPKIPYJ7J PI_BASIS

2005_1_700

ST-PI 2008_1_700 0006 SAPKITLRD6 SAP Solution Tools

plug-in

SAP_BW 700 0021 SAPKW70021 SAP NetWeaver BI 7.0

SAP_AP 700

0016 SAPKNA7016 SAP Application Platform

SAP_APPL 603 0004 SAPKH60304

Logística e contabilidade

New version (DEV and

QAS)

SAP_BASIS 700 0027 SAPKB70027 Componentes de base SAP

SAP_ABA

700 0027 SAPKA70027 Componente válido para várias aplicações

PI_BASIS

2006_1_700 0017 SAPKIPYM17 Basis Plug-In (PI_BASIS) 2006_1_700

ST-PI

2005_1_700 0006 SAPKITLQI6 SAP Solution Tools Plug-In

SAP_BW 700 0029

SAPKW70029 SAP NetWeaver BI 7.0

SAP_AP 700 0028 SAPKNA7028 SAP

Application Platform

SAP_APPL 603 0011 SAPKH60311 Logística e

contabilidade

Regards,

Karla Krupskaia Lima.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Yes, I am calling web service of a external system, from SAP ECC6.0 using proxy.

I have tested it on SoapUI and works, actually that interface has worked properly since 2009 until last week when support packeg release was updated.

Thank you!

0 Kudos

The interface worked again after configuration at SOAMANAGER (LPCONFIG is obsolete now), and also after a change of the point where the proxy was called, the ABAP exit used to call was in commit process, and after the Support Package update it was not allowed anymore.

Former Member
0 Kudos

I believe you are calling web service from your SAP ecc 6.0 using proxy .

the error suggest there is error in invoking SOAP address , check the log and identify which url it is hitting, also test the service externally using soapui or xmlspy, it will give you some idea.