cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Error :Error when instantiating WebService runtime

0 Kudos

Hello All,

I am a new to Webservices and writing a test program .I am using the ECC 5.0 .I am calling a Webservice from R/3 .I am trying to call this webservice :[http://webservices.daehosting.com/services/isbnservice.wso?WSDL].

I am getting the following exception

{<?xml version="1.0" encoding="utf-8" ?>

- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">

- <asx:values>

<SYSTEMFAULT href="#o68" />

</asx:values>

- <asx:heap xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:abap="http://www.sap.com/abapxml/types/built-in" xmlns:cls="http://www.sap.com/abapxml/classes/global" xmlns:dic="http://www.sap.com/abapxml/types/dictionary">

- <cls:CX_AI_SYSTEM_FAULT id="o68">

- <CX_ROOT>

<TEXTID>F63AFF63DBE4BB4786A7F52CC4167145</TEXTID>

<PREVIOUS href="#o55" />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>191</PROGID>

<CONTID>558</CONTID>

</INTERNAL_SOURCE_POS>

</CX_ROOT>

<CX_STATIC_CHECK />

- <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 />

</CX_AI_SYSTEM_FAULT>

</cls:CX_AI_SYSTEM_FAULT>

- <cls:CX_XMS_SYSERR_PROXY id="o55">

- <CX_ROOT>

<TEXTID>3F829CAF9A45633CE10000000A155117</TEXTID>

<PREVIOUS />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>0</PROGID>

<CONTID>0</CONTID>

</INTERNAL_SOURCE_POS>

</CX_ROOT>

<CX_STATIC_CHECK />

- <CX_XMS_SYSTEM_ERROR>

<ID>ERROR_WEBSERVICE_RUNTIME_INIT</ID>

<P1>Error when initializing SOAP client application</P1>

<P2 />

<P3 />

<P4 />

<INFO />

<CATEGORY>XIProxy</CATEGORY>

<AREA>ABAP</AREA>

<RETRY>M</RETRY>

</CX_XMS_SYSTEM_ERROR>

- <CX_XMS_SYSERR_PROXY>

<CO_AREA_ABAP>ABAP</CO_AREA_ABAP>

</CX_XMS_SYSERR_PROXY>

</cls:CX_XMS_SYSERR_PROXY>

</asx:heap>

</asx:abap>}

This is what i have given in LPCONFIG Tcode

LPCONFIG->General setting-> Call parameters->

URL->http://webservices.daehosting.com/services/isbnservice.wso?WSDL

Please help out what I am missing here

Thanks

Krishna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I had the same error, while implementing a new client webservice.

The Error ERROR_WEBSERVICE_RUNTIME_INIT was in my case solved by:

1. regenerating the CL_SOAP_APPLICATION_CLIENT class.

and

2. deleting the LPCONFIG setting and creating a new one.

Edwin.

0 Kudos

No answers..