cancel
Showing results for 
Search instead for 
Did you mean: 

ICF error: http communication failure

Former Member
0 Kudos

Hi experts,

I create a Client Proxy to call an external WS, but got an error message during test: "<b>SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: HTTP COMMUNICATION FAILURE</b>")" ...Can anybody give some suggestion abou this?

The coresponding error in ICM monitor is: <b>"[Thr 4956] *** ERROR => HttpClntHdlChunkedResponse: client: premature EOS (0/2) - wrong content length in response header? [http</b> "

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

have you tried to call this webservice from another development environment?

AFAIK, Premature EOS means <b>Premature End of Script</b> and it is an error thrown by the server where the webservice runs (actually by the script runtime on that server). This can happen for instance if you set the HTTP Content-Length to n and the actual content is <> n.

So,

- google for the above mentioned keywords

- test the webservice script (probably a perl script)

- call it from a different environment and make sure it works

hope it helps,

anton

Answers (0)