Suddenly stop getting Responce RAW for POST call in Ready API.
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Suddenly stop getting Responce RAW for POST call in Ready API.
I run my tests and assertion was working and few days ago i stop getting RAW responce or any other. It happening only for some of my REST POST calls, not for all of them. It isn't workign only for one test suite. My calls are comming through and I don't have any problems with REST GET at all.
I've checked all the recommendations and documentation. All check boxes are checked and it still not working. I run out of ideas, it is new app for me and i need collective help, please.
Solved! Go to Solution.
- Labels:
-
Assertions
-
REST
-
SOAP
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Other reason might be some error of some sort. Check your error log tab at the bottom for clues.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, JoostDG .
Yes, you're right. i am getting this eeror message:
- Mon Mar 25 07:15:37 PDT 2019: ERROR: Exception in request: java.net.SocketTimeoutException: Read timed out
- Mon Mar 25 07:15:37 PDT 2019: ERROR: An error occurred [Read timed out], see error log for details
- Mon Mar 25 07:15:37 PDT 2019: INFO: Error getting response for [REST POSTScanner API.POSTAddTimeEntry:POSTAddTimeEntry WithPremium Out Town 16%]; java.net.SocketTimeoutException: Read timed out
- Mon Mar 25 07:17:40 PDT 2019: INFO: Got response for [REST POSTScanner API.POSTAddTimeEntry:POSTError500] in 81ms (111 bytes)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've increase Socket timeout by dobeling it and it works now.
Now my test cases are Green again! yahoo!.... :)))
Thank you!
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nice!
Glad I could help.
