Testing an Outbound REST Web Service From the HTTP Method Page From the "Test" Related Link When Using a Mid Server Get the Error: No response for ECC message request with sysid=xxxx after waiting for 60 seconds in ECC QueueIssue Testing an Outbound REST Web Service From the HTTP Method Page From the "Test" Related Link When Using a Mid Server Get the Error: No response for ECC message request with sysid=xxxx after waiting for 60 seconds in ECC QueueCauseScriptableRESTMessageTestUIAction.java is hard coded to only wait 60 seconds for a response (response.waitForResponse(60)) when a Mid Server is Used for the web service call when the "Test" Related Link is used.ResolutionIf the response takes longer than 60 seconds do not use the "Test" Related Link, instead script the REST call into a Script Include or Business Rule.