Service Virtualization

  • 1.  Timeout Error

    Posted Sep 14, 2018 06:04 AM

    Hi,

    When I am firing a request from SoapUI to the virtualized service I am getting the following error -

    Caused by: java.net.SocketTimeoutException: SocketTimeoutException invoking (virtualized service): Read timed out

    Any idea why would this happen?

    Thanks.



  • 2.  Re: Timeout Error

    Broadcom Employee
    Posted Sep 14, 2018 08:50 AM

    What version of DevTest are you running?

    Is your endpoint http or https?

    Can you show the entire error message?



  • 3.  Re: Timeout Error

    Posted Sep 14, 2018 12:13 PM

    Vikram,

     

    Make sure the host where SoapUI is running have access to the VSE server in the port the VSM is listening.

    You can try to open a command prompt and telnet the VSE server in the port the VSM is listening.

    #telnet VSEServerIP PortNumber

     

    Hope it helps.

    Heloisa



  • 4.  Re: Timeout Error

    Posted Oct 12, 2018 09:15 AM

    Vikram,

     

    Did Heloisa's recommendation help you out?