Reputation: 74
I have designed a message flow with IIB by using the following component
HttpInput(REST) - ESQLComputeNode - SOAP Request - ESQLComputeNode2 - HTTPReply
I have exposed a REST service from this application to invoke by the user and then based on the user's input I build the SOAP message and request it through the SOAP request node,
But when the message reached to SOAPRequest node it always gives me Socket Timeout Exception,
3. However, that SOAP URL cannot be resolved by the browser and it always gives me "The Site cannot be reached "
I have been struggling with this issue for a month and can anyone find a solution for me to get rid of this annoying error.
I am in a doubt that this could occur due to the 3rd point I have mentioned above, but still it works fine with SoapUI and POSTMAN.
Upvotes: 0
Views: 1572
Reputation: 74
Removing soap envelope from the request message and it resolves the issue.
Upvotes: 0
Reputation: 2422
It sounds very much like a network configuration problem. I would
If necessary, perform the curl command while the network team do a trace to find out where it is getting blocked.
Upvotes: 0