Forum Discussion

Kamal_Ahmed's avatar
Kamal_Ahmed
New Contributor
16 years ago

java.net.SocketTimeoutException: Read timed out

Hi,
I am using soapUI 2.0.2 Pro, with the WSDL
http://10.17.12.71/KoolSpan.TrustCenter ... e.svc?wsdl

which i can browse via a browser, but when i run a GetAll method soap call, i get :
java.net.SocketTimeoutException: Read timed out

4 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi,

    sounds like you aren't getting a reply from the service, is the host/path you are calling the same as the WSDLs?

    /Ole
    eviware.com
  • Thanks for the response,

    if i understand your question, correctly, yes, the host is 10.17.12.71 where the WSDL / Web Service is. BUT, i am running soapUI on my desktop, which is DIFFERENT from 10.17.12.71, could this be the issue, if so, WHERE do i setup the target host IP address?

    ALSO, keeping in mind, that the web service is based on .NET and running on port 80.

    Thanks,

    -Kamal.
  • omatzura's avatar
    omatzura
    Super Contributor
    Hi,

    hmm.. this all sounds ok to me.. how are you loading the WSDL, from file or via URL?

    regards,

    /Ole
    eviware.com
  • Hi omatzura,

    from URL, as
    http://paris.koolspan.local/KoolSpan.Tr ... e.svc?wsdl

    would it make a difference if i load the WSDL via file, i.e use the WSDL in a Browser, then, save the result from the browser to an XML file, and then load it in soapUI.

    Also, so i need to set any PORT numbers, etc since i am using .NET ASP based web services on port 80.


    Thanks,
    -Kamal.