
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 06:05 AM - edited 10-11-2022 06:16 AM
Hi All,
Currently I am working on an integration with PeopleSoft to hit it's endpoint with SOAP message. I am getting the following response when I test the function from ServiceNow. But when I test the same sample request from SOAPUI it is giving the proper response.
Response: Request not sent to uri= ***EndPoint*** : java.net.SocketException: Network is unreachable (connect failed)
Can anyone please help on this where it is going wrong. I could not able to find root cause and suspecting it could be issue with SOAP endpoint may reside behind a firewall that is blocking inbound communication to peoplesoft from the ServiceNow instance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 07:48 AM
If PeopleSoft is behind a firewall/only available on your company network, then that's the reason. You'll need to use a MID Server to facilitate the communication between SN and any internal endpoints.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 06:19 AM
Is this running through a MID Server? If so, check to make sure the firewall is not blocking the endpoint.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 06:58 AM
Nope, It's not through a MID Server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 07:48 AM
If PeopleSoft is behind a firewall/only available on your company network, then that's the reason. You'll need to use a MID Server to facilitate the communication between SN and any internal endpoints.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 09:36 AM
Hi @Mike_R
Same problem i am facing like @Padmaraj Doolla 's issue
My integration is Soap outbond integration between SN to SAP thorugh flow designer
Same error getting :
Response: Request not sent to uri= ***EndPoint*** : java.net.SocketException:connection timed out
Here we are using Mid Server and basic authentication
I have connected with firewall team they said no errors or delays from firewall
I have tested this integration with Beeceptor tool so the request is sending to Beeseptor and getting response in Servicenow
Can you please help me with this ?