Forum Discussion

Zoe_Hart's avatar
Zoe_Hart
New Contributor
16 years ago

Any special requirements for testing WCF web service with SoapUI Pro?

I am running SoapUI 2.0.2 Pro on my client laptop (Windows XP Pro) and a WCF web service on my server (Windows 2008/IIS7). I have been able to use the Microsoft-provided WCFTestClient to test my web service from the server and from my laptop, so I know the service is running and responding to requests. For test purposes I'm just using a simple GetData method that Microsoft Visual Studio.NET provides as part of a new WCF Service project template. I figure I want to see that simple method work before I start trying to test my more complicated method.

When I try to test the simple GetData method with SoapUI on my laptop, I get a timeout: "ERROR:java.net.SocketTimeoutException: Read timed out". A simple trace tool running on both the client and the server confirms that SoapUI is issuing a Post to my web service and that the Post is arriving at the server, but nothing shows up in the IIS log. So either IIS isn't picking up the request or is picking it up but failing to fully process or log it. There is nothing in the server event log at the time of the post.

Is there anything special I need to know to configuration SoapUI for testing a WCF web service? I'm relatively new to both WCF and SoapUI, so please don't hesitate to state the obvious. The obvious may not be so obvious to me.

Thanks,
Zoe

5 Replies

  • Hi,

    right now we already released SoapUI PRO 3.5.1 version. So we strongly recommend you to upgrade, and check if this issue still happening.

    Regards
    Nebojsa
    eviware.com
  • Zoe_Hart's avatar
    Zoe_Hart
    New Contributor
    OK, I installed v3.5.1 but it won't start. It says "The JVM could not be started. The maximum heap size (-Xmx) might be too large or an antivirus or firewall tool could block the execution."

    I am running Windows XP Pro SP2. Windows Firewall is off. I have Symantec Endpoint Protection running.
  • Hi!

    Symantec Endpoint Protection might be blocking here.. how much memory do you have? There is a memory setting in the .vmoptions file that you might want to decrease otherwise (-Xmx????m)

    Regarding WCF support, you will probably get the same problems with the updated version.. can you attach the WCF WSDL you are using so we can see if it can work with soapUI ?

    regards!

    /Ole
    eviware.com
  • Zoe_Hart's avatar
    Zoe_Hart
    New Contributor
    So what do I need to do to get SoapUI working again not that I've upgraded to your latest version? In answer to your question, I have 3.49GB of RAM. As far as Symantec Endpoint Security goes, does it seem likely that it's blocking SoapUI v3.5.1 but didn't block v2.0.2? Do I need to stop Endpoint Security whenever I want to do SoapUI testing?
  • Hi,

    I don't know if it is blocking soapUI, can you try disabling it just to see if soapUI starts working?

    regards,

    /Ole
    eviware.com