cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Call from SAP Web AS HTTP COMMUNICATION FAILURE

Former Member
0 Kudos

Hi All,

I consumed a soap call via se80 and generated a client proxy.

Created the logical port .

Now while testing via standard single test. I am getting the following error.

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

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

- <asx:values>

<SYSTEMFAULT href="#o89" />

</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="o89">

- <CX_ROOT>

<TEXTID>F63AFF63DBE4BB4786A7F52CC4167145</TEXTID>

<PREVIOUS />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>180</PROGID>

<CONTID>978</CONTID>

</INTERNAL_SOURCE_POS>

</CX_ROOT>

<CX_STATIC_CHECK />

- <CX_AI_SYSTEM_FAULT>

<CODECONTEXT>http://www.sap.com/xml_errorcodes</CODECONTEXT>

<CODE>SOAP:1,023</CODE>

<ERRORTEXT>SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: HTTP COMMUNICATION FAILURE")</ERRORTEXT>

<LANGUAGE />

</CX_AI_SYSTEM_FAULT>

</cls:CX_AI_SYSTEM_FAULT>

</asx:heap>

</asx:abap>

Please guide me on this.

Thanks & Regards,

Ankur

Accepted Solutions (0)

Answers (1)

Answers (1)

vacheron_mathieu
Discoverer
0 Kudos

Hi,

Did you find a solution ?

I face the same issue..

Thanks,

Regards,

Mathieu

Former Member
0 Kudos

Hi,

>ICF Error when receiving the response: HTTP COMMUNICATION FAILURE

If the message is the same, this is clearly a network problem.

Create an HTTP destination which points to your web service URL and check if your ICM can connect to the service provider host.

Regards,

Olivier