Forum Discussion

Ashish_Mehta's avatar
16 years ago

ERROR:java.lang.Exception: java.net.SocketException

I m trying to run web-services thru SoapUI. Receiving below error:-

Mon Dec 15 16:24:35 CST 2008:INFO:Error getting response for [HttpBindingEndpoint.OperationName:Request 1]; java.lang.Exception: java.net.SocketTimeoutException: Read timed out

Web-services are developed in WCF .Net 3.5.

Socket TimeOut is set to 10 min.

Can you pls help. Thanks.

1 Reply

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi,

    this has to do with the QoS-related features the WCF service is using, probably you are using the wshttpbinding which adds/uses/requires standards not supported by soapUI (yet). If possible please expose your service with the basichttpbinding also (just for testing purposes).

    I know it's a suboptimal solution, but the only one we've got for now.. sorry..

    regards,

    /Ole
    eviware.com