on 2009 Feb 27 5:31 AM
Hello All,
I am trying to call a webservice from ABAP in SAP ECC 5 but it is throwing an exception when trying to execute a test run.
<CX_AI_SYSTEM_FAULT>
<CODECONTEXT>Local</CODECONTEXT>
<CODE>ERROR_WEBSERVICE_RUNTIME_INIT</CODE>
<ERRORTEXT>Error when instantiating WebService runtime (Error when initializing SOAP client application )</ERRORTEXT>
<LANGUAGE />
When I debugged the program i got this error message
SRT: Invalid settings in Web Service Registry detected
message Class : ESRT_LPREG
Meesage No. :043
Any pointer to this error message..What am I missing here..I guess there seems to be setting missing in one of the config tcode..
~kris
Hello Krishna,
This error usually comes up when there is an error with the settings for the service end points. Please check out your settings in the SOAMANAGER transaction for that webservice.
Thnks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Krishna,
Are you using a custom made WebService (let us say a service out of a BAPI) or you are using a standard web service?
If its a standard webservice, it has something to do with your calling logic.
If its a custome service, just try to publish the service from wspublish once again and retry.
User | Count |
---|---|
62 | |
12 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.