cancel
Showing results for 
Search instead for 
Did you mean: 

ICM_HTTP_CONNECTION_FAILED Error while executing WebService

Former Member
0 Kudos

Hi,

Can anybody tell me why i am getting the error while i am trying to execute the webservice which i have created via se80.

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

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

- <asx:values>

<SYSTEMFAULT href="#o103" />

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

- <CX_ROOT>

<TEXTID>F63AFF63DBE4BB4786A7F52CC4167145</TEXTID>

<PREVIOUS />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>306</PROGID>

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

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

<LANGUAGE />

</CX_AI_SYSTEM_FAULT>

</cls:CX_AI_SYSTEM_FAULT>

</asx:heap>

</asx:abap>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

missing proxy settings in transaction SICF?

Former Member
0 Kudos

Hi,

Thanks for pointing out that issue. However, there is no proxy settings for the server from where i am trying to call my webservice. Hence this possibility rules out.

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

Welcome to SDN.

How are you testing the webservice? third party tools? or J2EE engine wsnavigator?

Regards

Raja

Former Member
0 Kudos

Welcome to SDN.

Why should this be relevant?

Regards,

anton

Former Member
0 Kudos

Hi,

I have created my webservice via se80.

1) Downloaded WSDL file.

2) Created Proxy class

3) Now when i try to execute it i get above mentioned error.

Former Member
0 Kudos

Arpit,

I am pretty sure that you have a network issue. Your ICM/ICF is up an running. Receives a request from your client program (the one using your proxy class), tries to connect to the URL you specified and fails to receive an answer.

It's like calling a URL in your browser and not receiving an answer. So, if it's not the proxy, you maybe have a firewall issue, a nameserver issue or something in this area.

If you had a different problem, say you misspelled the service name or something you would get another error like CONNECTIONREFUSED or something.

I'd investigate network issues.

regards,

anton