On 13/03/2009, nsyed777 <[email protected]> wrote: > > I am using JMeter 2.3.2 and jdk6_12 installed. The server has the test > certificate install which i imported and installed using keytool. I also use > the SSL Manager and select the certificate in the certstore. When i type in > the WSDL and click on the LOAD WSDL button i get the following error msg. " > The WSDL is not valid, please double check the url". > org.apache.jmeter.protocol.http.util.WSDLException:Unconnected sockets not > implemented
That is most likely caused by using Java 1.6 which exposes a bug (since fixed). > However, if i enter the ip address, port number and path manually, and then > click on run, it works fine. I checked the View Results Tree and it has the > correct response in the Response Data tab. > Can anyone help find what can i do to fix the warning message that pops up > when I click on the Load WSDL button? Thanks. Use Java 1.5 or 1.4. > -- > View this message in context: > http://www.nabble.com/WebService%28Soap%29-using-SSL-error-The-WSDL-is-not-valid%2C-please-double-check-the-url-tp22506176p22506176.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

