cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP: Call failed: java.io.IOException: Failed to get the input stream from socket: java.net.SocketException: Connection reset

Former Member
0 Kudos

Dear Experts,

I was getting the below error at SOAP look-up communication channel level while communicating to SFA server to get the session ID.

SOAP: Call failed: java.io.IOException: Failed to get the input stream from socket: java.net.SocketException: Connection reset Failed to call the endpoint: Error in call over HTTP: HTTP 0 null


Please help me with workaround for this issue.


Regards

RK

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear RK,

You could use XPI Inspector tool to set tracing on the erroneous communication channel and see what steps of calling led to the exception for a better analysis.

Regards

Bikash

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

Have you tried using a UDF that does not use SOAP lookup?

Regards,

Mark

former_member192561
Participant
0 Kudos

I had simillar error. The issue had to do with the Proxy configuration in SOAP Receiver Adapter.

Traffic from PI was routed to the Proxy and then to the Internet. Forward Proxy was configured to have the target url and it worked.