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