cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP COMMUNICATION CHANNEL ERROR

Former Member
0 Kudos

Hi all,

Please tell me how to solve following error:

Error in Adapter: SOAP

Error Message: SOAP: call failed: java.io.EOFException: Connection closed by remote host.

Accepted Solutions (0)

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

This might be due to firewall port opening issue. Please contact BASIS and check the network connectivity between PI and target system.

former_member216353
Participant
0 Kudos

Hi,

1.Yes, please try to test the web service independently.

2. Are all the firewall ports open for this communication to happen end to end.?

3. Is the target system up and running?

The answers for these questions, have the solution in them

regards,

Younus

former_member184681
Active Contributor
0 Kudos

Hi,

This is exactly what the description says: the remote host (namely: the receiver of your SOAP call) ended the connection unexpectedly. Have the web service analyzed on the receiver system's side. You can also test the web service in an external tool like SOAP UI or XML Spy to confirm that the error is purely related to receiver system and not your PI development.

Hope you'll find this useful,

Greg