Forum Discussion

Alex_F's avatar
15 years ago

'New soapUI Project' works in v3.5.1 and loops in v3.6.1

I have a wsdl and working web service on remote SSL protected URL (actually our partners do have this). The wsdl file is being accessible in browser, so I'm sure it's there. So I'm trying to create project from soapUI.

When I provide the wsdl url in soapUI v3.5.1 the project is being created, bindings and stub request present, I'm able to send request even not doing anything with certificates. But doing the same on v3.6.1 I'm getting infinitely loading definition Progress window with "SoapUIException: Error importing wsdl" after clicking 'Cancel'. The same results from different computers.

At the same time if I create soapUI project in 3.5.1 and use it in 3.6.1 I'm getting no response in window but error message 'Error getting response; javax.net.ssl.SSLException: HelloRequest followed by an unexpected handshake message"

I understand that there could be some SSL certificate problems around here (even though I was trying to specify it in Properties), but why do these two versions behave so differently?

3 Replies

  • Hi!

    hmm.. could this be related to the JRE!? Could you try running 3.6.1 with the JRE in your 3.5.1 installation? Do this by renaming the existing <soapui 3.6.1>\jre folder to something else and then copying the jre from the 3.5.1 installation in the 3.6.1 installation folder..

    let us know what that gives you!

    regards,

    /Ole
    eviware.com
  • Hi

    I have a similar setup as Alex_F.
    After upgrading from 3.5 to 3.6.1 I got the "Error getting response; javax.net.ssl.SSLException: HelloRequest followed by an unexpected handshake message" as well. I had no issue with creating a new SoapUI project with the WSDL.

    I tried running 3.6.1 with the JRE from 3.5, now everything worked just fine.
  • Same here. I try to keep up-to-date with soapUI, but after upgrading from 3.6 to 3.6.1, I got the same response:
    Error getting response; javax.net.ssl.SSLException: HelloRequest followed by an unexpected handshake message

    I replaced the JRE, but to no avail, so I left 3.6.1 alone and continued to use 3.6, which works fine.

    Does anyone what is causing this problem?