Question
Wells Fargo
IN
Last activity: 31 Mar 2016 5:51 EDT
Connect REST - "Caught unhandled exception: java.net.SocketTimeoutException: Read timed out", when used Content Type "application/x-www-form-urlencoded"
Connect REST - "Caught unhandled exception: java.net.SocketTimeoutException: Read timed out", when used Content Type "application/x-www-form-urlencoded".
When I use any other content types, then able to communicate with the Service but getting error response.
PFA attached error log for more information on the exception trace.
Version: Pega 7.1.7
Content type was set in REST POST method headers as below
Name - "Content-Type"
Description - Content Type
Map From - Constant
Map from key - "application/x-www-form-urlencoded"
There is no request body, just one static value passing as part of URL, and 2 more params passing through "POST header query string params" (I think these 2 are specific to the content type, because when I remove these 2 params getting error response from SOAP UI)
Please help me resolving this issue.
Regards,
Rajesh