'Getting time out exception in Mule 3

I am sending the same HTTP request in Postman and a Mule application but in the application I am getting a timeout exception.

The value of the query parameter "select" changes for one value it is working fine in both the Mule application and Postman. but when I change the value of query parameter "select" it is getting timeout exception in the Mule application. The request in Postman works correctly. I am using Mule 3.9.

enter image description here

Here is a Mule log screen shot of the error: enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source