1
我正在使用soapUI發送soap請求以從oracle 10g db中獲取數據。 Soap UI在30秒內獲取結果時成功顯示響應。SoapUI錯誤消息
但真正的問題是,當db響應超過30秒時,soapUI顯示以下錯誤消息: 處理時發生故障。
我已經嘗試了以下3個場景:
1) Increased the socket timeout to 1200000
2) Increased the timeout values in tomcat server config file (/conf/server.xml)
3) Checked for any Null Pointer exception and found none.
請幫我的soapUI獲得成功的消息。提前致謝。
你使用jdbc測試步驟嗎? – Rao
沒有。請讓我知道如何做jdbc測試?謝謝 – Manoj
你說「使用soapUI從oracle 10g db中獲取數據」。你是怎麼測試的? – Rao