cancel
Showing results for 
Search instead for 
Did you mean: 

error when calling Java Web Services from ABAP.

0 Kudos

Hello experts:

In my project, I will call Java Web Services with ABAP coding. With WSDL, I generated a proxy class and created a HTTP connection (t-code: SM59) and a logical port (t-code:lpconfig) for this proxy class. But when running, I would receive the folllowing errors:

SOAP:1.023 SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: HTTP COMMUNICATION FAILURE")

If I used HTTPS, there is no problem.

Regards

Bob

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bob,

It might be the possibility that your java web server is configured to listen only on HTTPS.

If your HTTPS is working fine, then first check with your JAVA server for HTTP connectivity, then try it calling through ABAP.

Regards,

Piyush

Answers (0)