cancel
Showing results for 
Search instead for 
Did you mean: 

Error while receiving by HTTPerrorcode: 400,error text: ICM_HTTP_CONNECTION

Former Member
0 Kudos

HI Experts.

I am Testing my interface. I am getting below Error.

Here sendre adapter is SOAP Receiver is Proxy(ABAP).

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>

<SAP:P1>400</SAP:P1>

<SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>

<SAP:P3 />

<SAP:P4 />

SAP:ApplicationFaultMessage namespace="" />

SAP:Stack>Error while receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED)</SAP:Stack>

SAP:Retry>A</SAP:Retry>

/SAP:Error>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Srinivas,

This error occurs when the maximum duration of the connection is exceeded than the specified value.

Check this forum:

Regards,

Supriya.

Answers (3)

Answers (3)

Former Member
0 Kudos

problem with DNS.thanks for all of your replayes

Former Member
0 Kudos

Hello Srinivas,

I am also facing the same error while testing the interface. Fully Qualified Domain name is maintained.

Can you please tell me if anything needs to be checked to reslove?

Appreciate your help.

Thanks in advance.

Naushad

prateek
Active Contributor
0 Kudos

Are you using some RFC detination to connect to Proxy system? If yes, check if its connection test is working fine.

Regards,

Prateek

SudhirT
Active Contributor
0 Kudos

Check SAP Note 634006 and 773830 for the solution.

Thanks!