I am using Grails Ws-Client Plugin but my application waits for the SOAP response back from the server from which i am consuming web service and my application waits from this code
def proxy = webService.getClient(wsdlUrl)
当服务器下降或网络连接缓慢时, 大部分情况下都是这种 occours 。
等待还在继续,以防服务器暂时删除网络服务,当试图访问网络浏览器时,载有 wsdl 内容的URL 正在转向网站主页。
我如何能察觉到Wsdl是否存在, 以及我如何像属性一样设定超时, 以便等待响应的时间为10秒, 然后它停止等待响应, 代码开始正常执行,
我也不理解任何例外或错误。